Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T07:03:56.000Z (3 months ago)
- Last Synced: 2025-01-18T09:05:47.362Z (9 days ago)
- Topics: apisix, chart, helm, k8s, kubernetes
- Language: Smarty
- Homepage: https://apisix.apache.org/
- Size: 1.33 MB
- Stars: 236
- Watchers: 33
- Forks: 210
- Open Issues: 218
-
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.