79709160

Date: 2025-07-21 13:48:12
Score: 0.5
Natty:
Report link

If you're on AWS and using the AWS Load Balancer Controller then you can map multiple ingresses (either in the same namespace or across namespaces) to a single load balancer via the alb.ingress.kubernetes.io/group.name annotation. This lets you define the ingresses in their own namespaces with standard service definitions. There are some caveats: ingresses need to have distinct routing rules (different hostnames or paths), they can't have conflicting annotations (ex. different security group definitions), and they're probably not safe in a multi-tenant environment if you don't trust everyone who has permission to create ingresses in the cluster.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: jgibson