CKS Minimize Microservice Vulnerabilities • Set 12
CKS Minimize Microservice Vulnerabilities Practice Test 12 — 15 questions with explanations. Free, no signup.
A security engineer runs the following command to inspect a pod's security context:
kubectl get pod secure-pod -o jsonpath='{.spec.containers[0].securityContext.capabilities}'The output is: {"drop":["ALL"]}
What does this indicate?