https://coding.net/u/aminglinux/p/k8s_discuz/git/tree/master

按照文档操作注意的几点
1.node 需要yum -y install nfs-utils

2.showmount -e nfsip

3.镜像地址要改成自己harbor的地址

4.最后安装的界面上,有个localhost地址要改成172.254.60.132
[root@master nginx_php]# kubectl get svc dz-mysql -o wide
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
dz-mysql ClusterIP 172.254.60.132 3306/TCP 15m app=discuz,tier=mysql
[root@master nginx_php]# mysql -uroot -h172.254.60.132 -p 3306

5.作者让外部访问是通过nginx做的,类似nodeport

6.pod如何停止或者说挂载的数据如何备份?