krakend / krakend-watch

Allows you to monitor a KrakenD config file for changes and reload the service with the new version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KrakenD Configuration Watcher

A Docker image to reload KrakenD when the configuration in the disk changes.

Documentation

Run

The container uses the same parameters as the regular krakend Docker image.

Example:

docker run -p 8000:8000 -it -v "$PWD:/etc/krakend" devopsfaith/krakend:watch run -c krakend.json

Build

Just run make and it will download reflex for alpine and build the container.

About

Allows you to monitor a KrakenD config file for changes and reload the service with the new version.


Languages

Language:Shell 46.1%Language:Makefile 30.1%Language:Dockerfile 23.8%