Jérôme Petazzoni
f02cef0351
➕ Add content about externalTrafficPolicy
...
Describe impact of extra hops when using an ingress controller.
Also discuss how to preserve the HTTP client IP address.
2022-01-06 20:44:36 +01:00
Jérôme Petazzoni
3745d0e12a
➕ Add cluster autoscaler section
2022-01-06 11:49:36 +01:00
Jérôme Petazzoni
34fd6c0393
🔒 ️ Move slides links to HTTPS
2022-01-03 13:20:55 +01:00
Jérôme Petazzoni
52015b81fe
🏭 ️ Refactor stateful apps content
2021-11-20 22:00:50 +01:00
Jérôme Petazzoni
5e50f2a3a4
➕ Add Pod Security Admission
2021-11-18 18:24:43 +01:00
Jerome Petazzoni
3b9a2113a5
♻️ Update sealed secrets exercise
2021-10-29 04:07:26 +02:00
Jerome Petazzoni
b67691c7e7
🆕 Add tiny operator example: nsplease
2021-10-28 22:45:42 +02:00
Jérôme Petazzoni
6a6882802d
🔒 ️Creative exercise with Sealed Secrets
2021-05-26 08:23:49 +02:00
Jérôme Petazzoni
98429e14f0
🔥 Add prometheus-stack + Grafana content (from LKE workshop) and update metrics-server section
2021-05-04 17:19:59 +02:00
Jerome Petazzoni
e75e4d7f2c
🗂️ Update table of contents to add new Helm chapters
...
Closes #580
2021-04-12 18:33:30 +02:00
Jerome Petazzoni
f3eb9ce12f
👀 Review + improve OpenEBS content
2021-04-09 12:51:38 +02:00
Jerome Petazzoni
858afc846c
🚪 Instructions to access EKS cluster
2021-04-07 19:24:12 +02:00
Jerome Petazzoni
629b4d1037
💬 Add Slack chat room template
2021-04-07 19:24:12 +02:00
Jerome Petazzoni
cb760dbe94
✍️ Add details about how to author YAML
2021-04-07 19:23:55 +02:00
Jerome Petazzoni
6ec8849da1
🧪 Add GitLab chapter
2021-04-07 19:23:55 +02:00
Jerome Petazzoni
426957bdca
Add Tilt section
2021-04-07 19:23:55 +02:00
Jerome Petazzoni
6bc08c0a7e
Add k9s section
2021-04-07 19:23:55 +02:00
Jerome Petazzoni
553b1f7871
Expand secrets section
2021-01-04 21:14:23 -06:00
Jerome Petazzoni
17c5f6de01
Add cert-manager section
2020-11-15 19:29:35 +01:00
Jerome Petazzoni
bdede6de07
Add aggregation layer details
2020-11-14 20:57:27 +01:00
Jerome Petazzoni
76789b6113
Add Sealed Secrets
2020-11-14 14:35:49 +01:00
Jerome Petazzoni
f9660ba9dc
Add kubebuilder tutorial
2020-11-13 18:46:16 +01:00
Jerome Petazzoni
c2497508f8
Add API server deep dive
2020-11-13 15:08:15 +01:00
Jerome Petazzoni
b4c76ad11d
Add CNI deep dive
2020-11-12 13:37:33 +01:00
Jerome Petazzoni
3a01deb039
Add section on finalizers
2020-11-11 15:05:33 +01:00
Jerome Petazzoni
918311ac51
Separate CRD and ECK; reorganize API extension chapter
2020-11-10 17:43:08 +01:00
Jerome Petazzoni
bf28dff816
Add HPA v2 content using Prometheus Adapter
2020-10-30 17:55:46 +01:00
Jerome Petazzoni
aa8f538574
Add example to generate certs with local CA
2020-10-29 14:53:42 +01:00
Jerome Petazzoni
0553a1ba8b
Add chapter on Kyverno
2020-10-28 00:00:32 +01:00
Jerome Petazzoni
19c9843a81
Add admission webhook content
2020-10-22 14:12:32 +02:00
Jerome Petazzoni
c1020f24b1
Add Ingress TLS chapter
2020-09-15 17:44:05 +02:00
Jerome Petazzoni
14271a4df0
Rehaul 'setup k8s' sections
2020-06-03 16:54:41 +02:00
Jerome Petazzoni
d3c931e602
Add separate instructions for Zoom webinar
2020-04-30 15:42:41 -05:00
Jerome Petazzoni
298b6db20c
Rename 'chapter' into 'module'
2020-04-20 11:49:35 -05:00
Jerome Petazzoni
a0558e4ee5
Rework kubectl run section, break it down
...
We now have better explanations on labels and selectors.
The kubectl run section was getting very long, so now
it is different parts: kubectl run basics; how to create
other resources like batch jobs; first contact with
labels and annotations; and showing the limitations
of kubectl logs.
2020-04-08 18:29:59 -05:00
Jerome Petazzoni
16bb3f1847
Split out chat room instructions for in-person vs online
...
Add instructions specific to Zoom, explaining how to
use the chat room and the non-verbal communication cues
2020-03-29 09:30:11 -05:00
Jerome Petazzoni
032803806d
Refactor 'last words' slides
2020-02-24 20:38:01 -06:00
Jerome Petazzoni
d3526aac00
Add exercises
2020-02-22 07:43:27 -06:00
Jerome Petazzoni
ac801746eb
Add OpenAPI / Swagger info
2020-02-09 06:26:15 -06:00
Jerome Petazzoni
8933e6aa1b
Big Helm update
...
Revamp most of the Helm content:
- overview of Helm moved to helm-intro.md
- explanation of chart format in helm-chart-format.md
- the very crude chart example is now in helm-create-basic-chart.md
- the more advanced chart (with templates etc) is now in helm-create-better-chart.md
- deep dive into Helm internals (how it stores it's data) in helm-secrets.md
This is all for Helm 3. Helm 2 is not supported anymore.
2020-01-27 07:26:54 -06:00
Jerome Petazzoni
6e8ac173e0
Add kube adm content to self-paced deck
...
/cc @bretfisher
2019-12-10 14:19:56 -06:00
Jerome Petazzoni
8320534a5c
Add prefix to slide numbers
2019-11-03 07:42:24 -06:00
Jerome Petazzoni
7444f8d71e
Add cronjobs and YAML catch up instructions
2019-11-01 22:46:43 -05:00
Jerome Petazzoni
f96da2d260
Add dry-run, server-dry-run, kubectl diff
...
Closes #523 .
2019-10-06 09:24:30 -05:00
Jerome Petazzoni
49df28d44f
Add WebSSH snippet
2019-08-26 01:08:14 -05:00
Jerome Petazzoni
ead027a62e
Reorganize content flow
...
This introduces concepts more progressively (instead of
front-loading most of the theory before tackling first
useful commands). It was successfully testsed at PyCon
and at a few 1-day engagements and works really well.
I'm now making it the official flow.
I'm also reformatting the YAML a little bit to facilitate
content suffling.
2019-08-13 09:37:14 -05:00
Jerome Petazzoni
947ab97b14
Add information about --record
2019-07-13 11:12:18 -05:00
Bridget Kromhout
581635044b
Merge pull request #467 from jpetazzo/openid-connect-demo
...
Add chapter about OpenID Connect tokens
2019-07-02 08:26:36 -05:00
Bridget Kromhout
0ae7d38b68
Merge branch 'master' into healthchecks-advanced
2019-06-23 11:01:57 -05:00
Bridget Kromhout
560328327c
Merge branch 'master' into operators
2019-06-23 10:54:13 -05:00