kubectl-status
kubectl-status copied to clipboard
A kubectl plugin to print a human-friendly output that focuses on the status fields of the resources in kubernetes.
This repo may be helpful to establish the first batch of tests: https://github.com/FalcoSuessgott/golang-cli-template
Currently, template development depends on developers. Kubernetes API has lots of fields optional and shows up only when there is a value is set. In many cases, they depend on...
In some cases, the certificate for ingress may be missing and it fallbacks to the default certificate. It would be good if we can catch these cases: * ingress should...
We can include the templates for the matching services for workload objects. Similar to the owners section we can have a matching services field in the output.
The current node output doesn't have any warning if the scheduling is disabled.
Querying services should be showing information on EndpointSlices as well. https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/
It would be good to know if a pod is on a node that is actively under pressure (or has recently been under pressure) when checking pods.
We have been suffering from https://github.com/kubernetes/kubernetes/pull/78709 for a while. Once an existing statefulset is deployed with some faulty config, there seems to be no way to get it to recover...