Knowledge BaseHow do I consolidate the ALBs for Kubernetes Services?
By default it looks like the `k8s-service` module deploys an ALB per `k8s-service` deployment. Is there a way I can have a single ALB for all my apps deployed with `k8s-service`?
---
<ins datetime="2022-06-16T15:35:53Z">
<p><a href="https://support.gruntwork.io/hc/requests/108790">Tracked in ticket #108790</a></p>
</ins>
Yes this is possible. See the [Ingress Group](https://github.com/gruntwork-io/terraform-aws-service-catalog/blob/master/modules/services/k8s-service/core-concepts.md#ingress-groups) feature of `k8s-service` module for more information on how to accomplish this.