-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Background
print.dsek.se is up and running, but can't be reached since the nginx reverse proxy in Dimman has died. The print server runs on uffe, outside the OKD cluster, so the normal router we use to expose kubernetes services to the internet doesn't work.
I recently learned that services can use backends that are not pods, including servers outside the cluster. This can probably solve the problem for us.
Next steps
- Read about services and EndpointSlices and make a plan for how to implement this (do we need a static IP reservation for uffe?)
- Change DNS record for
print.dsek.seto point to OKD - Create a route, service and EndpointSlice in OKD that forwards traffic to uffe