From 52ef794c1ebb4ecae03fc693fc98f7feb36f417a Mon Sep 17 00:00:00 2001 From: ycz008 Date: Fri, 19 May 2023 15:30:49 +0800 Subject: [PATCH] update --- README.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9635f96..4c88569 100644 --- a/README.md +++ b/README.md @@ -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