In this article the author benchmarks 3 ways to establish container-to-container communication:
- Using TCP through a container network.
- Using a Unix Socket.
- Containers sharing the same network namespace.
In this article the author benchmarks 3 ways to establish container-to-container communication: