1 Star 0 Fork 22

ryanduan/k8s-mysql-cluster

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mysql-master-slave.sh 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaochaoren 提交于 2020-02-02 15:32 +08:00 . add README about how to use this project
# deploy master-slave cluster
# store account in secret
kubectl apply -f ./mysql-accounts/secret.yml
#deploy storage
kubectl apply -f ./mysql-master-slave/storage.yml
# deploy basic service
kubectl apply -f ./mysql-master-slave/deploy-base.yml
# deploy master nodes
kubectl apply -f ./mysql-master-slave/deploy-master.yml
# deploy slave nodes
kubectl apply -f ./mysql-master-slave/deploy-slave.yml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/rczweb/k8s-mysql-cluster.git
git@gitee.com:rczweb/k8s-mysql-cluster.git
rczweb
k8s-mysql-cluster
k8s-mysql-cluster
master

搜索帮助