diff --git a/slides/1.yml b/slides/1.yml new file mode 100644 index 00000000..f16beb2a --- /dev/null +++ b/slides/1.yml @@ -0,0 +1,63 @@ +title: | + Docker + +chat: "[#masterclass-module-docker](https://enixteam.slack.com/archives/C045SR5T2MP) (or GMeet)" + +gitrepo: github.com/jpetazzo/container.training + +slides: https://2022-10-wemanity.container.training/ + +#slidenumberprefix: "#SomeHashTag — " + +exclude: +- self-paced + +content: +- shared/title.md +- logistics.md +- containers/intro.md +- shared/about-slides.md +- shared/chat-room-im.md +#- shared/chat-room-zoom-meeting.md +#- shared/chat-room-zoom-webinar.md +- shared/toc.md +- # DAY 1 + #- containers/Docker_Overview.md + #- containers/Docker_History.md + - containers/Training_Environment.md + #- containers/Installing_Docker.md + - containers/First_Containers.md + - containers/Background_Containers.md + - containers/Initial_Images.md + - containers/Building_Images_Interactively.md + - containers/Building_Images_With_Dockerfiles.md + - containers/Cmd_And_Entrypoint.md + - containers/Copying_Files_During_Build.md + - containers/Exercise_Dockerfile_Basic.md +- # DAY 2 + - containers/Multi_Stage_Builds.md + - containers/Container_Networking_Basics.md + - containers/Local_Development_Workflow.md + - containers/Container_Network_Model.md + - containers/Compose_For_Dev_Stacks.md + - containers/Exercise_Composefile.md + - containers/Exercise_Dockerfile_Advanced.md +- + - | + # (Extra content - advanced Dockerfiles) + - containers/Dockerfile_Tips.md + - containers/Advanced_Dockerfiles.md + - containers/Buildkit.md +- + - | + # (Extra content - operations) + - containers/Start_And_Attach.md + - containers/Naming_And_Inspecting.md + - containers/Labels.md + - containers/Getting_Inside.md + - containers/Network_Drivers.md +- + - | + # (Extra content - container internals) + - containers/Namespaces_Cgroups.md + - containers/Orchestration_Overview.md diff --git a/slides/2.yml b/slides/2.yml new file mode 100644 index 00000000..85d54f7f --- /dev/null +++ b/slides/2.yml @@ -0,0 +1,108 @@ +title: | + Kubernetes + +chat: "[#masterclass-module-kubernetes](https://enixteam.slack.com/archives/C045GKSEB4L) (or GMeet)" + +gitrepo: github.com/jpetazzo/container.training + +slides: https://2022-10-wemanity.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-zoom-meeting.md +#- shared/chat-room-zoom-webinar.md +- shared/prereqs.md +#- shared/webssh.md +- shared/connecting.md +- shared/toc.md +- # 1 + #- 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/kubectlexpose.md + #- k8s/shippingimages.md + #- k8s/buildshiprun-selfhosted.md + #- k8s/buildshiprun-dockerhub.md + - exercises/k8sfundamentals-details.md +- # 2 + - k8s/ourapponkube.md + - k8s/labels-annotations.md + - k8s/kubectl-logs.md + - k8s/logs-cli.md + - k8s/namespaces.md + - k8s/yamldeploy.md + - k8s/authoring-yaml.md + - shared/declarative.md + - k8s/declarative.md + - k8s/deploymentslideshow.md + - k8s/k9s.md +- # 3 + - k8s/kubenet.md + - k8s/setup-overview.md + - k8s/setup-devel.md + - k8s/setup-managed.md + - k8s/setup-selfhosted.md + - k8s/localkubeconfig.md + - k8s/accessinternal.md + - k8s/kubectlproxy.md + - exercises/localcluster-details.md +- # 4 + #- k8s/kubectlscale.md + - k8s/scalingdockercoins.md + - shared/hastyconclusions.md + - k8s/daemonset.md + - k8s/rollout.md + - k8s/healthchecks.md + #- k8s/healthchecks-more.md + #- k8s/dashboard.md + - k8s/tilt.md + #- exercises/healthchecks-details.md +- # 5 + - k8s/ingress.md + - k8s/volumes.md + - k8s/configuration.md + - k8s/secrets.md +- #6 + - k8s/netpol.md + - k8s/authn-authz.md + - k8s/resource-limits.md +- + - | + # (Extra materials - autoscaling) + - k8s/metrics-server.md + - k8s/cluster-sizing.md + - k8s/horizontal-pod-autoscaler.md + - k8s/batch-jobs.md +- + - | + # (Extra materials - stateful apps) + - k8s/statefulsets.md + - k8s/consul.md + - k8s/pv-pvc-sc.md + - k8s/volume-claim-templates.md + #- k8s/eck.md + #- k8s/portworx.md + - k8s/openebs.md + - k8s/stateful-failover.md +- + - | + # (Extra materials - operators) + - k8s/operators-design.md + - k8s/operators-example.md + - k8s/owners-and-dependents.md + - k8s/events.md + - k8s/finalizers.md diff --git a/slides/3.yml b/slides/3.yml new file mode 100644 index 00000000..8c163a45 --- /dev/null +++ b/slides/3.yml @@ -0,0 +1,40 @@ +title: | + Packaging d'applications + pour Kubernetes + +chat: "[#masterclass-module-packaging](https://enixteam.slack.com/archives/C045B7V2M37) (or GMeet)" + +gitrepo: github.com/jpetazzo/container.training + +slides: https://2022-10-wemanity.container.training/ + +#slidenumberprefix: "#SomeHashTag — " + +exclude: +- self-paced + +content: +- shared/title.md +- logistics.md +#- k8s/intro.md +#- shared/about-slides.md +#- shared/prereqs.md +#- shared/webssh.md +#- shared/connecting.md +#- shared/chat-room-im.md +#- shared/chat-room-zoom.md +- shared/toc.md +- + #- k8s/demo-apps.md + - k8s/kustomize.md + - k8s/helm-intro.md + - k8s/helm-chart-format.md + - k8s/helm-create-basic-chart.md + - k8s/helm-create-better-chart.md + - exercises/helm-generic-chart-details.md +- + - k8s/helm-dependencies.md + - k8s/helm-values-schema-validation.md + - k8s/helm-secrets.md + - k8s/ytt.md + #- exercises/helm-umbrella-chart-details.md diff --git a/slides/_redirects b/slides/_redirects index 91b4dbcb..a9200a77 100644 --- a/slides/_redirects +++ b/slides/_redirects @@ -23,3 +23,5 @@ # Survey form /please https://docs.google.com/forms/d/e/1FAIpQLSfIYSgrV7tpfBNm1hOaprjnBHgWKn5n-k5vtNXYJkOX1sRxng/viewform + +/ /wemanity.html 200! diff --git a/slides/logistics-template.md b/slides/logistics-template.md index 932eddb2..1f3389af 100644 --- a/slides/logistics-template.md +++ b/slides/logistics-template.md @@ -1,81 +1,59 @@ ## Introductions -⚠️ This slide should be customized by the tutorial instructor(s). +- Hi! I'm Jérôme Petazzoni ([@jpetazzo]) - - - - - - - - - - - - -[@alexbuisine]: https://twitter.com/alexbuisine -[EphemeraSearch]: https://ephemerasearch.com/ [@jpetazzo]: https://twitter.com/jpetazzo -[@s0ulshake]: https://twitter.com/s0ulshake -[Quantgene]: https://www.quantgene.com/ +[music]: https://github.com/jpetazzo/griode +[reading SF]: https://gist.github.com/jpetazzo/046b8d32218e57d0c081b97aa85c3bb3 --- -## Exercises +## Schedule -- At the end of each day, there is a series of exercises +- Monday: Docker -- To make the most out of the training, please try the exercises! + 9:00-12:00 + 14:00-18:00 - (it will help to practice and memorize the content of the day) +- Tuesday-Wednesday-Thursday: Kubernetes -- We recommend to take at least one hour to work on the exercises + 9:30-12:00 + 14:00-17:00 - (if you understood the content of the day, it will be much faster) +- Friday: Kubernetes Packaging (Kustomize, Helm...) -- Each day will start with a quick review of the exercises of the previous day + 9:30-12:00 + 14:00-17:30 + +- And breaks! (Lots of breaks!) + +--- + +## Q&A + +- Two ways to ask questions: + + - Slack + + - Google Meet + +- Don't hesitate to ask questions at any time! + +--- + +## La matinale + +- Every day, I'll be online 15 minutes earlier + + (so, 9:15 every day) + +- We can use that as extra Q&A or to cover any topic! 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 diff --git a/slides/wemanity.html b/slides/wemanity.html new file mode 100644 index 00000000..c00454c6 --- /dev/null +++ b/slides/wemanity.html @@ -0,0 +1,45 @@ + + +
+ + + +| Lundi 10 octobre 2022 | ++ Docker + | +
| Mardi 11 octobre 2022 | ++ Kubernetes + | +
| Mercredi 12 octobre 2022 | ++ Kubernetes + | +
| Jeudi 13 octobre 2022 | ++ Kubernetes + | +
| Vendredi 14 octobre 2022 | ++ Packaging K8S + | +