Hi team, Has anyone got an answer to the below question? This question is from t . . .

Mukund Bhatia:
Hi team, Has anyone got an answer to the below question? This question is from the lightning labs. I was able to extract deployment name, namespace, but struggling to extract remaining fields.

Tej_Singh_Rana:
Hello, @Mukund Bhatia
You can find here
https://github.com/kodekloudhub/certified-kubernetes-administrator-course/blob/master/docs/13-Lightning-Labs/02-Lightning-Lab-1.md

Mukund Bhatia:
Hi @Tej_Singh_Rana - Thank you very much!

Rakesh Kumar Parida:
kubectl -n admin2406 get deployments --sort-by=.metadata.name -o=custom-columns=NAME:.metadata.name,CONTAINER_IMAGE:.spec.template.spec.containers[*].image,READY_REPLICAS:.status.readyReplicas,NAMESPACE:.metadata.namespace > <location>