Loading...
Cheat sheet
Essential kubectl commands for Kubernetes operations.
Wait for deployment completion
kubectl rollout status deployment/my-app --timeout=90sGet all resources in a namespace
kubectl get all -n my-namespacePort forward to local machine
kubectl port-forward svc/my-service 8080:80