nisanth
Wed Apr 17 2024
To find the number of pods that exist in the “dev” environment (env), you can use the
#devops #kubernetes
kubectl get pods --selector=env=dev
#devops #kubernetes
nisanth
Wed Apr 17 2024
kubectl get pods --selector=env=dev