DZone

Running Kubernetes in production means taking inventory. A LOT. Are any of our pods running that version of the Ubuntu base image affected by the new CVE? Do we even use Alpine Linux anywhere? What versions of MySQL are we currently running (and where)? The standard output of kubectl get pods doesn’t help to answer any of these questions.

That’s okay, though, because we have the custom-columns output format!

Source: DZone