k8s-教程-Rancher2.3搭建K8S 1.16集群

清空你的杯子,方能再行注满,空无以求全。------ Bruce Lee java

本篇介绍

资源划分

Rancher Server

# 150 安装 rancher server 
 
docker run -d --restart=unless-stopped \
-p 8080:80 -p 8443:443 \
-e CATTLE_SYSTEM_CATALOG=bundled \
-e AUDIT_LEVEL=3 \
rancher/rancher:v2.3.3

复制代码

Docker加速

# 执行安装 
 curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://2be16b36.m.daocloud.io
复制代码

构建 K8S集群

部署ngin

ingress 映射

负载均衡

PVC 挂载

待完善....docker

配套资料

请关注微信号(java-note),留言:K8S获取配套资料 bash

相关文章
相关标签/搜索