Go to file
ycz008 5918c0627d add es yaml 2023-05-29 15:43:49 +08:00
argo-k8s first commit 2023-05-19 14:47:50 +08:00
build-image add develop env 2023-05-23 21:41:19 +08:00
elasticsearch add es yaml 2023-05-29 15:43:49 +08:00
jenkins-k8s add jenkins basic deployment 2023-05-25 16:28:06 +08:00
kubesphere-k8s add k8s yaml 2023-05-25 16:29:26 +08:00
mongodb add es yaml 2023-05-29 15:43:49 +08:00
mysql-k8s first commit 2023-05-19 14:47:50 +08:00
nacos-k8s first commit 2023-05-19 14:47:50 +08:00
README.md update 2023-05-19 15:30:49 +08:00

README.md

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