Skip to content

Commit c5cd7aa

Browse files
authored
Merge pull request GoogleCloudPlatform#31 from jcbwlkr/documentation
Fix some text in README.md
2 parents 411e716 + d51ef43 commit c5cd7aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is not an official Google product.
1414
## Full Workshops
1515
| workshop | version | description |
1616
| --- | --- | --- |
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. |
1818

1919

2020
## Individual Modules
@@ -63,15 +63,15 @@ Status: Not Started --> In Progress --> Draft --> Ready
6363
* discuss RC
6464
* scale pod up
6565
* introduce deployments
66-
* move everything under a deplyoment
66+
* move everything under a deployment
6767
* update to new versions of our app, quick rolling update
6868
* lightweight here - more detail in "Advanced" module
6969

7070
### Storing State
7171

7272
* Deploy an app with MySQL
7373
* 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
7575
* More of a lecture module, slides discuss state in greater length
7676

7777
### Dockerize an App
@@ -99,7 +99,7 @@ Status: Not Started --> In Progress --> Draft --> Ready
9999
* More of a lecture module, slides discuss networking in greater length
100100

101101
* Types of external services VIP/nodeport, run service with each and
102-
see how we get into the cluister
102+
see how we get into the cluster
103103
* discuss subnets, explore on running nodes
104104
* How K8s networking works
105105
* Setting up an external load balancer - Nginx

0 commit comments

Comments
 (0)