Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 333 Bytes

kubernetes-strict.md

File metadata and controls

12 lines (6 loc) · 333 Bytes

Kubernetes-Strict Checks:

⚠️ make sure that kubernetes group also enabled ⚠️

  • Detect any deletion (kubectl delete ...) command.

  • Detect any resource update (kubectl set ...) command.

  • Detect any pod scale (kubectl scale ...) command.

  • Detect any pod rollout (kubectl scarolloutle ...) command.