status kubectl
A kubectl
plugin to print a human-friendly output that focuses on
the status fields of the resources in kubernetes.
In most cases replacing a kubectl get ...
with an kubectl status ...
would be sufficient.
Quick Start
kubectl krew install status
kubectl status
See usage for some sample usage examples.
Some Example Outputs
Sample pod output from a minikube instance:
![Minikube components](https://github.com/bergerx/kubectl-status/raw/v0.3.2/doc/minikube-components.png)
Some pods got KILL and TERM signals, has containers with multiple restarts:
![Restarts with Signals](https://github.com/bergerx/kubectl-status/raw/v0.3.2/doc/init-signal-restart.png)
Some falinig InitContainer and Container
![Failing Container](https://github.com/bergerx/kubectl-status/raw/v0.3.2/doc/failing-container.png)