APISIX API Gateway sandbox
Init httpster
submodule
git submodule update --init --recursive
Start one or more available profiles
# start APISIX standalone
docker-compose --profile apisix-standalone
# start APISIX decoupled
docker-compose --profile apisix-decoupled
# start Kong standalone
docker-compose --profile kong-standalone
# start Kong decoupled
docker-compose --profile kong-decoupled
-
APISIX standalone
-
APISIX decoupled
-
Kong standalone
-
Kong decoupled