Jerome Petazzoni
01042101a2
Bump version numbers for local kubectl slides
2018-12-24 05:17:09 -06:00
Bridget Kromhout
a1adbb66c8
Merge pull request #412 from jpetazzo/improve-kubectl-config-context
...
Improve namespace switching example
2018-12-23 15:48:09 -06:00
Bridget Kromhout
3212561c89
Merge pull request #410 from jpetazzo/mention-kubectl-logs-bug
...
Mention the kubectl logs -l ... --tail N issue in k8s 1.12
2018-12-23 15:44:32 -06:00
Bridget Kromhout
003a232b79
Merge pull request #411 from jpetazzo/explain-system-masters
...
Explain system:masters
2018-12-23 15:42:02 -06:00
Bridget Kromhout
2770da68cd
Merge pull request #409 from jpetazzo/bump-versions-to-1.13
...
Update Kubernetes versions to 1.13
2018-12-23 15:40:22 -06:00
Jerome Petazzoni
a95e5c960e
Make build and push optional
...
This reformulates the section where we run DockerCoins
to better explain why we use images (and how they are
essential to the "ship" part of the action), and it
tells upfront that it will be possible to use images
from the Docker Hub (and skip altogether the part where
we run our own registry and build and push images).
It also reshuffles section headers a bit, because that
part had a handful of really small sections. Now we
have:
- Shipping images with a registry
- Running our application on Kubernetes
I think that's better.
It also paves the way to make the entire self-hosted
registry part optional.
2018-12-06 20:21:14 -06:00
Jerome Petazzoni
5b87162e95
Update portworx demo for 4 nodes
2018-12-05 19:12:53 -06:00
Jerome Petazzoni
8c4914294e
Improve namespace switching example
...
We show how to change namespace by creating a new context, then
switching to the new context. It works, but it is very cumbersome.
Instead, let's just update the current context, and give some
details about when it's better to update the current context, and
when it is better to use different contexts and hop between them.
2018-12-05 19:01:15 -06:00
Jerome Petazzoni
7b9b9f527d
Explain system:masters
...
Add a couple of extra-details slides showing how our client certificate
gives us all the privileges on the cluster (through the system:masters
group).
2018-12-05 18:31:12 -06:00
Jerome Petazzoni
3c7f39747c
Mention the kubectl logs -l ... --tail N issue in k8s 1.12
...
This supersedes #399 .
There was a bug in Kubernetes 1.12. It was fixed in 1.13.
Let's just mention the issue in one brief slide but not add
too much extra fluff about it.
2018-12-05 17:55:18 -06:00
Jerome Petazzoni
be67a742ee
Update Kubernetes versions to 1.13
2018-12-05 17:34:56 -06:00
Jerome Petazzoni
11387f1330
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-19 20:52:14 +01:00
Bridget Kromhout
5fad84a7cf
Merge pull request #396 from jpetazzo/kubectl-create-deployment
...
Address deprecation of 'kubectl run'
2018-11-19 13:41:24 -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
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
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