diff --git a/pages/common/popeye.md b/pages/common/popeye.md new file mode 100644 index 000000000..233abffad --- /dev/null +++ b/pages/common/popeye.md @@ -0,0 +1,20 @@ +# popeye + +> Utility that reports potential issues with Kubernetes deployment manifests. +> Homepage: . + +- 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}}`