kubenetes

安装kubenetes https://kubernetes.io/docs/setup/independent/install-kubeadm/ 数据库

  • kubeadm: the command to bootstrap the cluster.启动集群命令bootstrap

  • kubelet: the component that runs on all of the machines in your cluster and does things like starting pods and containers.运行于集群上的全部机器,用来启动pod和容器api

  • kubectl: the command line util to talk to your cluster. 命令行执行某些命令命令行

The master is the machine where the control plane components run, including etcd (the cluster database) and the API server (which the kubectl CLI communicates with).主机是控制组件运行的地方,包括了etcd集群数据库和api server(kubectl命令行与之进行通讯)code

相关文章
相关标签/搜索