Merge pull request #119 from jonboulle/master
architecture: make runtime reference more generic
This commit is contained in:
		
						commit
						148fff443d
					
				|  | @ -17,8 +17,8 @@ plane. | ||||||
| The Kubernetes node has the services necessary to run application containers and | The Kubernetes node has the services necessary to run application containers and | ||||||
| be managed from the master systems. | be managed from the master systems. | ||||||
| 
 | 
 | ||||||
| Each node runs Docker, of course.  Docker takes care of the details of | Each node runs a container runtime (like Docker, rkt or Hyper). The container | ||||||
| downloading images and running containers. | runtime is responsible for downloading images and running containers. | ||||||
| 
 | 
 | ||||||
| ### `kubelet` | ### `kubelet` | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue