Grammar fix for 06-kubernetes-worker.md
parent
239f1438ae
commit
87c0662652
|
@ -11,7 +11,7 @@ In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual
|
|||
Kubernetes worker nodes are responsible for running your containers. All Kubernetes clusters need one or more worker nodes. We are running the worker nodes on dedicated machines for the following reasons:
|
||||
|
||||
* Ease of deployment and configuration
|
||||
* Avoid mixing arbitrary workloads with critical cluster components. We are building machine with just enough resources so we don't have to worry about wasting resources.
|
||||
* Avoid mixing arbitrary workloads with critical cluster components. We are building machines with just enough resources so we don't have to worry about wasting resources.
|
||||
|
||||
Some people would like to run workers and cluster services anywhere in the cluster. This is totally possible, and you'll have to decide what's best for your environment.
|
||||
|
||||
|
|
Loading…
Reference in New Issue