how to get all the containers in a pod code example
Example: get containers in pod
kubectl get pods POD_NAME_HERE -o jsonpath='{.spec.containers[*].name}'
kubectl get pods POD_NAME_HERE -o jsonpath='{.spec.containers[*].name}'