Kubernetes

How to check how many containers run in single Pod?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

k get po POD_NAME and see the number under "READY" column.

You can also run k describe po POD_NAME