I plan to setup an environment on Google Compute Engine using Managed Instance Groups. I will be running Linux on the VMs.
I am new to Google cloud and am unable to find a method to keep all copies of web servers in sync on GCE. When we update a PHP code file on one server we would like it to be instantly replicated on the second web server and so on. There are hundreds of such files in different directories that keep getting updated from time to time.
Does GCE have any option for that? I can't seem to find it at all. On our current environment(non Google) we use rsync for this.