main
ycz008 2023-05-19 15:30:49 +08:00
parent 9e7eb4c8f3
commit 52ef794c1e
1 changed files with 40 additions and 1 deletions

View File

@ -1 +1,40 @@
# deployment-k8s
# Kubernetes deployment
## kubesphere
# 部署
./kk create -f bfs-k8scluster.yaml
## nacos
# 部署
kubectl -n common create -f mysql-local.yaml
kubectl -n common create -f nacos-no-pvc-ingress.yaml
## jenkins
# 部署
kubectl -n common create -f seviceAccount.yaml
kubectl -n common create -f deployment.yaml
# 使用
## mysql
# 部署
kubectl -n common create -f mysql-local-dev.yaml
kubectl -n common create -f mysql-local-release.yaml
## argoci
# 前期
ConfigMap
- mysql
- s3
argo namespaced
# 部署
kubectl -n common create -f namespace-install-dev.yaml
kubectl -n common create -f namespace-install-release.yaml