diff --git a/slides/k8s/healthchecks-more.md b/slides/k8s/healthchecks-more.md index b3093c93..689eda72 100644 --- a/slides/k8s/healthchecks-more.md +++ b/slides/k8s/healthchecks-more.md @@ -123,12 +123,12 @@ - Create the yellow namespace: ```bash - kubectl create namespace yellow + kubectl create namespace probes ``` - Switch to that namespace: ```bash - kns yellow + kns probes ``` ] @@ -143,7 +143,7 @@ .exercise[ -- Clone that repository: +- Clone that repository, if we haven't done it yet: ```bash cd ~ git clone https://github.com/jpetazzo/kubercoins @@ -192,9 +192,9 @@ It will use the default success threshold (1 successful attempt = alive). .exercise[ -- Edit `rng-daemonset.yaml` and add the liveness probe +- Edit `rng-deployment.yaml` and add the liveness probe ```bash - vim rng-daemonset.yaml + vim rng-deployment.yaml ``` - Load the YAML for all the resources of DockerCoins: diff --git a/slides/three.yml b/slides/three.yml index a9b3166b..a8b123e0 100644 --- a/slides/three.yml +++ b/slides/three.yml @@ -91,15 +91,11 @@ chapters: - k8s/shippingimages.md - k8s/buildshiprun-dockerhub.md - k8s/ourapponkube.md -# DAY 3 -- - k8s/setup-k8s.md - - k8s/dashboard.md - k8s/scalingdockercoins.md - shared/hastyconclusions.md +# DAY 3 +- - k8s/namespaces.md - k8s/daemonset.md -- - k8s/rollout.md - - k8s/namespaces.md - - k8s/ingress.md - | # Exercise — from Compose to Kubernetes @@ -107,8 +103,17 @@ chapters: The code is at: https://github.com/jpetazzo/wordsmith -- - k8s/localkubeconfig.md - - k8s/accessinternal.md +- - k8s/rollout.md + - k8s/healthchecks.md + - k8s/healthchecks-more.md + - k8s/ingress.md + - | + # Exercise — creating an Ingress + + Add an Ingress resource for the wordsmith app. + +- - k8s/setup-k8s.md + - k8s/dashboard.md - k8s/volumes.md - k8s/configuration.md - - k8s/statefulsets.md @@ -120,8 +125,8 @@ chapters: # EXTRA - - | # (Extra material) - - k8s/healthchecks.md - - k8s/healthchecks-more.md + - k8s/localkubeconfig.md + - k8s/accessinternal.md - k8s/kustomize.md - k8s/helm.md - k8s/create-chart.md