Skip to content

Allow ServiceImports as UDPRoute backends #27

@rg0now

Description

@rg0now

In order to decide whether to allow a client to reach a particular peer IP, STUNner consults the list of pod IP addresses belonging to the backends assigned to the target UDPRoute. Currently only Service resources are allowed as backends. However, in a multi-cluster setting services globally exported across the clusterset will appear as ServiceImport objects locally (and not as regular Services), with the assumption that ServiceImports and Services are essentially equivalent in that wherever one can use a Service one could also use a ServiceImport instead. Currently, however, STUNner accepts only Services as backends.

This issue is tracking the progress on extending the operator to accept ServiceImports are backends.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions