mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-18 12:29:18 +00:00
Prep Ardan Live courses for May and June
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#/ /kube-halfday.yml.html 200
|
||||
#/ /kube-fullday.yml.html 200
|
||||
#/ /kube-twodays.yml.html 200
|
||||
/ /ardan.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
|
||||
|
||||
31
slides/ardan.html
Normal file
31
slides/ardan.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<h1>
|
||||
Ardan Live - May and June training materials
|
||||
</h1>
|
||||
<h2>
|
||||
Intensive Kubernetes: Advanced Concepts
|
||||
</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="k8s-adv-1.yml.html">
|
||||
Day 1: packaging applications with Kustomize and Helm
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="k8s-adv-2.yml.html">
|
||||
Day 2: capacity management and Kubernetes operators
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="k8s-adv-3.yml.html">
|
||||
Day 3: security focus
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="k8s-adv-4.yml.html">
|
||||
Day 4: application configuration and stateful apps
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>
|
||||
Docker Bootcamp
|
||||
</h2>
|
||||
39
slides/k8s-adv-1.yml
Normal file
39
slides/k8s-adv-1.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
title: |
|
||||
Intensive Kubernetes
|
||||
Advanced Concepts
|
||||
|
||||
Packaging Applications
|
||||
with Kustomize and Helm
|
||||
|
||||
chat: "[Gitter](https://gitter.im/jpetazzo/training-20200427-online)"
|
||||
|
||||
gitrepo: github.com/jpetazzo/container.training
|
||||
|
||||
slides: https://2020-04-ardan.container.training/
|
||||
|
||||
#slidenumberprefix: "#SomeHashTag — "
|
||||
|
||||
exclude:
|
||||
- self-paced
|
||||
|
||||
chapters:
|
||||
- shared/title.md
|
||||
- logistics.md
|
||||
- k8s/intro.md
|
||||
- shared/about-slides.md
|
||||
#- shared/chat-room-im.md
|
||||
#- shared/chat-room-zoom.md
|
||||
- shared/toc.md
|
||||
#- shared/prereqs.md
|
||||
#- shared/webssh.md
|
||||
- shared/connecting.md
|
||||
-
|
||||
- k8s/kubercoins.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
|
||||
- k8s/helm-secrets.md
|
||||
#- k8s/exercise-helm.md
|
||||
- shared/thankyou.md
|
||||
38
slides/k8s-adv-2.yml
Normal file
38
slides/k8s-adv-2.yml
Normal file
@@ -0,0 +1,38 @@
|
||||
title: |
|
||||
Intensive Kubernetes
|
||||
Advanced Concepts
|
||||
|
||||
Capacity Management
|
||||
and Kubernetes Operators
|
||||
|
||||
chat: "[Gitter](https://gitter.im/jpetazzo/training-20200427-online)"
|
||||
|
||||
gitrepo: github.com/jpetazzo/container.training
|
||||
|
||||
slides: https://2020-04-ardan.container.training/
|
||||
|
||||
#slidenumberprefix: "#SomeHashTag — "
|
||||
|
||||
exclude:
|
||||
- self-paced
|
||||
|
||||
chapters:
|
||||
- shared/title.md
|
||||
- logistics.md
|
||||
- k8s/intro.md
|
||||
- shared/about-slides.md
|
||||
#- shared/chat-room-im.md
|
||||
#- shared/chat-room-zoom.md
|
||||
- shared/toc.md
|
||||
#- shared/prereqs.md
|
||||
#- shared/webssh.md
|
||||
- shared/connecting.md
|
||||
-
|
||||
- k8s/resource-limits.md
|
||||
- k8s/metrics-server.md
|
||||
- k8s/cluster-sizing.md
|
||||
- k8s/horizontal-pod-autoscaler.md
|
||||
- k8s/extending-api.md
|
||||
- k8s/operators.md
|
||||
#- k8s/operators-design.md
|
||||
- shared/thankyou.md
|
||||
36
slides/k8s-adv-3.yml
Normal file
36
slides/k8s-adv-3.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
title: |
|
||||
Intensive Kubernetes
|
||||
Advanced Concepts
|
||||
|
||||
Security Focus
|
||||
|
||||
chat: "[Gitter](https://gitter.im/jpetazzo/training-20200427-online)"
|
||||
|
||||
gitrepo: github.com/jpetazzo/container.training
|
||||
|
||||
slides: https://2020-04-ardan.container.training/
|
||||
|
||||
#slidenumberprefix: "#SomeHashTag — "
|
||||
|
||||
exclude:
|
||||
- self-paced
|
||||
|
||||
chapters:
|
||||
- shared/title.md
|
||||
- logistics.md
|
||||
- k8s/intro.md
|
||||
- shared/about-slides.md
|
||||
#- shared/chat-room-im.md
|
||||
#- shared/chat-room-zoom.md
|
||||
- shared/toc.md
|
||||
#- shared/prereqs.md
|
||||
#- shared/webssh.md
|
||||
- shared/connecting.md
|
||||
-
|
||||
- k8s/netpol.md
|
||||
- k8s/authn-authz.md
|
||||
- k8s/podsecuritypolicy.md
|
||||
- k8s/openid-connect.md
|
||||
- k8s/csr-api.md
|
||||
#- k8s/control-plane-auth.md
|
||||
- shared/thankyou.md
|
||||
35
slides/k8s-adv-4.yml
Normal file
35
slides/k8s-adv-4.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
title: |
|
||||
Intensive Kubernetes
|
||||
Advanced Concepts
|
||||
|
||||
Application Configuration
|
||||
and Stateful Applications
|
||||
|
||||
chat: "[Gitter](https://gitter.im/jpetazzo/training-20200427-online)"
|
||||
|
||||
gitrepo: github.com/jpetazzo/container.training
|
||||
|
||||
slides: https://2020-04-ardan.container.training/
|
||||
|
||||
#slidenumberprefix: "#SomeHashTag — "
|
||||
|
||||
exclude:
|
||||
- self-paced
|
||||
|
||||
chapters:
|
||||
- shared/title.md
|
||||
- logistics.md
|
||||
- k8s/intro.md
|
||||
- shared/about-slides.md
|
||||
#- shared/chat-room-im.md
|
||||
#- shared/chat-room-zoom.md
|
||||
- shared/toc.md
|
||||
#- shared/prereqs.md
|
||||
#- shared/webssh.md
|
||||
-
|
||||
- k8s/volumes.md
|
||||
- k8s/configuration.md
|
||||
- k8s/statefulsets.md
|
||||
- k8s/local-persistent-volumes.md
|
||||
- k8s/portworx.md
|
||||
- shared/thankyou.md
|
||||
Reference in New Issue
Block a user