/health-proxy

A simple proxy to check the health of each container in a microservice architecture.

Primary LanguageNim

Health Proxy

screenshot

A simple proxy to check the traffic of each container in a microservice architecture.

Overview

Read the HTTP communication between containers and monitor if any 5xx error occurs.

Dependencies

  • nkf

Run

Build

nimble build  # build proxy server

# build front
cd front
elm make src/Main.elm --output=dist/static/js/elm.js --optimize

Up

./health_proxy <address> <proxy_port> <webconsole_port>