Skip to content

Support FQDN Address Type in EndpointSlice #1922

@arkodg

Description

@arkodg

Description:
We've recently added support for EndpointSlice, and current only support Static IPv4 Endpoint Addresses
We should also add support for FQDN address types
https://kubernetes.io/docs/concepts/services-networking/endpoint-slices/#address-types

[optional Relevant Links:]

  • looks like no changes are needed in the gateway api layer
    for _, address := range endpoint.Addresses {
  • in the xds translator layer, we'd need to detect whether the endpoint is a static address or FQDN and pass the right endpoint type (Static or DNS)
    endpointType: Static,
  • Above step may require splitting up endpoints in multiple clusters if we need to handle mix endpoints (some static and some DNS)

Metadata

Metadata

Assignees

Labels

area/translatorIssues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.kind/enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions