kubectl logs <pod_name> -c <container_name>
. This will help you identify the specific process and container involved in the event.readOnlyRootFilesystem
field to true
to prevent any write access to the root filesystem.allowPrivilegeEscalation
field to false
to prevent privilege escalation.<pod-name>
, <namespace>
, and <path-to-pod-manifest.yaml>
with the actual values specific to your environment.