Kubernetes and Cloud Native Associate (KCNA) — Question 19
What is the order of 4C’s in Cloud Native Security, starting with the layer that a user has the most control over?
Answer options
- A. Cloud -> Container -> Cluster -> Code
- B. Container -> Cluster -> Code -> Cloud
- C. Cluster -> Container -> Code -> Cloud
- D. Code -> Container -> Cluster -> Cloud
Correct answer: D
Explanation
The correct answer is D because the Code layer is the first point of control for users, allowing them to manage their application logic. The other options incorrectly prioritize layers that offer less user control, such as Cloud and Cluster, which are typically managed by the service provider or infrastructure.