在 Kubernetes 上使用 Helm Charts 安装,可以使用 Charts 仓库在线安装,或者下载源码后本地编译安装。
helm repo add shardingsphere https://apache.github.io/shardingsphere-on-cloud
helm repo update
helm install shardingsphere-proxy shardingsphere/apache-shardingsphere-proxy-charts
git clone git@github.com:apache/shardingsphere-on-cloud.git
cd charts/apache-shardingsphere-proxy-charts/charts/governance
helm dependency build
cd ../..
helm dependency build
cd ..
helm install shardingsphere-proxy apache-shardingsphere-proxy-charts