pixeloven / kongzilla

Overkill kong boilerplate that attempts to solve too many problems (mostly for fun but also kinda serious)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kongzilla

Overkill kong boilerplate that attempts to solve too many problems (mostly for fun but also kinda serious)

What is Kong?

You can find the official Docker distribution for Kong at https://hub.docker.com/_/kong.

How to use this template

This Docker Compose template provisions a Kong container with a Postgres database, plus a nginx load-balancer. After running the template, the nginx-lb load-balancer will be the entrypoint to Kong.

To run this template execute:

$ docker-compose up

To scale Kong (ie, to three instances) execute:

$ docker-compose scale kong=3

Kong will be available through the nginx-lb instance on port 8000, and 8001. You can customize the template with your own environment variables or datastore configuration.

Kong's documentation can be found at [https://docs.konghq.com/][kong-docs-url].

Issues

TBD

Contributing

TBD

About

Overkill kong boilerplate that attempts to solve too many problems (mostly for fun but also kinda serious)

License:MIT License


Languages

Language:Shell 71.8%Language:Makefile 23.1%Language:Dockerfile 5.1%