Kubernetes Troubleshooting
☸ Kubernetes troubleshooting Commands:
kubectl get pods - This command will show the status of all pods in the current namespace.
kubectl describe pod <pod-name> - This command will give detailed information about the specified pod, including its ...
ritul.hashnode.dev5 min read