-
Couldn't load subscription status.
- Fork 1
Open
Description
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:
- Creating a
serviceTypethat creates Route objects - Setting the Listener's addresses to
Route.status.ingress[].host, but only ifingress[].conditions[type=Admitted].status=True(to prevent impersonation attempts)
Metadata
Metadata
Assignees
Labels
No labels