How to List all Containers Running in a Cluster
Problem
Environment
Procedure
kubectl get pods --all-namespaces -o jsonpath="{.items[*].spec.containers[*].name}" | tr -s ' ' '<br>' |sort |uniq -cAdditional Information
Last updated
