securityContext basics.
For most workloads, you should configure the pod's
securityContext with:
A) runAsNonRoot: true, runAsUser: <non-zero>, readOnlyRootFilesystem:
true, drop ALL capabilities, allowPrivilegeEscalation: false.
B) privileged: true, runAsUser: 0.
C) Run as root with hostNetwork.
D) Mount the host's / into the container.Sign in to save your code and track progress across devices.