kubernetes - How to check the containers running on a pod in kubernettes? -


i able list of pods running on kubernetes cluster using:

kubectl pods 

how containers running on particular pod?

you can use describe command:

kubectl describe pod [podname] 

that specify containers in pod, along other information.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -