Kubectl Confirm: VS Code extension When you work with Kubernetes every day, the dangerous commands are usually not complicated. They are the simple ones you run too fast. `kubectl apply -f deployment.yaml` `kubectl delete -f service.yaml` Those commands are normal...

