Skip to main content

Apache APISIX Helm Chart

Install#

To install the chart with release name apisix:

helm repo add apisix https://charts.apiseven.comhelm repo updatehelm install apisix apisix/apisix --create-namespace  --namespace apisix

Uninstall#

To uninstall/delete the apisix release:

helm uninstall apisix

Seeking help#