Skip to content

Enhance support for multiple AWS ALB, canary deployment strategy #4647

@pronix1986

Description

@pronix1986

Summary

The multi-ALB support allows us to reference multiple ingresses and it was requested here - #2471. The problem with the solution is that only one servicePort can be specified. Interestingly, the author of this comment - #710 (comment) - suggested a more generic way for traffic routing, but it wasn't implemented this way.

Use Cases

We've got a single web-application application that handles incoming traffic on two ports, say 8080, 8081. A single Service object handles both ports:
spec: ports: - port: 8080 ... - port: 8081 ...
Two Ingresses (AWS ALB) routes the traffic to target groups with different ports, say Ingress A -> 8080, Ingress B -> 8081
With the current options, we can't use ALB traffic routing. Please assist.


Message from the maintainers:

Need this enhancement? Give it a 👍. We prioritize the issues with the most 👍.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions