From 9fe97b8792d532cc24a926a015c924a53e55ea79 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Mon, 13 Jan 2020 17:29:24 -0600 Subject: [PATCH] Prep content according to Ran's instructions --- slides/kube.yml | 71 +++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 37 deletions(-) diff --git a/slides/kube.yml b/slides/kube.yml index 6ac71d50..9def3208 100644 --- a/slides/kube.yml +++ b/slides/kube.yml @@ -1,6 +1,7 @@ title: | - Deploying and Scaling Microservices - with Kubernetes + Advanced + Kubernetes + Training #chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)" #chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)" @@ -8,7 +9,7 @@ chat: "In person!" gitrepo: github.com/jpetazzo/container.training -slides: http://container.training/ +slides: http://2020-01-zr.container.training/ #slidenumberprefix: "#SomeHashTag — " @@ -21,72 +22,68 @@ chapters: - k8s/intro.md - shared/about-slides.md - shared/toc.md -- # DAY 1 +- # MUST - k8s/prereqs-admin.md - k8s/architecture.md - k8s/deploymentslideshow.md - k8s/dmuc.md -- - - k8s/multinode.md - - k8s/cni.md -- - - k8s/apilb.md - - k8s/setup-managed.md - - k8s/setup-selfhosted.md - - k8s/staticpods.md - - k8s/bootstrap.md -- - - k8s/cluster-upgrade.md - - k8s/cluster-backup.md - #- k8s/cloud-controller-manager.md -- # DAY 2 +- # MUST - k8s/yamldeploy.md - k8s/namespaces.md - k8s/kubectlproxy.md - k8s/localkubeconfig.md - k8s/accessinternal.md - k8s/ingress.md -- +- # MUST - k8s/rollout.md - k8s/healthchecks.md - k8s/healthchecks-more.md - k8s/record.md -- +- # MUST - k8s/volumes.md #- k8s/build-with-docker.md #- k8s/build-with-kaniko.md - k8s/configuration.md -- - - k8s/kustomize.md - - k8s/helm.md - - k8s/create-chart.md - - k8s/create-more-charts.md -- # DAY 3 +- # MUST - k8s/logs-centralized.md - k8s/prometheus.md -- - - k8s/netpol.md - - k8s/authn-authz.md - - k8s/control-plane-auth.md -- - - k8s/csr-api.md - - k8s/openid-connect.md - - k8s/podsecuritypolicy.md -- +- # MUST - k8s/resource-limits.md - k8s/metrics-server.md - k8s/cluster-sizing.md - k8s/horizontal-pod-autoscaler.md -- +- # MUST - k8s/statefulsets.md - k8s/local-persistent-volumes.md - k8s/portworx.md -- +- # MUST - k8s/extending-api.md - k8s/operators.md - k8s/operators-design.md - k8s/owners-and-dependents.md #- k8s/gitworkflows.md +- # NICE TO HAVE + - k8s/setup-managed.md + - k8s/setup-selfhosted.md + - k8s/staticpods.md + - k8s/bootstrap.md +- # NICE TO HAVE + - k8s/netpol.md + - k8s/authn-authz.md + - k8s/control-plane-auth.md +- # NICE TO HAVE + - k8s/kustomize.md + - k8s/helm.md + - k8s/create-chart.md + - k8s/create-more-charts.md +- # MEH + - k8s/cluster-upgrade.md + - k8s/cluster-backup.md + #- k8s/cloud-controller-manager.md +- # MEH + - k8s/csr-api.md + - k8s/openid-connect.md + - k8s/podsecuritypolicy.md - - k8s/whatsnext.md - k8s/links.md