
Kubernetes and Docker - An Enterprise Guide
By :

A. True
B. False
A. Build, scan, test, and deploy
B. Build and deploy
C. Scan, test, deploy, and build
D. None of the above
A. Running GitLab on Kubernetes
B. Using Git as an authoritative source for operations configuration
C. A silly marketing term
D. A product from a new start-up
A. All pipelines should be written in YAML.
B. There are no standards; every project and vendor has its own implementation.
C. JSON combined with Go.
D. Rust.
A. Use kubectl
to update the Deployment
or StatefulSet
in the namespace.
B. Update the Deployment
or StatefulSet
manifest in Git, letting the GitOps controller update the objects in Kubernetes.
C. Submit a ticket that someone in operations needs to act on.
D. None of the above.