Questions tagged [kubernetes-psp]
2 questions
0
votes
1 answer
Why is my PodSecurityPolicy applied even if I don't have access?
I have two PodSecurityPolicy:
000-privileged (only kube-system service accounts and admin users)
100-restricted (everything else)
I have a problem with their assignment to pods.
First policy binding:
kind: ClusterRole
apiVersion:…

ThatChrisGuy
- 559
- 2
- 7
- 23
0
votes
1 answer
Kubernetes Pod Security Policies
Pod security policy control is implemented as an optional (but
recommended) admission controller. PodSecurityPolicies are enforced by
enabling the admission controller, but doing so without authorizing
any policies will prevent any pods from…

Ijaz Ahmad
- 11,198
- 9
- 53
- 73