Answer the question
In order to leave comments, you need to log in
Is it possible to use Openshift route/service to manage DNS aliases?
For bureaucratic reasons, regular DNS balancers cannot be automatically managed, but I would like to be able to quickly switch myapp.url from one host to another.
With components that have already migrated to openshift, everything is fine. But there are still many components on separate hosts, and I thought, can I use services and routes in openshift to address not pods, but external hosts?
Tried to make a service like
kind: Service
apiVersion: v1
metadata:
name: myapp
spec:
ports:
- name: http
port: 80
targetPort: 8080
externalName: anotherhost.internaldomain.com
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question