HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

popeye — Report potential issues with Kubernetes deployment manifests. More information: <https://github.com/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
popeyecommandreportpotentialcliissueswithkubernetes

Problem

How to use the popeye command: Report potential issues with Kubernetes deployment manifests. More information: <https://github.com/derailed/popeye>.

Solution

popeye — Report potential issues with Kubernetes deployment manifests. More information: <https://github.com/derailed/popeye>.

Scan the current Kubernetes cluster:
popeye


Scan a specific namespace:
popeye {{[-n|--namespace]}} {{namespace}}


Scan specific Kubernetes context:
popeye --context {{context}}


Use a spinach configuration file for scanning:
popeye {{[-f|--file]}} {{spinach.yaml}}

Code Snippets

Scan the current Kubernetes cluster

popeye

Scan a specific namespace

popeye {{[-n|--namespace]}} {{namespace}}

Scan specific Kubernetes context

popeye --context {{context}}

Use a spinach configuration file for scanning

popeye {{[-f|--file]}} {{spinach.yaml}}

Context

tldr-pages: common/popeye

Revisions (0)

No revisions yet.