Apache APISIX Dashboard Helm Chart
#
Prerequisites#
InstallTo install the chart with release name apisix-dashboard
:
helm repo add apisix https://charts.apiseven.com
helm repo update
helm install apisix-dashboard apisix/apisix-dashboard --create-namespace --namespace apisix
#
UninstallTo uninstall/delete the apisix-dashboard
release:
helm uninstall apisix-dashboard