Recommendations for Docker Networking and Load Balancing

Hello Community,

Wanted to see if there any recommendations on creating docker networks and Load balancing the DAP containers on docker hosts.

Also CyberArk recommendations on hardening docker hosts and Vault Synchorniser

1 Like

Howdy - feel free to use anything in the ConjurDemos github repo. This script will startup a load-balanced, HA cluster on one VM, where the containers connect over a docker network.

Cheers,

Jody

Thank you. I will check that out. I was trying to see how this can done when docker containers are in different hosts rather than a single one. Should we setup a docker Overlay network and connect the containers to it and put the the load balancer on top of it? I am not sure how we can achieve that with docker bridge network