LinuxCommandLibrary

popeye

Scan Kubernetes cluster

TLDR

Scan Kubernetes cluster

$ popeye
copy
Scan specific namespace
$ popeye -n [namespace]
copy
Scan with specific context
$ popeye --context [context]
copy
Output as JSON
$ popeye -o json
copy
Save report to file
$ popeye --save --out [dir]
copy

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

Copied to clipboard