Containers
Tag: ingress
Load balancing Amazon ECS services with a Kubernetes Ingress Controller style approach
Introduction A common approach to traffic routing in a Kubernetes cluster is to employ an Ingress Controller. The Ingress Controller is an application that runs in a cluster in conjunction with a load balancer and routes incoming HTTP/HTTPS/TCP requests to proxied servers according to routing rules specified in Ingress resources. When deploying to either a […]
Read MoreService connectivity inside and outside the mesh using AWS App Mesh (ECS/Fargate)
AWS Customer: We want to pursue service mesh and establish a separate application-networking layer for efficiently handling our microservices applications. However, we want to meshify only a subset of our microservices and gradually add other services to the mesh as we get comfortable with the configurations. What are the recommended approaches to handle service to […]
Read More