2019-05-14 20:47:47 +02:00
|
|
|
# popeye
|
|
|
|
|
2024-02-14 17:25:13 -03:00
|
|
|
> Report potential issues with Kubernetes deployment manifests.
|
2019-06-03 02:06:36 +02:00
|
|
|
> More information: <https://github.com/derailed/popeye>.
|
2019-05-14 20:47:47 +02:00
|
|
|
|
|
|
|
- Scan the current Kubernetes cluster:
|
|
|
|
|
|
|
|
`popeye`
|
|
|
|
|
|
|
|
- Scan a specific namespace:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`popeye {{[-n|--namespace]}} {{namespace}}`
|
2019-05-14 20:47:47 +02:00
|
|
|
|
|
|
|
- Scan specific Kubernetes context:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`popeye --context {{context}}`
|
2019-05-14 20:47:47 +02:00
|
|
|
|
|
|
|
- Use a spinach configuration file for scanning:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`popeye {{[-f|--file]}} {{spinach.yaml}}`
|