Guilhem Lettron
3d724d87db
gitops: update create branch method
2020-04-29 22:09:52 +02:00
Guilhem Lettron
8c04154430
gitops: update Flux log for identity.pub
2020-04-29 22:07:02 +02:00
Guilhem Lettron
66b7d118ba
gitops: add Flux helm install method
2020-04-29 22:04:41 +02:00
Guilhem Lettron
a772fff88e
gitops: flux use kustomize
2020-04-29 21:57:54 +02:00
Guilhem Lettron
57af933c2d
gitops: add missing cd
2020-04-29 21:55:56 +02:00
Guilhem Lettron
4888ec1f5b
gitops: add bash highlight
2020-04-29 21:54:27 +02:00
Jerome Petazzoni
6f806ed200
typo
2020-04-28 14:23:52 -05:00
Jerome Petazzoni
0c8b20f6b6
typo
2020-04-28 14:21:31 -05:00
Jerome Petazzoni
2ba35e1f8d
typo
2020-04-28 14:20:22 -05:00
Jerome Petazzoni
eb0d9bed2a
Update descriptions
2020-04-28 06:18:59 -05:00
Jerome Petazzoni
bab493a926
Update descriptions
2020-04-28 06:17:21 -05:00
Jerome Petazzoni
7257a5c594
Add outline tags to Kubernetes course
2020-04-27 07:35:14 -05:00
Jerome Petazzoni
102aef5ac5
Add outline tags to Docker short course
2020-04-26 11:36:50 -05:00
Jerome Petazzoni
d2b3a1d663
Add Ardan Live
2020-04-23 08:46:56 -05:00
Jerome Petazzoni
d84ada0927
Fix slides counter
2020-04-23 07:33:46 -05:00
Jerome Petazzoni
0e04b4a07d
Modularize logistics file and add logistics-online file
2020-04-20 15:51:02 -05:00
Jerome Petazzoni
aef910b4b7
Do not show 'Module 1' if there is only one module
2020-04-20 13:01:06 -05:00
Jerome Petazzoni
298b6db20c
Rename 'chapter' into 'module'
2020-04-20 11:49:35 -05:00
Jerome Petazzoni
7ec6e871c9
Add shortlink container.training/next
2020-04-15 13:17:03 -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
16a62f9f84
Really dirty script to add force redirects
2020-04-07 17:00:53 -05:00
Jerome Petazzoni
454843b755
Bump up versions
2020-04-02 07:39:10 -05:00
Jerome Petazzoni
63e68ab720
Update kubectl run to kubectl create deploy
2020-03-31 09:09:24 -05:00
Jerome Petazzoni
46f0bc0dfb
Update kubectl run slideshow
2020-03-31 08:53:49 -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
fef3fa31fb
Update for Kubernetes 1.18 kubectl run
...
In Kubernetes 1.18, `kubectl run` no longer creates
a Deployment, and cannot create Jobs or CronJobs
anymore. It only creates Pods. Since we were using
`kubectl run` to create our first Deployment, I've
changed the materials to explain that change, and
explain how the behavior differs between 1.17- and
1.18+, since I expect that people will deal with
a mix of both scenarios for a while (at least a
year).
2020-03-28 13:53:45 -05:00
Jerome Petazzoni
5b5d5946e8
Add logic for QRCode on back of cards
2020-03-20 08:24:58 -05:00
Jerome Petazzoni
c506038682
Add QCON slides; tweak title
2020-03-05 02:01:17 -06:00
Jerome Petazzoni
7d8fdd43bd
Improve exec syntax section
2020-03-02 21:47:58 -06:00
Jerome Petazzoni
adf0f53aab
Update coupons
2020-02-29 11:46:27 -06:00
tiffany jernigan
073a5f8c84
Fix resource typo in k8s slides
2020-02-25 21:15:01 -08:00
Jerome Petazzoni
032803806d
Refactor 'last words' slides
2020-02-24 20:38:01 -06:00
Jerome Petazzoni
f7b327a33a
Streamline title slide
2020-02-24 19:00:41 -06:00
Jerome Petazzoni
d3526aac00
Add exercises
2020-02-22 07:43:27 -06:00
Jerome Petazzoni
3736dd6e86
Add 2-day container course
2020-02-19 10:00:24 -06:00
Jerome Petazzoni
c03f199023
Add reference to resource monitoring tools
2020-02-17 04:56:43 -06:00
Jerome Petazzoni
8ba9c2e41b
Reorg admin content
...
Split network interconnect in separate section
2020-02-09 15:12:55 -06:00
Jerome Petazzoni
36d1199b70
Upgrade from 1.15 to illustrate version skipping + retry logic
...
Instead of upgrading from 1.16 to <latest> we upgrade from 1.15
to 1.16, because upgrading from <latest-1> is a special case and
it is better to show the general case.
Also, the script that sets up admin clusters now has some retry
logic to accommodate hiccups in pssh or in the cloud provider.
2020-02-09 11:29:05 -06:00
Jerome Petazzoni
15f71506b6
Rewrite section about PV and PVC
2020-02-09 10:06:09 -06:00
Jerome Petazzoni
5eb8453597
Add namespace info to YAML section
2020-02-09 07:19:17 -06:00
Jerome Petazzoni
65ee4e3885
Streamline 1-day docker course
2020-02-09 07:05:47 -06:00
Jerome Petazzoni
ac801746eb
Add OpenAPI / Swagger info
2020-02-09 06:26:15 -06:00
Arthur Lutz
2fde58a3ee
[cluster-backup] add bivac
...
Backup Interface for Volumes Attached to Containers
2020-02-08 08:43:21 -06:00
Arthur Lutz
38fec0b00d
[extending-api] link to video, not playlist
2020-02-08 08:41:24 -06:00
Arthur Lutz
627800ddd5
[cluster-sizing.md] add link to Kiyot project page
2020-02-08 08:40:38 -06:00
Arthur Lutz
eacffe3cc5
[architecture] add kind as example
2020-02-07 09:40:36 +01:00
Arthur Lutz
d044f2bbd0
[architecture] add links
2020-02-07 09:39:00 +01:00
Jerome Petazzoni
a3da2615ff
typos
2020-02-05 09:31:13 -06:00
Jerome Petazzoni
9a1ea0f1bd
Expand info on kube-ps1
2020-02-05 04:29:04 -06:00
Jerome Petazzoni
67ac03e76e
Highlight $IP
2020-02-05 02:51:12 -06:00