How to check how many containers run in single Pod?
Answer
k get po POD_NAME and see the number under "READY" column.
You can also run k describe po POD_NAME
k get po POD_NAME and see the number under "READY" column.
You can also run k describe po POD_NAME