An open API service indexing awesome lists of open source software.

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

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)