https://github.com/apache/apisix-helm-chart
Apache APISIX Helm Chart
https://github.com/apache/apisix-helm-chart
apisix chart helm k8s kubernetes
Last synced: about 2 months ago
JSON representation
Apache APISIX Helm Chart
- Host: GitHub
- URL: https://github.com/apache/apisix-helm-chart
- Owner: apache
- License: apache-2.0
- Created: 2020-06-19T02:06:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T11:58:01.000Z (5 months ago)
- Last Synced: 2025-05-10T17:16:13.801Z (about 2 months ago)
- Topics: apisix, chart, helm, k8s, kubernetes
- Language: Smarty
- Homepage: https://apisix.apache.org/
- Size: 1.32 MB
- Stars: 243
- Watchers: 31
- Forks: 227
- Open Issues: 243
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apache APISIX Helm Charts
Apache APISIX Helm Charts provide the installation of [Apache APISIX](https://github.com/apache/apisix#apache-apisix) components for kubernetes.
- [Apache APISIX Helm Chart](./docs/en/latest/apisix.md)
- [Apache APISIX Dashboard Helm Chart](./docs/en/latest/apisix-dashboard.md)
- [Apache APISIX Ingress Controller Helm Chart](./docs/en/latest/apisix-ingress-controller.md)Currently, APISIX Ingress Controller automatically manipulates some APISIX resources, which is not very compatible with APISIX Dashboard. In addition, users should not modify resources labeled `managed-by: apisix-ingress-controllers` via APISIX Dashboard.
## Compatibility matrix
| | APISIX | APISIX Ingress | APISIX Dashboard |
| :--------: | :----: | :------------: | :--------------: |
| Chart v2.x | v3.x | v1.x | v3.x |
| Chart v1.x | v3.x | v1.x | v3.x |
| Chart v0.x | v2.x | v1.x | v2.x |## Changelogs
We have made numerous broken changes to the APISIX Helm chart between v1.x and v2.x. If you wish to continue using or updating the v1.x, please utilize the `apisix/1.x` branch available in the repository.