Alex Chaplianka
Sep 3, 2018 · 1 min read

The infrastructure has multiple services which talk to each other. They call each other by *.domain.com. In order to migrate to Kubernetes, we would have to change all of those *.domain.com to *.svc.default.cluster.local.

This would work, but a solution of routing seems to be more of a seamless one and architecture independent.

I had something which does this with CoreDNS, but CoreDNS isn’t deployed on GKE, and Kube-DNS cannot be deleted.