Recent Posts

AWS ALB Ingress Advanced Request Routing

less than 1 minute read

AWS Application Load Balancer allows traffic to be routed based on HTTP header, HTTP request method, query string, source IP, in addition host and path-based...

RDS access via kubernetes as jump host

less than 1 minute read

Sometimes there is a need to connect to RDS in private VPC subnet having an access to EKS. It can be achieved with help of socket container deployed on top o...

ALB Ingress Controller and Cost Optimization

less than 1 minute read

As we know ALB Ingress Controller creates Load Balancer per k8s ingress resource by default and it’s costly, roughly one ALB costs ~$24 + extra per GB of pro...