Sambasiva Rao:
HI, May I know the command to Identify the name of the containers running in the pod?
unnivkn:
kubectl get pods --output=custom-columns=“ContainerName:.spec.containers[*].name”
Sambasiva Rao:
Thanks
Sambasiva Rao:
HI, May I know the command to Identify the name of the containers running in the pod?
unnivkn:
kubectl get pods --output=custom-columns=“ContainerName:.spec.containers[*].name”
Sambasiva Rao:
Thanks