RunAsUser is the UID to run the entrypoint of the container process. The user id that runs the first process in the container.
MustRunAs - Requires a range to be configured. Uses the first value of the range as the default. Validates against the configured range.MustRunAsNonRoot - Requires that the pod be submitted with a non-zero runAsUser or have the USER directive defined in the image. No default provided.RunAsAny - No default provided. Allows any runAsUser to be specified.Built with by controlplane