Efficient Traffic Management in Kubernetes with Ingress Groups and a Single ALB via Kube Manifests — Part 1

headintheclouds
Dev Genius
Published in
14 min readMar 15, 2023

--

Introduction

In a Kubernetes environment, Ingress is a key component for exposing your applications to the internet. However, as your application portfolio grows, it can become challenging to manage multiple ingress resources for different microservices. This is where a…

--

--