We are planning to deploy all our services in the CI/CD pipeline as Docker containers. This will require a stable pool of Docker enabled machines that can seamlessly host docker containers. We will be also giving importance to Docker Multi-Host networking as this will enable containers on different host to talk to each other. As docker now has native multi-host networking capabilities, we are planning to use the same throughout this project.
Install Docker Engine on 4 nodes and enable multi-host networking. Test the connectivity of containers from all the hosts.
We are planning to deploy all our services in the CI/CD pipeline as Docker containers. This will require a stable pool of Docker enabled machines that can seamlessly host docker containers. We will be also giving importance to Docker Multi-Host networking as this will enable containers on different host to talk to each other. As docker now has native multi-host networking capabilities, we are planning to use the same throughout this project.
Install Docker Engine on 4 nodes and enable multi-host networking. Test the connectivity of containers from all the hosts.