diff --git a/slides/kube/daemonset.md b/slides/kube/daemonset.md index 78563972..c878c6da 100644 --- a/slides/kube/daemonset.md +++ b/slides/kube/daemonset.md @@ -336,7 +336,7 @@ Of course, option 2 offers more learning opportunities. Right? --- -## We've put resources in your resources all the way down +## We've put resources in your resources - Reminder: a daemon set is a resource that creates more resources! diff --git a/slides/kube/kubectlget.md b/slides/kube/kubectlget.md index a84e64a0..c29744fb 100644 --- a/slides/kube/kubectlget.md +++ b/slides/kube/kubectlget.md @@ -42,7 +42,7 @@ --- -## From human-readable to machine-readable output +## Obtaining machine-readable output - `kubectl get` can output JSON, YAML, or be directly formatted diff --git a/slides/kube/kubectlrun.md b/slides/kube/kubectlrun.md index 405c0057..81397998 100644 --- a/slides/kube/kubectlrun.md +++ b/slides/kube/kubectlrun.md @@ -55,7 +55,7 @@ We should see the following things: --- -## Deployments, replica sets, and replication controllers +## What are these different things? - A *deployment* is a high-level construct diff --git a/slides/kube/kubenet.md b/slides/kube/kubenet.md index 504a69b3..7c567584 100644 --- a/slides/kube/kubenet.md +++ b/slides/kube/kubenet.md @@ -40,7 +40,7 @@ --- -## Kubernetes network model: the bad and the ugly +## Kubernetes network model: the less good - Everything can reach everything diff --git a/slides/kube/rollout.md b/slides/kube/rollout.md index 8bfe69d5..10a49913 100644 --- a/slides/kube/rollout.md +++ b/slides/kube/rollout.md @@ -68,7 +68,7 @@ --- -## Rolling out the new version of the `worker` service +## Rolling out the new `worker` service .exercise[