SecurityContext
The Nitty-Gritty of Container-level Security Context
apiVersion: v1
kind: Pod
metadata:
name: hello-world
spec:
containers:
- name: hello-world-container
# The container definition
# ...
securityContext:
privileged: trueDigging into Pod-level Security Context
Understanding Pod Security Policies (PSP)
API Version Comparison Table
Kubernetes Version
Extension Version
Supported Controls
Control
Description
Example
A Closer Look at SELinux
How to Enable or Disable SELinux?
Example
Additional Reading
最后更新于