PCCET · Question #146
With regard to cloud-native security in layers, what is the correct order of the four C's from the top (surface) layer to the bottom (base) layer?
The correct answer is B. code, container, cluster, cloud. The four C's of cloud-native security, as defined in the Kubernetes security model, are layered from innermost (surface/top) to outermost (base/bottom): Code → Container → Cluster → Cloud. Code is the most granular layer (application logic), which runs inside a Container, which…
Question
With regard to cloud-native security in layers, what is the correct order of the four C's from the top (surface) layer to the bottom (base) layer?
Options
- Acontainer, code, cluster, cloud
- Bcode, container, cluster, cloud
- Ccode, container, cloud, cluster
- Dcontainer, code, cloud, cluster
How the community answered
(45 responses)- A4% (2)
- B91% (41)
- C2% (1)
- D2% (1)
Explanation
The four C's of cloud-native security, as defined in the Kubernetes security model, are layered from innermost (surface/top) to outermost (base/bottom): Code → Container → Cluster → Cloud. Code is the most granular layer (application logic), which runs inside a Container, which is orchestrated within a Cluster, which runs on top of the Cloud infrastructure. Each outer layer provides the security foundation for the layer above it.
Topics
Community Discussion
No community discussion yet for this question.