Chapter 12 – Practicing for the KCNA Exam
Mock exam A
- C
- B
- D
- D
- B
- D. Deployment is the best option because ReplicaSet does not allow rolling updates and StatefulSet is not required for stateless applications.
- C
- D
- A
- D
- B
- D
- A. DaemonSet is the best option because it can ensure a replica is running on each Kubernetes node.
- C
- A, C
- C
- D. Containers in one pod can file system mounts and communicate over localhost. All containers of one pod will always run together on the same node.
- D
- B
- D. CI/CD is the correct answer because we need build and test automation and we don’t need automatic deployments. CD is Continuous Delivery in this case.
- A, C
- D
- B. Using namespaces is the best option as it allows to further restrict access by implementing RBAC policies. A team can be restricted to only one namespace.
- A
- B
- B
- D
- A, B, C
- B
- D
- C, D
- B
- D. HPA is the correct...