k8s check pod securityContext definition – Amazon Web Sevices
I want to check if pod in the cluster running as privileged pods, which can indicate that we may have security issue, so I check if privileged: true However under the securityContext: spec there is additional fields like allowPrivilegeEscalation RunAsUser…