LinuxCommandLibrary

popeye

Scan Kubernetes clusters for issues

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 a live Kubernetes cluster and reports potential issues, misconfigurations, and resource problems. It checks pods, services, deployments, and other resources against best practices and common pitfalls.
Results are color-coded by severity (OK, info, warning, error). Use -n to scan a specific namespace, -o for machine-readable output formats (JSON, YAML, HTML), and --save to write reports to disk. All operations are read-only.

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community