Kubernetes Security Operations: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Kubernetes Operations]] | * [[Kubernetes Operations]] | ||
* [[rbac-lookup]] | * [[rbac-lookup]] | ||
=User Operations= | |||
{{Internal|Kubernetes User Operations|User Operations}} | |||
=Service Account Operations= | =Service Account Operations= |
Latest revision as of 23:23, 1 October 2020
Internal
User Operations
Service Account Operations
RBAC Operations
Authorization Check
PodSecurityPolicy
This command allows to simulate the PodSecurityPolicy selection process performed by the PodSecurityPolicy admission controller:
kubectl --as=system:serviceaccount:<namespace>:<serviceaccount-name> -n <namespace> auth can-i use <pod-security-policy-name>
kubectl --as=system:serviceaccount:blue:blue-serviceaccount -n blue auth can-i use podsecuritypolicy/example