Sai Umesh

Posts

2 min read

Are you struggling with the cost of creating an Ingress for every namespace on EKS? There’s a solution: use a single load balancer to route traffic based on the host. In this blog, we’ll show you how to achieve this through a simple annotation.

3 min read

Last week at work I had to integrate an ALB with APIGateway as a proxy. While its pretty straight forward with Console, Unfortunately, it was not using CDK. This is due to my lack of complete knowledge, and their docs. Both suck 😁.