Synopsis
Skip
--namespaces and --namespaces-regex to report all pods in all namespaces in a cluster.
The reported data includes pod container images digests and creation timestamps. You can customize the scope of reporting
to include or exclude namespaces.
Flags
Flags inherited from parent commands
Examples Use Cases
These examples all assume that the flags--api-token, --org, --host, (and --flow, --trail when required), are set/provided.
report what is running in an entire cluster using kubeconfig at $HOME/.kube/config
report what is running in an entire cluster using kubeconfig at $HOME/.kube/config
report what is running in an entire cluster using kubeconfig at $HOME/.kube/config (with global flags defined in environment or in a config file)
report what is running in an entire cluster using kubeconfig at $HOME/.kube/config (with global flags defined in environment or in a config file)
report what is running in an entire cluster excluding some namespaces using kubeconfig at $HOME/.kube/config
report what is running in an entire cluster excluding some namespaces using kubeconfig at $HOME/.kube/config
report what is running in a given namespace in the cluster using kubeconfig at $HOME/.kube/config
report what is running in a given namespace in the cluster using kubeconfig at $HOME/.kube/config
report what is running in a cluster using kubeconfig at a custom path
report what is running in a cluster using kubeconfig at a custom path