title |
---|
Apache APISIX Helm Chart |
Update the dependency chart
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm dependency update .
To install the chart with release name apisix
:
$ helm install apisix . -n default
To uninstall/delete the apisix
release:
helm uninstall apisix . -n default
- How to install APISIX only?
The Charts will install etcd 3.4.14 by default. If you want to install Apache APISIX only, please set etcd.enabled=false
and set etcd.host={http://your_etcd_address:2379}
.
Please use the FQDN address or the IP of the etcd.
# if etcd export by kubernetes service need spell fully qualified name
$ helm install apisix . -n default \
--set etcd.enabled=false \
--set etcd.host={http://etcd_node_1:2379\,http://etcd_node_2:2379}
- Why get 403 when I access Apache APISIX admin api?
We can define allow.ipList
in CIDR.
$ helm install apisix . -n default \
--set allow.ipList="10.22.100.12/8" \
--set allow.ipList="172.0.0.0/24"
If you want to allow all IPs for a quick test, just set allow.ipList=""
$ helm install apisix . -n default \
--set allow.ipList=""
- Mailing List: Mail to dev-subscribe@apisix.apache.org, follow the reply to subscribe the mailing list.
- QQ Group - 578997126, 552030619
- Slack Workspace - join
#apisix
on our Slack to meet the team and ask questions - - follow and interact with us using hashtag
#ApacheAPISIX
- bilibili video