smancke / dockroute

A router proxy for internal service communication between docker containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockroute

dockroute is a router proxy for internal http service communication between docker containers. It is currently heavily WORK IN PROGRESS.

Key Idea

dockroute dynamically discovers the available service over several backends. Than it takes the http Host header, of a request to determine the target upstream service and port for a call.

About

A router proxy for internal service communication between docker containers

License:MIT License


Languages

Language:Go 100.0%