Kubernetes Cluster Networking

Kubernetes approaches networking somewhat differently than Docker does by default. There are 4 distinct networking problems to solve: Highly-coupled container-to-container communications: this is solved by pods and localhostcommunications. Pod-to-Pod communications:...

What is AWS Fargate?

AWS Fargate is a compute engine for Amazon ECS and EKS* that allows you to run containers without having to manage servers or clusters. With AWS Fargate, you no longer have to provision, configure, and scale clusters of virtual machines to run containers. This removes...