Exam PCCET All QuestionsBrowse all questions from this exam
Question 82

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?

    Correct Answer: B

    The correct order of the four C's from the top (surface) layer to the bottom (base) layer in cloud-native security is Code, Container, Cluster, and Cloud. This sequence starts with securing the application code, then ensuring the security of the containers that run the code, followed by the security of the orchestration environment (cluster), and finally, the security of the underlying cloud infrastructure.

Discussion
AlinutzuOption: C

C. code, container, cloud, cluster This order represents the typical approach to securing cloud-native applications, starting with the security of the application code, followed by container security, cloud platform security, and finally, the security of the underlying cluster or orchestration environment.

duckduckgooo

I've seen multiple pages showing Cloud/Cluster/Container/Code - so none of the above https://kubernetes.io/docs/concepts/security/overview/ https://containerjournal.com/features/the-four-cs-of-cloud-native-security/