Jerome Petazzoni
45f9d7bf59
bump versions
2018-11-09 02:23:38 -06:00
Jerome Petazzoni
efb72c2938
Bump all the versions
...
Bump:
- stern
- Ubuntu
Also, each place where there is a 'bumpable' version, I added
a ##VERSION## marker, easily greppable.
2018-11-08 20:42:02 -06:00
Jerome Petazzoni
d4c338c62c
Update prom slides for QCON preload
2018-11-07 23:08:51 -06:00
Bridget Kromhout
6c5d049c4c
Merge pull request #371 from bridgetkromhout/kubens
...
Clarify kubens
2018-11-07 16:27:08 -05:00
Bridget Kromhout
072ba44cba
Merge pull request #395 from jpetazzo/add-links-to-whatsnext
...
Add links to what's next section
2018-11-07 16:25:29 -05:00
Jerome Petazzoni
6c8172d7b1
Merge branch 'work-around-kubectl-logs-bug' into qconsf2018
2018-11-01 19:45:45 -05:00
Jerome Petazzoni
d3fac47823
kubectl logs -l ... --tail ... is buggy.
...
(It always returns 10 lines of output instead
of the requested number.)
This works around the problem, by adding extra
explanations of the issue and providing a shell
function as a workaround.
See kubernetes/kubernetes#70554 for details.
2018-11-01 19:45:13 -05:00
Jerome Petazzoni
4f71074a06
Work around bug in kubectl logs
...
kubectl logs -l ... --tail ... is buggy.
(It always returns 10 lines of output instead
of the requested number.)
This works around the problem, by adding extra
explanations of the issue and providing a shell
function as a workaround.
See kubernetes/kubernetes#70554 for details.
2018-11-01 19:41:29 -05:00
Jerome Petazzoni
37470fc5ed
Merge branch 'use-dockercoins-from-docker-hub' into qconsf2018
2018-11-01 19:08:57 -05:00
Jerome Petazzoni
337a5d94ed
Add instructions to use the dockercoins/ images
...
We have images on the Docker Hub for the various components
of dockercoins. Let's add one slide explaining how to use that,
for people who would be lost or would have issues with their
registry, so that they can catch up.
2018-11-01 19:08:40 -05:00
Jerome Petazzoni
98510f9f1c
Setup qconsf2018
2018-11-01 16:10:03 -05:00
Jerome Petazzoni
a40b291d54
Merge branch 'kubectl-create-deployment' into qconsf2018
2018-11-01 15:59:21 -05:00
Jerome Petazzoni
4a447c7bf5
Clarify further kubens vs kns
2018-11-01 13:48:00 -05:00
Jerome Petazzoni
b9de73d0fd
Address deprecation of 'kubectl run'
...
kubectl run is being deprecated as a multi-purpose tool.
This PR replaces 'kubectl run' with 'kubectl create deployment'
in most places (except in the very first example, to reduce the
cognitive load; and when we really want a single-shot container).
It also updates the places where we use a 'run' label, since
'kubectl create deployment' uses the 'app' label instead.
NOTE: this hasn't gone through end-to-end testing yet.
2018-11-01 01:25:26 -05:00
Jerome Petazzoni
3f7675be04
Add links to what's next section
...
For each concept that is present in the full-length tutorial,
I added a link to the corresponding chapter in the final section,
so that people who liked the short version can get similarly
presented info from the longer version.
2018-10-30 17:24:27 -05:00
Laurent Grangeau
b2bdac3384
Typo
2018-10-04 18:02:01 +02:00
Bridget Kromhout
9639dfb9cc
Merge pull request #368 from jpetazzo/kube-ps1
...
kube-ps1 is cool and we should mention it
2018-09-30 20:55:00 -04:00
Bridget Kromhout
8722de6da2
Update namespaces.md
2018-09-30 20:54:31 -04:00
Bridget Kromhout
56ad2845e7
Updating Bridget's links
2018-09-30 20:52:24 -04:00
Bridget Kromhout
f23272d154
Clarify kubens
2018-09-30 20:32:10 -04:00
Bridget Kromhout
86e35480a4
Wording edits
2018-10-01 02:14:50 +02:00
Jerome Petazzoni
1020a8ff86
kube-ps1 is cool and we should mention it
2018-09-30 17:43:18 -05:00
Bridget Kromhout
20b1079a22
Update whatsnext.md
...
typo fix
2018-09-30 16:48:29 -04:00
Jerome Petazzoni
e4251cfa8f
Clean up network policies
...
We should tell people to clean up network policies at the end
of the chapter, otherwise further exercises will fail.
2018-09-29 20:39:32 -05:00
Jerome Petazzoni
b6dd55b21c
Use loop4 instead of loop0
2018-09-29 20:16:35 -05:00
Bridget Kromhout
4a655db1ba
Merge pull request #362 from jpetazzo/kubectl-run-deprecation
...
Add explanation about the kubectl run deprecation warning
2018-09-28 21:34:11 -05:00
Bridget Kromhout
0a942118c1
Update kubectlrun.md
...
slight wording change
2018-09-28 21:32:23 -05:00
Jerome Petazzoni
2f1ad67fb3
Add explanation about the kubectl run deprecation warning
2018-09-28 20:54:11 -05:00
Jerome Petazzoni
4b0ac6d0e3
Add a couple of slides about kubens and kubectx
2018-09-28 19:49:08 -05:00
Jerome Petazzoni
24e2042c9d
Explain why revocation is important
2018-09-28 19:14:07 -05:00
Jerome Petazzoni
9771f054ea
Add slide about lack of cert revocation
2018-09-28 19:04:57 -05:00
Jerome Petazzoni
bde5db49a7
Bump a few more k8s version numbers from 1.11 to 1.12
2018-09-28 18:48:52 -05:00
Jerome Petazzoni
fadecd52ee
Replace registry:2 with registry
...
registry used to be registry v1, but now it defaults to v2.
We can therefore drop the tag.
2018-09-28 18:36:29 -05:00
Jerome Petazzoni
524d6e4fc1
Minor updates to load balancing example
2018-09-28 18:31:39 -05:00
Bridget Kromhout
51f5f5393c
Merge pull request #356 from bridgetkromhout/link-update
...
Updating links
2018-09-28 16:49:41 -05:00
Bridget Kromhout
f574afa9d2
Updating links
2018-09-28 16:46:10 -05:00
Bridget Kromhout
4f49015a6e
Link to experimental multi-master
2018-09-28 23:42:55 +02:00
Bridget Kromhout
78259c3eb6
Clarifying version
2018-09-28 16:28:20 -05:00
Bridget Kromhout
adc922e4cd
Updating versions
2018-09-28 16:25:38 -05:00
Bridget Kromhout
f68194227c
Update whatsnext.md
...
Typo fix, and clarity since it's not always being delivered by only one person.
2018-09-28 23:16:24 +02:00
Jerome Petazzoni
29a3ce0ba2
Update last chapter (what's next)
2018-09-28 23:16:24 +02:00
Jerome Petazzoni
7c94a6f689
Remove network policies blurb from namespaces chatper
...
There is now a dedicated chapter about network policies, so
the two very rough slides on that topic should be removed
from the namespaces chapter.
2018-09-28 13:34:26 -05:00
Bridget Kromhout
0d5da73c74
Merge pull request #339 from jpetazzo/replace-es-with-httpenv
...
Replace ElasticSearch with jpetazzo/httpenv
2018-09-28 08:05:15 -05:00
Thomas Gerbet
63b85da4f6
Add missing link to storage in Prometheus 2 talk
2018-09-22 12:56:58 +02:00
Jerome Petazzoni
32e1edc2a2
Long slide is long
2018-09-21 09:08:58 +02:00
Jerome Petazzoni
e76a06e942
Merge branch 'fix-kaniko-build' of git://github.com/Julien-Eyraud/container.training into Julien-Eyraud-fix-kaniko-build
2018-09-19 14:01:02 -05:00
Nicolas Gavalda
0519682c30
Fix small typo
2018-09-18 18:50:41 +02:00
Julien Eyraud
9a0649e671
Change postgresql mount path
2018-09-18 17:42:10 +02:00
Jerome Petazzoni
63755c1cd3
Minor fixes
2018-09-16 15:35:23 -05:00
Jerome Petazzoni
31dd943141
Typo
2018-09-16 09:09:08 -05:00