nerdexam
Palo_Alto_Networks

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…

Submitted by priya_blr· Apr 18, 2026Cloud Security

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)
  • A
    4% (2)
  • B
    91% (41)
  • C
    2% (1)
  • D
    2% (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

#Cloud-native security#Four C's of security#Layered security#Containerization security

Community Discussion

No community discussion yet for this question.

Full PCCET Practice