running k8s commands
running k8s commands
yaml
kind delete cluster --name dev-cluster
describe deployment:
kubectl describe deploy
Rollout history
---------------
Switching from 1.1 to 1.2
let assume there is bug in 1.2 and we want to migrate from 1.2 to 1.1
kubectl rollout undo deploy/empapp-deploy
now we can connect to the service using go to the browser and req for:
---------------------------------------
http://localhost:30001/emps