From 2c89c66525f38738ab773d4a37add0ec1dc08b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 22 Nov 2021 21:49:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=88=20New=20Relic=20April=202023=20con?= =?UTF-8?q?tent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/_redirects | 1 + slides/kube.yml | 106 +++++++++++++++++++++++++++++++++++ slides/logistics-template.md | 66 ++++------------------ slides/shared/prereqs.md | 2 +- 4 files changed, 118 insertions(+), 57 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..6a2cbc62 --- /dev/null +++ b/slides/kube.yml @@ -0,0 +1,106 @@ +title: | + Kubernetes + Intermediate + Training + +chat: "`#kubernetes-training-april-24-28`" + +gitrepo: github.com/jpetazzo/container.training + +slides: https://2023-04-nr.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/prereqs.md +#- shared/webssh.md +- shared/connecting.md +- shared/toc.md +- exercises/k8sfundamentals-brief.md +- exercises/yaml-brief.md +- exercises/localcluster-brief.md +- exercises/healthchecks-brief.md +- exercises/ingress-brief.md +- exercises/netpol-brief.md +- exercises/rbac-brief.md +- # DAY 1 + #- k8s/versions-k8s.md + - shared/sampleapp.md + - shared/composedown.md + - k8s/concepts-k8s.md + - k8s/kubectlget.md + - k8s/kubectl-run.md + - k8s/kubectlexpose.md + - k8s/service-types.md + - k8s/kubenet.md + - k8s/shippingimages.md + #- k8s/buildshiprun-selfhosted.md + - k8s/buildshiprun-dockerhub.md + - exercises/k8sfundamentals-details.md +- # DAY 2 + - k8s/ourapponkube.md + - shared/yaml.md + - k8s/labels-annotations.md + - k8s/kubectl-logs.md + - k8s/logs-cli.md + - k8s/namespaces.md + - k8s/yamldeploy.md + - shared/declarative.md + - k8s/declarative.md + - k8s/deploymentslideshow.md + - k8s/authoring-yaml.md + - k8s/setup-overview.md + - k8s/setup-devel.md + - k8s/localkubeconfig.md + - k8s/accessinternal.md + #- k8s/kubectlproxy.md + - exercises/yaml-details.md + - exercises/localcluster-details.md +- # DAY 3 + - k8s/scalingdockercoins.md + - shared/hastyconclusions.md + - k8s/daemonset.md + - k8s/rollout.md + - k8s/healthchecks.md + - k8s/ingress.md + #- k8s/ingress-tls.md + - exercises/healthchecks-details.md + - exercises/ingress-details.md +- # DAY 4 + - k8s/netpol.md + - k8s/authn-authz.md + - k8s/resource-limits.md + - k8s/metrics-server.md + - k8s/cluster-sizing.md + - exercises/netpol-details.md + - exercises/rbac-details.md +- # DAY 5 + - k8s/volumes.md + - k8s/configuration.md + - k8s/secrets.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 +- # Extra + - | + # (Extra content) + - k8s/k9s.md + - k8s/tilt.md + - k8s/horizontal-pod-autoscaler.md + - k8s/dashboard.md + - k8s/batch-jobs.md diff --git a/slides/logistics-template.md b/slides/logistics-template.md index fe7d8986..6c333ced 100644 --- a/slides/logistics-template.md +++ b/slides/logistics-template.md @@ -1,69 +1,21 @@ ## Introductions -⚠️ This slide should be customized by the tutorial instructor(s). +- Hello! I'm Jérôme Petazzoni ([@jpetazzo], [@jpetazzo@hachyderm.io], Ardan Labs) - - - - - - - +- There will be a short break (\~10 min) every hour - - - - -[@alexbuisine]: https://twitter.com/alexbuisine -[EphemeraSearch]: https://ephemerasearch.com/ [@jpetazzo]: https://twitter.com/jpetazzo [@jpetazzo@hachyderm.io]: https://hachyderm.io/@jpetazzo -[@s0ulshake]: https://twitter.com/s0ulshake -[Quantgene]: https://www.quantgene.com/ --- @@ -75,8 +27,10 @@ (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 +- We'll try to finish a bit earlier each day so that you can have lab time - (if you understood the content of the day, it will be much faster) + (and if you can put some extra time that's even better ♥) - Each day will start with a quick review of the exercises of the previous day + +- Ping us on @@CHAT@@! diff --git a/slides/shared/prereqs.md b/slides/shared/prereqs.md index 7ed926fa..17f0c933 100644 --- a/slides/shared/prereqs.md +++ b/slides/shared/prereqs.md @@ -1,4 +1,4 @@ -# Pre-requirements +## Pre-requirements - Be comfortable with the UNIX command line