Follow this guide to install and configure the Dubbo mesh using Helm.
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 dubbod dubbo/dubbod -n dubbo-system --wait
dubbo-system namespace:helm ls -n dubbo-system
helm delete dubbo-base -n dubbo-system
helm delete dubbod -n dubbo-system
dubbo-system namespace:kubectl delete namespace dubbo-system