KCNA · Question #180
What is the order of 4C's in Cloud Native Security, starting with the layer that a user has the most control over?
The correct answer is D. Code -> Container -> Cluster -> Cloud. The 4Cs of Cloud Native Security, ordered from most control to least control for a user, are Code, Container, Cluster, and Cloud.
Question
What is the order of 4C’s in Cloud Native Security, starting with the layer that a user has the most control over?
Options
- ACloud -> Container -> Cluster -> Code
- BCloud -> Container -> Cluster -> Code
- CCluster -> Container -> Code -> Cloud
- DCode -> Container -> Cluster -> Cloud
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (28)
Why each option
The 4Cs of Cloud Native Security, ordered from most control to least control for a user, are Code, Container, Cluster, and Cloud.
This order is incorrect as it places Cloud first, which users generally have the least control over.
This order is incorrect as it places Cloud first, which users generally have the least control over.
This order is incorrect; users typically have more control over their code and containers than the entire cluster or cloud infrastructure.
The 4Cs of Cloud Native Security, ordered from the layer a user has the most control over to the least, are Code, Container, Cluster, and Cloud. Users typically have the most control over their application code, followed by the containers they build, then the Kubernetes cluster they manage, and finally the underlying cloud infrastructure provider.
Concept tested: Cloud Native Security 4Cs
Source: https://kubernetes.io/docs/concepts/security/overview/#the-4cs-of-cloud-native-security
Topics
Community Discussion
No community discussion yet for this question.