Jérôme Petazzoni
b3a9ba339c
Merge pull request #199 from bridgetkromhout/helm-mkdir
...
Directory missing
2018-04-13 01:04:39 -05:00
Jérôme Petazzoni
a1bbbd6f7b
Merge pull request #195 from bridgetkromhout/slide-clarity
...
Making slide easier to read
2018-04-13 01:03:39 -05:00
Bridget Kromhout
19e39aea49
Fixing typo
2018-04-12 15:27:51 -05:00
Bridget Kromhout
25d560cf46
Directory missing
2018-04-12 07:48:25 -05:00
Bridget Kromhout
053bbe7028
Bold instead of highlighting
2018-04-12 07:39:02 -05:00
Jérôme Petazzoni
f261e7aa96
Merge pull request #194 from bridgetkromhout/fix-blue
...
removing extra leading spaces which break everything
2018-04-11 23:55:34 -05:00
Jérôme Petazzoni
8e44e911ca
Merge pull request #193 from bridgetkromhout/stern
...
Missing word added
2018-04-11 23:52:17 -05:00
Bridget Kromhout
1183e2e4bf
Making slide easier to read
2018-04-11 18:55:23 -05:00
Bridget Kromhout
de3082e48f
Extra spaces prevent this from working
2018-04-11 18:47:30 -05:00
Bridget Kromhout
3acac34e4b
Missing word added
2018-04-11 18:11:07 -05:00
Jérôme Petazzoni
74bf2d742c
Merge pull request #182 from bridgetkromhout/versions-validated
...
Clarify versions validated
2018-04-10 23:11:38 -07:00
Jérôme Petazzoni
acba3d5467
Merge pull request #192 from bridgetkromhout/add-links
...
Add links
2018-04-10 23:03:09 -07:00
Jérôme Petazzoni
4f69f19866
Merge pull request #186 from bridgetkromhout/vm-readme
...
link to VM prep README
2018-04-10 14:56:19 -07:00
Jérôme Petazzoni
c508f88af2
Update setup-k8s.md
2018-04-10 16:56:07 -05:00
Bridget Kromhout
24d57f535b
Add links
2018-04-10 16:52:07 -05:00
Bridget Kromhout
d3c0a60de9
link to VM prep README
2018-04-10 12:30:46 -05:00
Bridget Kromhout
83bba80f3b
URL update
2018-04-10 12:25:44 -05:00
Bridget Kromhout
a58e21e313
URL update
2018-04-10 12:15:01 -05:00
Bridget Kromhout
c6e477e6ab
Clarify versions validated
2018-04-10 11:35:28 -05:00
Jerome Petazzoni
96fd2e26fd
Minor fixes for autopilot
2018-04-10 05:30:42 -05:00
Bridget Kromhout
11a2167dea
Updating versions
2018-04-09 12:52:47 -05:00
Jérôme Petazzoni
af4eeb6e6b
Merge pull request #175 from jpetazzo/helm-and-namespaces
...
Add two chapters: Helm and namespaces
2018-04-09 10:20:33 -07:00
Jérôme Petazzoni
ea6459e2bd
Merge pull request #174 from jpetazzo/centralized-logging-with-efk
...
Add a chapter about centralized logging
2018-04-09 10:19:44 -07:00
Bridget Kromhout
2dfa5a9660
Update logs-centralized.md
2018-04-09 11:59:19 -05:00
Jerome Petazzoni
ebe4511c57
Remove useless mkdir
2018-04-09 11:43:27 -05:00
Jérôme Petazzoni
e1a81ef8f3
Merge pull request #171 from jpetazzo/show-stern-to-view-logs
...
Show how to install and use Stern
2018-04-09 09:38:47 -07:00
Jerome Petazzoni
3382c83d6e
Add link to Helm and say it's open source
2018-04-09 11:35:59 -05:00
Bridget Kromhout
a89430673f
Update logs-cli.md
...
clarifications
2018-04-09 11:32:02 -05:00
Jerome Petazzoni
fcea6dbdb6
Clarify Stern installation comments
2018-04-09 11:29:19 -05:00
Bridget Kromhout
c744a7d168
Update helm.md
...
typo fixes
2018-04-09 11:27:34 -05:00
Bridget Kromhout
0256dc8640
Update logs-centralized.md
...
A few typo fixes
2018-04-09 11:22:43 -05:00
Jérôme Petazzoni
232fdbb1ff
Merge pull request #170 from jpetazzo/headless-services
...
Add headless services
2018-04-09 09:05:33 -07:00
Jerome Petazzoni
a8378e7e7f
Clarify endpoints
2018-04-09 10:12:22 -05:00
Jerome Petazzoni
90ca58cda8
Add a few slides about network policies
...
This is a very high-level overview (we can't cover a lot within the current time constraints) but it gives a primer about network policies and a few links to explore further.
2018-04-09 08:27:31 -05:00
Jerome Petazzoni
5a81526387
Add two chapters: Helm and namespaces
...
In these chapters, we:
- show how to install Helm
- run the Helm tiller on our cluster
- use Helm to install Prometheus
- don't do anything fancy with
Prometheus (it's just for the
sake of installing something)
- create a basic Helm chart for
DockerCoins
- explain namespace concepts
- show how to use contexts to hop
between namespaces
- use Helm to deploy DockerCoins
to a new namespace
These two chapters go together.
2018-04-09 07:57:27 -05:00
Jerome Petazzoni
8df073b8ac
Add a chapter about centralized logging
...
Explain the purpose of centralized logging. Describe the
EFK stack. Deploy a simplified EFK stack through a YAML
file. Use it to view container logs. Profit.
2018-04-09 04:17:00 -05:00
Jerome Petazzoni
d228222fa6
Reword headless services
...
Hopefully this explains better the use of headless services.
I also added a slide about endpoints, with a couple of simple
commands to show them.
2018-04-08 17:59:42 -05:00
Jerome Petazzoni
9859e441e1
Clarify the bonus exercises
...
We had two open-ended exercises (questions without
answers). We have added more explanations, as well
as solutions for the exercises. It lets us show a
few more tricks with selectors, and how to apply
changes to sets of resources.
2018-04-08 17:16:27 -05:00
Jérôme Petazzoni
253aaaad97
Merge pull request #169 from jpetazzo/what-is-cni
...
Add slide about CNI
2018-04-08 14:32:17 -07:00
Jerome Petazzoni
22fb898267
Show how to install and use Stern
...
Stern is super cool to stream the logs of multiple
containers.
2018-04-08 16:26:08 -05:00
Bridget Kromhout
e038797875
Update concepts-k8s.md
...
A few suggested clarifications to your (excellent) clarifications
2018-04-08 15:16:42 -05:00
Jerome Petazzoni
7b9f9e23c0
Add headless services
2018-04-08 11:10:07 -05:00
Jerome Petazzoni
01d062a68f
Add slide about CNI
2018-04-08 10:31:17 -05:00
Jerome Petazzoni
a66dfb5faf
Clarify control plane
...
Explain better that the control plane can run outside
of the cluster, and that the word master can be
confusing (does it designate the control plane, or
the node running the control plane? What if there is
no node running the control plane, because the control
plane is external?)
2018-04-08 09:57:51 -05:00
Frank Farmer
522358a004
Small typo
2018-03-28 12:23:47 -05:00
Bridget Kromhout
70a9215c9d
Updating versions
2018-03-27 03:02:17 -07:00
Jone Marius Vignes
e5502c724e
Fix: Kubicorn URL
...
Kubicorn has moved permanently to https://github.com/kubicorn/kubicorn
2018-03-14 14:50:56 +01:00
Bridget Kromhout
b4c1498ca1
Clarifying instructions
2018-03-13 20:55:11 +01:00
Bridget Kromhout
88d534a7f2
Clarifying how to find the port needed.
2018-03-13 20:36:19 +01:00
Bridget Kromhout
1b9ba62dc8
Versions updated
2018-03-13 19:27:42 +01:00