In this guide, we will delve into the magic of Docker and AWS, helping you enable more enhanced deployments in your application.…
3 posts tagged
AWS EKS
Network Load Balancing on Amazon EKS
IntroductionAmazon Elastic Kubernetes Service (EKS) is a fully managed service that allows you to run Kubernetes on AWS without requiring you to install, operate, and maintain your own Kubernetes control plane. One of the critical components for managing a successful EKS environment is implementing effective network load balancing. This blog…
Application Load Balancer on Amazon EKS
In traditional networking, applications and services talk to each other over IP addresses. IP addressing can be changed, and you might lose connections and incoming requests when it’s modified. It’s better to use DNS in the Networking world. DNS (Domain Name System) gives you a name to resolve…