kubeaudit

Audit Kubernetes clusters for common security control violations

brewmacoslinux
Try with needOr install directly
Source

About

Helps audit your Kubernetes clusters against common security controls

Commands

kubeaudit

Examples

Audit all resources in the current cluster$ kubeaudit all
Audit specific namespace for security issues$ kubeaudit all -n default
Run specific auditor (e.g., check for privileged containers)$ kubeaudit privileged