Hi, potential new user here, sorry for what are probably very basic questions. Any guidance will be very much appreciated.
My scenario is that I run instances of my web-services in every public Azure DC. I have been running on Azure Web Apps, but that’s very expensive per-instance compared to Linux VMs, so I’ve Dockerised all my code and now I’m looking for something to manage my production environment. Most of the projects I’ve looked at, like Deis, Flynn, Shipyard, etc, seem to focus on managing clusters in a single DC, but the Rancher site and documentation seems to suggest it works in a multi-DC way, as well as ticking all my other boxes and just sounding generally awesome.
So my basic question is: can I run a single Rancher Server in a single Azure DC (probably East US) and then connect up Rancher hosts in other DCs, across US, EU, Asia and Australia?
If I can do that, then a couple more questions:
- Would it work with just a single Host VM in each data-center? (The system can tolerate a DC being unavailable for a while).
- Can a container upgrade be synchronized across the entire multi-DC network, so a new version of a particular web service only becomes available when it’s ready everywhere?
Really hoping the answer to all those questions is yes…