请遵循本指南使用 Helm 安装和配置 Dubbo 网格。
helm repo add dubbo https://charts.dubbo.apache.org
helm repo update
helm install dubbo-base dubbo/base -n dubbo-system --create-namespace
helm install istiod dubbo/dubbod -n dubbo-system --wait
helm ls -n dubbo-system
helm delete dubbo-base -n dubbo-system
helm delete dubbod
kubectl delete namespace dubbo-system