KCSA Kubernetes and Cloud Native Security Associate (KCSA) Questions and Answers
Which of the following statements regarding a container run with privileged: true is correct?
Which of the following statements best describes the role of the Scheduler in Kubernetes?
Which label should be added to the Namespace to block any privileged Pods from being created in that Namespace?
How do Kubernetes namespaces impact the application of policies when using Pod Security Admission?
As a Kubernetes and Cloud Native Security Associate, a user can set up audit logging in a cluster. What is the risk of logging every event at the full RequestResponse level?
In a Kubernetes cluster, what are the security risks associated with using ConfigMaps for storing secrets?
A container image is trojanized by an attacker by compromising the build server. Based on the STRIDE threat modeling framework, which threat category best defines this threat?
You are responsible for securing the kubelet component in a Kubernetes cluster.
Which of the following statements about kubelet security is correct?
On a client machine, what directory (by default) contains sensitive credential information?
In a cluster that contains Nodes with multiple container runtimes installed, how can a Pod be configured to be created on a specific runtime?
