Skip to content

OpenShift Route backend #303

@nightkr

Description

@nightkr

OpenShift provides the Route CRD, which allows OpenShift to automatically allocate public hostnames for services and provides load balancing and a convention for DNS configuration.

We could integrate by:

  1. Creating a serviceType that creates Route objects
  2. Setting the Listener's addresses to Route.status.ingress[].host, but only if ingress[].conditions[type=Admitted].status=True (to prevent impersonation attempts)

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