Jerome Petazzoni
a32df01165
Revamp operator example
...
Use Elastic Cloud for Kubernetes instead of the
UPMC Enterprises operator.
2020-01-19 11:32:04 -06:00
Jerome Petazzoni
745a435a1a
Fix linebreak on cronjob
2020-01-18 11:51:57 -06:00
Jerome Petazzoni
db276af182
Update Consul
...
Bump up Consul version to 1.6.
Change persistent consul demo; instead of a separate namespace,
use a different label. This way, the two manifests can be more
similar; and this simplifies the demo flow.
2020-01-18 11:33:02 -06:00
Jerome Petazzoni
7d6ab6974d
Big autopilot update
...
'keys' does not handle special keys (like ^J) anymore.
Instead, we should use `key`, which will pass its entire
argument to tmux, without any processing. It is therefore
possible to do something like:
```key ^C```
Or
```key Escape```
Most (if not all) calls to special keys have been
converted to use 'key' instead of 'keys'.
Action ```copypaste``` has been deprecated in favor
of three separate actions:
```copy REGEX``` (searches the regex in the active pane,
and if found, places it in an internal clipboard)
```paste``` (inserts the content of the clipboard as
keystrokes)
```check``` (forces a status check)
Also, a 'tmux' command has been added. It allows to
do stuff like:
```tmux split-pane -v```
2020-01-18 09:49:18 -06:00
Jerome Petazzoni
da9921d68a
Update explanations for canary
2020-01-18 02:36:41 -06:00
Jerome Petazzoni
3e9a939578
Add traffic split / canary for Traefik
2020-01-17 17:07:43 -06:00
Jerome Petazzoni
328a2edaaf
Add slide about number of nodes in a cluster
2020-01-17 14:17:18 -06:00
Jerome Petazzoni
1f826d7993
Add slide about version skew
2020-01-17 12:28:27 -06:00
Jerome Petazzoni
cff9cbdfbb
Add slide about versioning and cadence
2020-01-17 12:01:20 -06:00
Jerome Petazzoni
1c6c76162f
Add link to zip file
2020-01-17 10:11:12 -06:00
Jerome Petazzoni
5160dd39a0
Add mention to ctr.run
2020-01-14 15:43:00 -06:00
Jerome Petazzoni
3c1220be83
Replace 1.1 with 127.1
...
This avoids pinging an external machine
2020-01-13 17:43:24 -06:00
Jerome Petazzoni
6a814cf039
Upgrade slide generator to python3; generate a zip file too
2020-01-12 13:28:48 -06:00
Jerome Petazzoni
1385a1bae2
Add QCON and Enix High-Five
2019-12-20 11:41:46 -06:00
Jerome Petazzoni
68a6546276
Fun with flags
...
Add flags in front of 'coming soon' workshops.
2019-12-20 11:41:37 -06:00
Jerome Petazzoni
8a2ca450ee
Add extended Helm content
2019-12-10 14:21:09 -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
97e68ae185
Support : in titles
2019-12-06 16:25:16 -06:00
Jérôme Petazzoni
148ddd5174
Merge pull request #535 from jpetazzo/slides-docker-pods-anatomy
...
Slides docker pods anatomy
2019-12-06 22:25:40 +01:00
Jerome Petazzoni
e8eb11e257
Tweak Pods Anatomy slides for inclusion in master
2019-12-06 15:19:04 -06:00
Jérôme Petazzoni
fe9b56572e
Merge pull request #534 from jpetazzo/slides-docker-init-systems
...
Slides docker init systems
2019-12-06 21:38:37 +01:00
Jerome Petazzoni
7281ca3ca0
Tweak content for inclusion in master branch
2019-12-06 14:16:48 -06:00
Julien Girardin
34a17aa097
Add a Pod anatomy set of slides
2019-12-06 17:15:21 +01:00
Julien Girardin
b37dd85eff
Add Init_system slides
2019-12-06 11:03:48 +01:00
Jerome Petazzoni
4811420d55
Update Docker Mastery referral code
2019-11-29 12:48:59 -06:00
Jerome Petazzoni
a824afec85
Add shortlinks for uDemy course
2019-11-29 09:34:25 -06:00
Jerome Petazzoni
89d9fcb1c4
Fix port range #
2019-11-21 12:54:23 -06:00
Jérôme Petazzoni
5b488fbe62
Update Installing_Docker.md
2019-11-19 09:35:46 -06:00
Jerome Petazzoni
cb81469170
Move storage class to portworx manifest
2019-11-19 06:58:49 -06:00
Jerome Petazzoni
c595a337e4
Rewrite services section
...
Improve the order when introducing ClusterIP, LoadBalancer, NodePort.
Explain the deal with ExternalIP and ExternalName, and reword the
Ingress slide.
2019-11-19 06:51:39 -06:00
Jerome Petazzoni
03d2d0bc5d
kubectl is the new SSH
2019-11-18 16:47:10 -06:00
Jerome Petazzoni
2c46106792
Add explanations to navigate slides
2019-11-18 13:53:54 -06:00
Jerome Petazzoni
291d2a6c92
Add note about DNS integration
2019-11-18 13:30:09 -06:00
Jerome Petazzoni
f73fb92832
Put pods before services
...
The flow is better this way, since we can introduce pods
just after seeing them in kubectl describe node.
Also, add some extra info when we curl the Kubernetes API.
2019-11-18 12:57:26 -06:00
Jerome Petazzoni
e9e2fa0e50
Fix YAML formatting
2019-11-18 09:04:18 -06:00
Jerome Petazzoni
a0162d37f1
Add explanations to the node/pod diagram
2019-11-15 08:49:57 -06:00
Jerome Petazzoni
a61b69ad9a
Merge branch 'master' of github.com:jpetazzo/container.training
2019-11-12 14:48:55 -06:00
Jerome Petazzoni
3388db4272
Update what we can do with k8s
2019-11-12 14:48:28 -06:00
Jérôme Petazzoni
d2d901302f
Merge pull request #533 from BretFisher/remove-rkt
...
remove deprecated rkt, mention runtimes are different per distro
2019-11-12 13:15:32 +01:00
Jérôme Petazzoni
1fae4253bc
Update concepts-k8s.md
2019-11-12 06:15:06 -06:00
Bret Fisher
f7f5ab1304
deprecated rkt, added more containerd/cri-o info
2019-11-12 06:45:42 -05:00
Jerome Petazzoni
0136391ab5
Add rollback --to-revision
2019-11-11 01:23:28 -06:00
Jerome Petazzoni
ed27ad1d1e
Expand volume section
2019-11-11 00:59:39 -06:00
Bret Fisher
5749348883
remove deprecated rkt, mention runtimes are different per distro
2019-11-08 00:19:35 -05:00
Jerome Petazzoni
bc885f3dca
Update information re/ JVM resource limits
...
Thanks @qerub for the heads up.
2019-11-07 11:39:19 -06:00
Jerome Petazzoni
bbe35a3901
Update the mention of Prometheus exposition format
...
Thanks @qerub for letting me know that the protobuf format
was deprecated in Prom 2. Also, that technical document by
@beorn7 is a real delight to read. 💯
2019-11-07 11:21:20 -06:00
Jerome Petazzoni
eb17b4c628
Tweak single-day workshop content
2019-11-07 11:15:14 -06:00
Jerome Petazzoni
8320534a5c
Add prefix to slide numbers
2019-11-03 07:42:24 -06:00
Jerome Petazzoni
74ece65947
Add Velocity slides
2019-11-03 07:11:05 -06:00
Jerome Petazzoni
7444f8d71e
Add cronjobs and YAML catch up instructions
2019-11-01 22:46:43 -05:00