You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This is not an official Google product.
14
14
## Full Workshops
15
15
| workshop | version | description |
16
16
| --- | --- | --- |
17
-
|[Kubernetes 101](bundles/kubernetes-101)| v1.2.0 | Covers the basics of using Kubernetes to manage applications at scale. In this workshop, you'll take an app, build turn it into a docker container, then use Kubernetes to deploy, scale, and update it. This workshop comes in multiple versions: A video course, a codelab with an accompanying talk, or a set of workshop material with slides. |
17
+
|[Kubernetes 101](bundles/kubernetes-101)| v1.2.0 | Covers the basics of using Kubernetes to manage applications at scale. In this workshop, you'll take an app, build it into a docker container, then use Kubernetes to deploy, scale, and update it. This workshop comes in multiple versions: A video course, a codelab with an accompanying talk, or a set of workshop material with slides. |
18
18
19
19
20
20
## Individual Modules
@@ -63,15 +63,15 @@ Status: Not Started --> In Progress --> Draft --> Ready
63
63
* discuss RC
64
64
* scale pod up
65
65
* introduce deployments
66
-
* move everything under a deplyoment
66
+
* move everything under a deployment
67
67
* update to new versions of our app, quick rolling update
68
68
* lightweight here - more detail in "Advanced" module
69
69
70
70
### Storing State
71
71
72
72
* Deploy an app with MySQL
73
73
* multiple iterations where to store the data, how it goes away
74
-
* start with host voulme, end at persistant disk
74
+
* start with host volume, end at persistent disk
75
75
* More of a lecture module, slides discuss state in greater length
76
76
77
77
### Dockerize an App
@@ -99,7 +99,7 @@ Status: Not Started --> In Progress --> Draft --> Ready
99
99
* More of a lecture module, slides discuss networking in greater length
100
100
101
101
* Types of external services VIP/nodeport, run service with each and
0 commit comments