I am trying to have multiple, geographically diverse VM instances on Google Cloud Platform. I want to have them all running the same custom-made service, which may need patches over time. How would I make these distributed rollouts possible?
Thanks.