popeye
Scan Kubernetes cluster
TLDR
Scan Kubernetes cluster
$ popeye
Scan specific namespace$ popeye -n [namespace]
Scan with specific context$ popeye --context [context]
Output as JSON$ popeye -o json
Save report to file$ popeye --save --out [dir]
SYNOPSIS
popeye [options]
DESCRIPTION
popeye scans Kubernetes clusters for issues. Reports misconfigurations.
The tool identifies problems. Checks resource health and best practices.
popeye sanitizes clusters.
PARAMETERS
-n, --namespace NS
Scan specific namespace.--context CTX
Kubernetes context.-o, --out FORMAT
Output format (json, yaml, html).--save
Save report to file.-A, --all-namespaces
Scan all namespaces.
CAVEATS
Requires cluster access. Read-only operations.
HISTORY
Popeye was created as a Kubernetes cluster sanitizer and linter.
SEE ALSO
kubectl(1), kube-linter(1)


