CKS Minimize Microservice Vulnerabilities • Set 5
CKS Minimize Microservice Vulnerabilities Practice Test 5 — 15 questions with explanations. Free, no signup.
A pod is running with the following security context:
```yaml securityContext: allowPrivilegeEscalation: false runAsNonRoot: true seccompProfile: type: RuntimeDefault ```
The pod is in a CrashLoopBackOff. The logs show: "exec user process caused: operation not permitted". What is the most likely cause?