初始化 Kubernetes 环境,创建 ruoyi 命名空间。
ruoyi
namespace.yaml
deploy.sh
# 进入目录 cd 00-init # 执行部署脚本 ./deploy.sh
# 查看命名空间 kubectl get namespace ruoyi