This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1.创建Deployment,利用Deployment运行mayday.jar,副本数量为1
2.mayday.jar的镜像需要自己构建,构建后上传Harbor仓库
3.利用数据库官方镜像运行mysql:5.7.41服务,利用Deployment的方式运行,副本为1
4.项目端口8091,采用nodeport的方式暴露端口30081,浏览器采用30081正常访问项目