In general I want to migrate old services into kubernetes, but I'm not sure about the possibilities. The old services and the kubernetes cluster are running in two different data centers. I have old vm's/services that I'm migrating to be kubernetes-ready (creating docker-images, etc.), but this is an ongoing job and takes time.
My goal:
My ideas:
I don't know:
Questions:
Thank you very much!
You could connect the data centers via private network or public network with a VPN(IPsec Tunnel). Both the datacenter will have ingress exposed by a local loadbalancer. Finally you can have a Global DNS based load balancer to route traffic incrementally (10 %...20%.....100%) from loadbalancer of old data center to loadbalancer of new data center and perform the migration over a period of time.