From d6a77910546ff24ca078effb9958451af0f03005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Tue, 3 Sep 2024 19:31:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=BF=20Deezer=20(rebased)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/_redirects | 1 + slides/kube.yml | 157 +++++++++++++++++++++++++++++++++++ slides/logistics-template.md | 73 +--------------- 3 files changed, 159 insertions(+), 72 deletions(-) create mode 100644 slides/kube.yml diff --git a/slides/_redirects b/slides/_redirects index 91b4dbcb..5fa9a11d 100644 --- a/slides/_redirects +++ b/slides/_redirects @@ -2,6 +2,7 @@ #/ /kube-halfday.yml.html 200! #/ /kube-fullday.yml.html 200! #/ /kube-twodays.yml.html 200! +/ /kube.yml.html 200! # And this allows to do "git clone https://container.training". /info/refs service=git-upload-pack https://github.com/jpetazzo/container.training/info/refs?service=git-upload-pack diff --git a/slides/kube.yml b/slides/kube.yml new file mode 100644 index 00000000..342b05cb --- /dev/null +++ b/slides/kube.yml @@ -0,0 +1,157 @@ +title: | + Kubernetes + (Deezer) + +#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)" +#chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)" +chat: "In person!" + +gitrepo: github.com/jpetazzo/container.training + +slides: https://2024-09-deezer.container.training/ + +#slidenumberprefix: "#SomeHashTag — " + +exclude: +- self-paced + +content: +- shared/title.md +- logistics.md +- k8s/intro.md +- shared/about-slides.md +#- shared/chat-room-im.md +#- shared/chat-room-slack.md +#- shared/chat-room-zoom-meeting.md +#- shared/chat-room-zoom-webinar.md +- shared/toc.md +- + - k8s/prereqs-advanced.md + - shared/handson.md + #- shared/webssh.md + - shared/connecting.md + - k8s/demo-apps.md + #- k8s/versions-k8s.md + #- shared/sampleapp.md + #- shared/composescale.md + #- shared/hastyconclusions.md + #- shared/composedown.md + #- k8s/concepts-k8s.md + #- k8s/kubectlget.md + #- k8s/kubectl-run.md + #- k8s/batch-jobs.md + #- k8s/labels-annotations.md + #- k8s/kubectl-logs.md + #- k8s/logs-cli.md + - k8s/architecture.md + - shared/declarative.md + - k8s/declarative.md + - k8s/deploymentslideshow.md + #- k8s/kubectlexpose.md + - k8s/service-types.md + - k8s/kubenet.md + - k8s/ingress.md + - exercises/ingress-controller-details.md +- + - k8s/resource-limits.md + - k8s/metrics-server.md + - k8s/cluster-sizing.md + - exercises/reqlim-details.md +- + - k8s/helm-intro.md + - k8s/helm-chart-format.md + - k8s/helm-create-basic-chart.md + - k8s/helm-create-better-chart.md + - k8s/helm-dependencies.md + - k8s/helm-values-schema-validation.md + - k8s/helm-secrets.md + - exercises/helm-generic-chart-details.md + - exercises/helm-umbrella-chart-details.md +- + - k8s/authn-authz.md + - k8s/control-plane-auth.md + - k8s/user-cert.md + - k8s/staticpods.md + - k8s/internal-apis.md + - exercises/rbac-details.md +- + - k8s/dmuc-easy.md + - k8s/dmuc-medium.md + - k8s/dmuc-hard.md +- + - k8s/cni-internals.md + #- k8s/interco.md + - k8s/apilb.md + - k8s/cluster-upgrade.md + - k8s/cluster-backup.md + #- k8s/ingress-advanced.md + #- k8s/ingress-canary.md + #- k8s/ingress-tls.md + #- k8s/shippingimages.md + #- k8s/buildshiprun-selfhosted.md + #- k8s/buildshiprun-dockerhub.md + #- k8s/ourapponkube.md + #- k8s/exercise-wordsmith.md + #- k8s/yamldeploy.md + #- k8s/setup-overview.md + #- k8s/setup-devel.md + #- k8s/setup-managed.md + #- k8s/setup-selfhosted.md + #- k8s/dashboard.md + #- k8s/k9s.md + #- k8s/tilt.md + #- k8s/kubectlscale.md + #- k8s/scalingdockercoins.md + #- shared/hastyconclusions.md + #- k8s/daemonset.md + #- k8s/exercise-yaml.md + #- k8s/localkubeconfig.md + #- k8s/access-eks-cluster.md + #- k8s/accessinternal.md + #- k8s/kubectlproxy.md + #- k8s/rollout.md + #- k8s/healthchecks.md + #- k8s/healthchecks-more.md + #- k8s/record.md + #- k8s/namespaces.md + #- k8s/kustomize.md + #- k8s/ytt.md + #- k8s/gitlab.md + #- k8s/netpol.md + #- k8s/csr-api.md + #- k8s/openid-connect.md + #- k8s/pod-security-intro.md + #- k8s/pod-security-policies.md + #- k8s/pod-security-admission.md + #- k8s/volumes.md + #- k8s/exercise-configmap.md + #- k8s/build-with-docker.md + #- k8s/build-with-kaniko.md + #- k8s/configuration.md + #- k8s/secrets.md + #- k8s/logs-centralized.md + #- k8s/prometheus.md + #- k8s/prometheus-stack.md + #- k8s/statefulsets.md + #- k8s/consul.md + #- k8s/pv-pvc-sc.md + #- k8s/volume-claim-templates.md + #- k8s/portworx.md + #- k8s/openebs.md + #- k8s/stateful-failover.md + #- k8s/extending-api.md + #- k8s/admission.md + #- k8s/operators.md + #- k8s/operators-design.md + #- k8s/operators-example.md + #- k8s/staticpods.md + #- k8s/owners-and-dependents.md + #- k8s/gitworkflows.md + - shared/thankyou.md +- + - | + # (Extra content) + - shared/yaml.md + - k8s/horizontal-pod-autoscaler.md + - k8s/apiserver-deepdive.md + - shared/thankyou.md diff --git a/slides/logistics-template.md b/slides/logistics-template.md index fe7d8986..52ef25b5 100644 --- a/slides/logistics-template.md +++ b/slides/logistics-template.md @@ -1,62 +1,6 @@ ## Introductions -⚠️ This slide should be customized by the tutorial instructor(s). - - - - - - - - - - - - +- Hello! I'm Jérôme ([@jpetazzo], [@jpetazzo@hachyderm.io], Tiny Shell Script LLC) [@alexbuisine]: https://twitter.com/alexbuisine [EphemeraSearch]: https://ephemerasearch.com/ @@ -65,18 +9,3 @@ [@s0ulshake]: https://twitter.com/s0ulshake [Quantgene]: https://www.quantgene.com/ ---- - -## Exercises - -- At the end of each day, there is a series of exercises - -- To make the most out of the training, please try the exercises! - - (it will help to practice and memorize the content of the day) - -- We recommend to take at least one hour to work on the exercises - - (if you understood the content of the day, it will be much faster) - -- Each day will start with a quick review of the exercises of the previous day