其他分享
首页 > 其他分享> > k8s使用

k8s使用

作者:互联网

一、环境准备

1.安装etcd和kubernates软件

yum install -y etcd kubernetes

2.启动服务

systemctl start etcd
systemctl start docker
systemctl start kube-apiserver
systemctl start kube-controller-manager
systemctl start kube-scheduler
systemctl start kubelet
systemctl start kube-proxy

 

标签:kube,start,manager,systemctl,etcd,使用,kubernates,k8s
来源: https://www.cnblogs.com/naixin007/p/14516283.html