diff --git a/slides/kube/rollout.md b/slides/kube/rollout.md index 0637d0fe..84955778 100644 --- a/slides/kube/rollout.md +++ b/slides/kube/rollout.md @@ -190,6 +190,35 @@ class: extra-details --- +## Checking the dashboard during the bad rollout + +If you haven't deployed the Kubernetes dashboard earlier, just skip this slide. + +.exercise[ + +- Check which port the dashboard is on: + ```bash + kubectl -n kube-system get svc socat + ``` + +] + +Note the `3xxxx` port. + +.exercise[ + +- Connect to http://oneofournodes:3xxxx/ + + + +] + +-- + +- We have failures in Deployments, Pods, and Replica Sets + +--- + ## Recovering from a bad rollout - We could push some `v0.3` image