Nick Doikov

Results 8 issues of Nick Doikov

Need to implement backup server functionality. When all backends for server failed - use separate single host for backup connections. This will dramatically increase redundancy in big geo distributed infrastructures.

feature

need to add such functionality via api without deleting/recreating server: 1) disable backend server ip:port (continuously). This should disable all traffic to this node and exclude it from active backend...

feature

I think we need a way to reset connections for selected server. This feature will be very suitable in case of using persistent long connections. For now if i perform...

feature

Need to implement possibility to show maps via rest api like: external connection ip:port- balancer inbound ip:port - balancer outbound ip:port - backend ip:port this will allow to track persistent...

feature

according to a #46 need to add such functionality. We need to add mechanism for discovery linked containers this is a common use case for developers , regular users etc.....

Basic functionality for gobetween frontend : ``` text 1. password auth 2. servers list 3. Stats sheet/graph for each server 3.1 for server : incoming connections quantity, active connections traffic...

help wanted
icebox

For future releases we can add mesos/marathon support via their rest api. https://mesosphere.github.io/marathon/docs/generated/api.html# api enteryponint - ip/hostname:port api service enterypoint - /v2/apps/[app_id]/tasks Response: Body Type: application/json Example: ``` json {...

feature
icebox

For docker discovery need to add multi-endpoint functionality . something like : ``` bash docker_endpoint = [ "http://localhost:2375", "http://1.2.3.4:2375" ] ``` Interval and timeout variable values should be applied to...

icebox