https://github.com/apache/apisix-ingress-docker
the docker for Apache APISIX ingress controller
https://github.com/apache/apisix-ingress-docker
api apigateway apisix controller devops docker ingress k8s kubernetes loadbalancing microservices
Last synced: 6 months ago
JSON representation
the docker for Apache APISIX ingress controller
- Host: GitHub
- URL: https://github.com/apache/apisix-ingress-docker
- Owner: apache
- Created: 2020-12-15T01:41:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T07:40:44.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T04:07:15.020Z (6 months ago)
- Topics: api, apigateway, apisix, controller, devops, docker, ingress, k8s, kubernetes, loadbalancing, microservices
- Language: Dockerfile
- Homepage: https://apisix.apache.org/
- Size: 9.77 KB
- Stars: 6
- Watchers: 27
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
**Docker images are not official ASF releases but provided for convenience. Recommended usage is always to build the source.**
## How to build
```
export INGRESS_VERSION=0.1.0
$ docker build -t apisix-ingress-controller:${INGRESS_VERSION} --build-arg INGRESS_VERSION=${INGRESS_VERSION} .
```## How to deploy
Ref to [Apache apisix-ingress-controller](https://github.com/apache/apisix-ingress-controller/blob/master/docs/install.md)