mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 17:21:11 +00:00
Break deck in 3 parts
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
#/ /kube-halfday.yml.html 200
|
#/ /kube-halfday.yml.html 200
|
||||||
#/ /kube-fullday.yml.html 200
|
#/ /kube-fullday.yml.html 200
|
||||||
#/ /kube-twodays.yml.html 200
|
#/ /kube-twodays.yml.html 200
|
||||||
/ /alfun.yml.html 200
|
/ /alfun.html 200
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ title: |
|
|||||||
Containers,
|
Containers,
|
||||||
Docker,
|
Docker,
|
||||||
Kubernetes
|
Kubernetes
|
||||||
|
(Partie 1)
|
||||||
|
|
||||||
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
|
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
|
||||||
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
|
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
|
||||||
@@ -59,61 +60,3 @@ chapters:
|
|||||||
- shared/declarative.md
|
- shared/declarative.md
|
||||||
- k8s/declarative.md
|
- k8s/declarative.md
|
||||||
- k8s/kubenet.md
|
- k8s/kubenet.md
|
||||||
# DAY 3
|
|
||||||
- - shared/prereqs.md
|
|
||||||
- shared/connecting.md
|
|
||||||
- k8s/versions-k8s.md
|
|
||||||
- shared/sampleapp.md
|
|
||||||
- shared/composedown.md
|
|
||||||
- k8s/kubectlget.md
|
|
||||||
- k8s/kubectlrun.md
|
|
||||||
- k8s/deploymentslideshow.md
|
|
||||||
- - k8s/kubectlexpose.md
|
|
||||||
- k8s/shippingimages.md
|
|
||||||
- k8s/buildshiprun-dockerhub.md
|
|
||||||
- k8s/ourapponkube.md
|
|
||||||
- k8s/scalingdockercoins.md
|
|
||||||
- shared/hastyconclusions.md
|
|
||||||
- k8s/daemonset.md
|
|
||||||
- - k8s/namespaces.md
|
|
||||||
- |
|
|
||||||
# Exercise — from Compose to Kubernetes
|
|
||||||
|
|
||||||
Let's run the wordsmith app on Kubernetes!
|
|
||||||
|
|
||||||
The code is at: https://github.com/jpetazzo/wordsmith
|
|
||||||
- k8s/kustomize.md
|
|
||||||
- k8s/helm.md
|
|
||||||
#- k8s/create-chart.md
|
|
||||||
- k8s/rollout.md
|
|
||||||
- - k8s/healthchecks.md
|
|
||||||
- k8s/kubectlproxy.md
|
|
||||||
- k8s/localkubeconfig.md
|
|
||||||
- k8s/accessinternal.md
|
|
||||||
- k8s/dashboard.md
|
|
||||||
- k8s/setup-k8s.md
|
|
||||||
# DAY 4
|
|
||||||
- - k8s/volumes.md
|
|
||||||
- k8s/configuration.md
|
|
||||||
- k8s/logs-cli.md
|
|
||||||
- k8s/logs-centralized.md
|
|
||||||
- k8s/prometheus.md
|
|
||||||
- - k8s/authn-authz.md
|
|
||||||
- k8s/netpol.md
|
|
||||||
- k8s/podsecuritypolicy.md
|
|
||||||
- - k8s/ingress.md
|
|
||||||
- k8s/statefulsets.md
|
|
||||||
- k8s/local-persistent-volumes.md
|
|
||||||
#- k8s/extending-api.md
|
|
||||||
- - k8s/resource-limits.md
|
|
||||||
- k8s/metrics-server.md
|
|
||||||
- k8s/cluster-sizing.md
|
|
||||||
- k8s/horizontal-pod-autoscaler.md
|
|
||||||
- - k8s/whatsnext.md
|
|
||||||
- k8s/links.md
|
|
||||||
- shared/thankyou.md
|
|
||||||
- - |
|
|
||||||
# (Extra material)
|
|
||||||
- containers/Namespaces_Cgroups.md
|
|
||||||
- containers/Copy_On_Write.md
|
|
||||||
|
|
||||||
72
slides/alfun-2.yml
Normal file
72
slides/alfun-2.yml
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
title: |
|
||||||
|
Containers,
|
||||||
|
Docker,
|
||||||
|
Kubernetes
|
||||||
|
(Partie 2)
|
||||||
|
|
||||||
|
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
|
||||||
|
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
|
||||||
|
|
||||||
|
gitrepo: github.com/jpetazzo/container.training
|
||||||
|
|
||||||
|
slides: http://alfun-2019-06.container.training/
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- self-paced
|
||||||
|
|
||||||
|
chapters:
|
||||||
|
- shared/title.md
|
||||||
|
- shared/toc.md
|
||||||
|
# DAY 3
|
||||||
|
- - shared/prereqs.md
|
||||||
|
- shared/connecting.md
|
||||||
|
- k8s/versions-k8s.md
|
||||||
|
- shared/sampleapp.md
|
||||||
|
- shared/composedown.md
|
||||||
|
- k8s/kubectlget.md
|
||||||
|
- k8s/kubectlrun.md
|
||||||
|
- k8s/deploymentslideshow.md
|
||||||
|
- - k8s/kubectlexpose.md
|
||||||
|
- k8s/shippingimages.md
|
||||||
|
- k8s/buildshiprun-dockerhub.md
|
||||||
|
- k8s/ourapponkube.md
|
||||||
|
- k8s/scalingdockercoins.md
|
||||||
|
- shared/hastyconclusions.md
|
||||||
|
- k8s/daemonset.md
|
||||||
|
- - k8s/namespaces.md
|
||||||
|
- |
|
||||||
|
# Exercise — from Compose to Kubernetes
|
||||||
|
|
||||||
|
Let's run the wordsmith app on Kubernetes!
|
||||||
|
|
||||||
|
The code is at: https://github.com/jpetazzo/wordsmith
|
||||||
|
- k8s/kustomize.md
|
||||||
|
- k8s/helm.md
|
||||||
|
#- k8s/create-chart.md
|
||||||
|
- k8s/rollout.md
|
||||||
|
- - k8s/healthchecks.md
|
||||||
|
- k8s/kubectlproxy.md
|
||||||
|
- k8s/localkubeconfig.md
|
||||||
|
- k8s/accessinternal.md
|
||||||
|
- k8s/dashboard.md
|
||||||
|
- k8s/setup-k8s.md
|
||||||
|
# DAY 4
|
||||||
|
- - k8s/volumes.md
|
||||||
|
- k8s/configuration.md
|
||||||
|
- k8s/logs-cli.md
|
||||||
|
- k8s/logs-centralized.md
|
||||||
|
- k8s/prometheus.md
|
||||||
|
- - k8s/authn-authz.md
|
||||||
|
- k8s/netpol.md
|
||||||
|
- k8s/podsecuritypolicy.md
|
||||||
|
- - k8s/ingress.md
|
||||||
|
- k8s/statefulsets.md
|
||||||
|
- k8s/local-persistent-volumes.md
|
||||||
|
#- k8s/extending-api.md
|
||||||
|
- - k8s/resource-limits.md
|
||||||
|
- k8s/metrics-server.md
|
||||||
|
- k8s/cluster-sizing.md
|
||||||
|
- k8s/horizontal-pod-autoscaler.md
|
||||||
|
- - k8s/whatsnext.md
|
||||||
|
- k8s/links.md
|
||||||
|
- shared/thankyou.md
|
||||||
22
slides/alfun-3.yml
Normal file
22
slides/alfun-3.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
title: |
|
||||||
|
Containers,
|
||||||
|
Docker,
|
||||||
|
Kubernetes
|
||||||
|
(Extras)
|
||||||
|
|
||||||
|
#chat: "[Slack](https://dockercommunity.slack.com/messages/C7GKACWDV)"
|
||||||
|
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-yyyymmdd-city)"
|
||||||
|
|
||||||
|
gitrepo: github.com/jpetazzo/container.training
|
||||||
|
|
||||||
|
slides: http://alfun-2019-06.container.training/
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- self-paced
|
||||||
|
|
||||||
|
chapters:
|
||||||
|
- shared/title.md
|
||||||
|
- shared/toc.md
|
||||||
|
- - containers/Namespaces_Cgroups.md
|
||||||
|
- containers/Copy_On_Write.md
|
||||||
|
|
||||||
5
slides/alfun.html
Normal file
5
slides/alfun.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<p><a href="alfun-1.yml.html">Lundi / Mardi</a></p>
|
||||||
|
<p><a href="alfun-2.yml.html">Jeudi / Vendredi</a></p>
|
||||||
|
<p><a href="alfun-3.yml.html">Extra slides (container internals)</a></p>
|
||||||
|
|
||||||
|
|
||||||
@@ -11,11 +11,5 @@ class: title, in-person
|
|||||||
@@TITLE@@<br/></br>
|
@@TITLE@@<br/></br>
|
||||||
|
|
||||||
.footnote[
|
.footnote[
|
||||||
**Be kind to the WiFi!**<br/>
|
|
||||||
<!-- *Use the 5G network.* -->
|
|
||||||
*Don't use your hotspot.*<br/>
|
|
||||||
*Don't stream videos or download big files during the workshop[.](https://www.youtube.com/watch?v=h16zyxiwDLY)*<br/>
|
|
||||||
*Thank you!*
|
|
||||||
|
|
||||||
**Slides: @@SLIDES@@**
|
**Slides: @@SLIDES@@**
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user