diff --git a/slides/kube-fullday.yml b/slides/kube-fullday.yml index 669f99a3..74706eef 100644 --- a/slides/kube-fullday.yml +++ b/slides/kube-fullday.yml @@ -1,5 +1,7 @@ title: | - Kubernetes + Kubernetes Meetup + @ + VMware #chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)" #chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)" @@ -45,16 +47,34 @@ chapters: #- k8s/buildshiprun-selfhosted.md - k8s/buildshiprun-dockerhub.md - k8s/ourapponkube.md +- - k8s/yamldeploy.md - k8s/setup-k8s.md - | # (PKS) -- #- k8s/dashboard.md #- k8s/kubectlscale.md - k8s/scalingdockercoins.md - - shared/hastyconclusions.md - - k8s/daemonset.md + - | + ## Scaling `rng` + + - Let's scale the `rng` service just like we scaled `worker` + + .exercise[ + + - Scale `rng`: + ```bash + kubectl scale deploy rng --replicas=2 + ``` + + ] + + The web UI graph should go past 10 hashes/second. + + - | + # (VROPS) + #- shared/hastyconclusions.md + #- k8s/daemonset.md #- k8s/dryrun.md #- k8s/kubectlproxy.md #- k8s/localkubeconfig.md @@ -63,8 +83,8 @@ chapters: #- k8s/healthchecks.md #- k8s/healthchecks-more.md #- k8s/record.md -- - k8s/namespaces.md +- #- k8s/ingress.md #- k8s/kustomize.md #- k8s/helm.md diff --git a/slides/logistics.md b/slides/logistics.md index 1c6d371d..ef417479 100644 --- a/slides/logistics.md +++ b/slides/logistics.md @@ -6,12 +6,6 @@ - Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Enix) -- The workshop will run from ... - -- There will be a lunch break at ... - - (And coffee breaks!) - - Feel free to interrupt for questions at any time - *Especially when you see full screen container pictures!*