Kubernetes Architecture
作者:互联网
目录
Node
master
- distribute application to worker nodes.
- self healing. it monitors running status of pod which hosts application, it starts a new pod if existing pod is down.
- manage connectivity of cluster network.
worker
- run task.
Master Node components
标签:Node,Kubernetes,distribute,worker,application,Architecture,components,pod 来源: https://www.cnblogs.com/abc608088/p/16489620.html