教程视频:[https://www.jtthink.com/course/play/2855](https://www.jtthink.com/course/play/2855)
安装(主机操作,主机指的是,文件存在的主机,所有的节点都来这个主机读取文件,主机不能挂)
1.sudo yum -y install nfs-utils
2.配置好nfs的指定端口
sudo vi /etc/sysconfig/nfs
加入
LOCKD_TCPPORT=30001#TCP锁使用端口
LOCKD_UDPPORT=30002#UDP锁使用端口
MOUNTD_PORT=30003#挂载使用端口
STATD_PORT=30004#状态使用端口

启动/重启服务
1.sudo systemctl restart rpcbind.service
2.sudo systemctl restart nfs-server.service
开机启动:
1.sudo systemctl enable rpcbind.service
1.sudo systemctl enable nfs-server.service

写入的内容就是你要共享的目录,注意:0/24的正确写法,指的是ip的范围可访问

showmount -e localhost
sudo systemctl restart nfs-server.service

尝试挂载中 最后的目录,是可以随意的、
mount -t nfs 192.168.67.124:/goapi /goapi

- CI/CD环境构建
- docker命令
- 服务器需要开的端口
- 1.docker安装
- 2.rancher安装
- 3.k3s集群搭建
- 4.jenkins安装
- 5.私有镜像仓库创建
- 6.redis集群搭建
- 7.mysql集群搭建
- 8.Skywalking搭建,需要服务对接到这里
- 9.安装nacos
- 10.es安装
- 11.将镜像上传到私有镜像仓库
- 12.分布式定时任务构建
- 13.rancher安装rabbitmq集群
- skywalking安装oap
- docker直接安装es配置的skywaling
- logstash的DockerFile
- logstash的logstash.config文件
- Docker搭建logstash同步mysql数据到elasticsearch
- 14.rancher安装nfs操作
- 15.rancher安装es
- 单体
- 集群
- 项目自动化部署
- 1.jenkins关联git仓库
- 2.rancher部署项目
- vue-dist.zip-Dockerfile
- vue-dist.zip-nginx.conf
- spingboot-Dockerfile
- nginx-ingress 配置 负载均衡
- 管理工具安装
- jira-docker安装
- 直接用晓的镜像
- yapi启动运行
- 安装调用链监控skywalking
- 安装oap