K8S 术语介绍

Node :

Each node runs a container runtime, which is responsible for downloading images and running containers.


Kubelet

The most important and most prominent controller in Kubernetes is the Kubelet, which is the primary implementer of the Pod and Node APIs that drive the container execution layer.

重点: Kubelet是K8S中最终要的控制器。 Kubelet实现了Pod API和Node API。也就说说Kubelet可以控制Pod和Node的所有的行为。


Kubeadm:

为了方便k8s集群搭建的小工具。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。