Kubernetes network stack fundamentals: How containers inside a pod communicate
August 8, 2022
This is the first in a two part series about Kubernetes networking. This article covers how containers within a pod communicate using the same network namespace.
Previous article: Test API interactions with Mockoon