popeye: add page (#3017)

This commit is contained in:
Ivan Aracki
2019-05-14 20:47:47 +02:00
committed by GitHub
parent 7a91834637
commit 00eb38b527

20
pages/common/popeye.md Normal file
View File

@@ -0,0 +1,20 @@
# popeye
> Utility that reports potential issues with Kubernetes deployment manifests.
> Homepage: <https://github.com/derailed/popeye>.
- 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}}`