Kubernetes and Cloud Native Associate (KCNA) — Question 119
Which of the following is a feature Kubernetes provides by default as a container orchestration tool?
Answer options
- A. A portable operating system.
- B. File system redundancy.
- C. A container image registry.
- D. Automated rollouts and rollbacks.
Correct answer: D
Explanation
Kubernetes is designed to manage containerized applications and one of its key features is the ability to perform automated rollouts and rollbacks, allowing for seamless updates and recovery. The other options, while important in their own contexts, are not features that Kubernetes provides by default.