Skip to content

feat: As a user, I want to reference a Kubernetes Service in the GatewayProxy, so that the Service’s external IP is automatically used to populate the Gateway’s addresses field #2643

@murillio4

Description

@murillio4

Currently, the Kubernetes Gateway’s status.addresses field is populated from the GatewayProxy’s statusAddress, which must be manually configured and updated whenever the Service’s external IP changes.

By allowing the GatewayProxy to reference a Kubernetes Service (e.g., like how control plane is referenced), the controller could automatically fetch the Service’s external IP and propagate it to the Gateway’s status.addresses field. This would make the Gateway’s status self-updating and fully aligned with the actual ingress Service state.

Such functionality would:

  • Eliminate manual updates to statusAddress
  • Ensure the Gateway always exposes the correct external address

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions