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