开源版本:
管网:
华为云市场:
https://marketplace.huaweicloud.com/contents/a1210d06-82af-4552-915d-d3d9d10a13ea
aws云市场:
https://awsmarketplace.amazonaws.cn/marketplace/search/results?x=0&y=0&searchTerms=erda
阿里云产品:
https://www.aliyun.com/solution/terminusPaaS/?spm=5176.21213303.J_8058803260.115.6d4253c9NV96xG
部署 erda 开源版本
安装依赖环境
## 安装 helm
## 准备共享存储,挂载到每台主机,挂载点 /netdata
安装 erda 最小化版本
## 添加 Erda Helm Chart 仓库并更新
# helm repo add erda https://charts.erda.cloud/erda
# helm repo update
## 准备 values 配置文件
# cat < erda-values.yaml
global:
size: demo
domain: "test.io"
erda:
clusterName: "erda-public"
registry:
custom:
nodeIP: 10.15.26.251
nodeName: node1
EOF
# helm install erda erda/erda -f erda-values.yaml -n erda-system --create-namespace
W0324 11:48:10.851965 26551 warnings.go:70] apiextensions.k8s.io/v1beta1 CustomResourceDefinition is deprecated in v1.16+, unavailable in v1.22+; use apiextensions.k8s.io/v1 CustomResourceDefinition
NAME: erda
LAST DEPLOYED: Thu Mar 24 11:48:11 2022
NAMESPACE: erda-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
The erda has been installed, version: 2.0.0, size: prod.
You can get the application status by running these commands:
$ kubectl get erda erda -n erda-system
After all components are Running:
1. You can visit erda: http://test.io
2. If you don’t have a real domain mapped to lb, you need to configure
local hosts resolution.
If you encounter problems during installation, please visit: https://docs.erda.cloud
配置 erda
## 本地 hosts 文件添加如下内容:
# vim /etc/hosts
10.15.26.250 test.io
10.15.26.250 cluster-dialer.test.io
10.15.26.250 collector.test.io
10.15.26.250 sonar-sys.test.io
10.15.26.250 gittar.test.io
10.15.26.250 hepa.test.io
10.15.26.250 openapi.test.io
10.15.26.250 uc.test.io
10.15.26.250 uc-adaptor.test.io
浏览器输入 http://test.io 访问,第一次访问需要自行注册账号
注册账号
创建组织
导入集群
创建项目及应用
构建流水线
节点状态信息
项目协同功能
****更多功能及特性欢迎交流VX****
rr598199825
参考
kubeadm 安装参考:
https://kubernetes.io/zh/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
calico 安装参考:
https://projectcalico.docs.tigera.io/archive/v3.20/getting-started/kubernetes/quickstart
erda 安装参考:
https://docs.erda.cloud/2.0/manual/install/helm-install/helm-install-demo.html