Tag Archives: weave

Isolating applications on weave network

For understanding Weave networks refer previous blog on Weave networks. A single Weave network can host multiple, isolated applications where each application’s containers are able to communicate with each other, but not with the containers of other applications. To begin isolating an application (or parts of an application),we need to configure Weave Net’s IP allocator […]

Weave Net

Introduction Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery. With Weave Net, portable micro-services based applications consisting of multiple containers can run anywhere: on one host, multiple hosts or even across cloud providers and data centers. Weave net is connecting docker containers running anywhere: on […]