码迷,mamicode.com
首页 > Web开发 > 详细

在Google Cloud platform上创建Kubernetes cluster并使用

时间:2020-03-08 20:24:24      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:shel   原创文章   安装   操作系统   index   类型   name   系统   each   

登录Google Cloud platform,创建一个新的Kubernetes Cluster:

技术图片

该集群的node个数选择为1,从Machine type下拉列表里选择CPU配置:

技术图片

展开Advanced Edit,选择该Kubernetes集群安装所在的操作系统的镜像类型:

技术图片

选择ubuntu,磁盘类型选择SSD:

技术图片

点击Create,得到一个Kubernetes cluster:

技术图片

The images for these containers will be pulled from the public Docker repository and store. The containers will be connected to each other and have some ports exposed to the internet.

Kubernetes集群创建好之后,点击Connect,

技术图片

即可在Google Cloud Shell里用kubectl命令行访问这个Kubernetes cluster:

技术图片

创建一个新的secret:

kubectl create secret docker-registry docker-secret --docker-server=https://index.docker.io/v1/ --docker-username=jerry password=jerrywang --docker-email=jerry.wang@gmail.com

要获取更多Jerry的原创文章,请关注公众号"汪子熙":
技术图片

在Google Cloud platform上创建Kubernetes cluster并使用

标签:shel   原创文章   安装   操作系统   index   类型   name   系统   each   

原文地址:https://www.cnblogs.com/sap-jerry/p/12444201.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!