Article
DNS for your OpenShift v3 cluster
When you are setting up a self-contained OpenShift v3 cluster, you usually run into the problem of how to resolve host names, local cluster addresses, application routes, and external names correctly everywhere. For a production deployment, a networking engineer would typically be responsible for working this out, but if you are just trying it out, getting properly hooked into organizational DNS can be daunting if not forbidden by policy. Fortunately, if needed, you can handle DNS entirely yourself. Assumptions Let's...