mirror of
				https://github.com/kelseyhightower/kubernetes-the-hard-way.git
				synced 2025-11-04 02:02:33 +03:00 
			
		
		
		
	clean up docs
This commit is contained in:
		@@ -3,12 +3,16 @@
 | 
				
			|||||||
In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual machines will be used:
 | 
					In this lab you will bootstrap 3 Kubernetes worker nodes. The following virtual machines will be used:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
NAME         ZONE           MACHINE_TYPE   INTERNAL_IP  STATUS
 | 
					gcloud compute instances list
 | 
				
			||||||
worker0      us-central1-f  n1-standard-1  10.240.0.30  RUNNING
 | 
					 | 
				
			||||||
worker1      us-central1-f  n1-standard-1  10.240.0.31  RUNNING
 | 
					 | 
				
			||||||
worker2      us-central1-f  n1-standard-1  10.240.0.32  RUNNING
 | 
					 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					````
 | 
				
			||||||
 | 
					NAME         ZONE           MACHINE_TYPE   PREEMPTIBLE  INTERNAL_IP  EXTERNAL_IP      STATUS
 | 
				
			||||||
 | 
					worker0      us-central1-f  n1-standard-1               10.240.0.30  XXX.XXX.XXX.XXX  RUNNING
 | 
				
			||||||
 | 
					worker1      us-central1-f  n1-standard-1               10.240.0.31  XXX.XXX.XXX.XXX  RUNNING
 | 
				
			||||||
 | 
					worker2      us-central1-f  n1-standard-1               10.240.0.32  XXX.XXX.XXX.XXX  RUNNING
 | 
				
			||||||
 | 
					````
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Why
 | 
					## Why
 | 
				
			||||||
 | 
					
 | 
				
			||||||
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:
 | 
					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:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user