Files
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

743 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Security Context security-context 2018-04-12 /docs/tasks/configure-pod-container/security-context/ The securityContext field defines privilege and access control settings for a Pod or Container, including the runtime UID and GID.
security

The securityContext field defines privilege and access control settings for a Pod or Container, including the runtime UID and GID.

The securityContext field in a {{< glossary_tooltip term_id="pod" >}} (applying to all containers) or container is used to set the user (runAsUser) and group (fsGroup), capabilities, privilege settings, and security policies (SELinux/AppArmor/Seccomp) that container processes use.