You can get a Flocker cluster running using Google Compute Engine. You’ll need to setup at least two nodes.
Create a new cloud server:
Compute Engine.Create Instance.Identity and API Access select Set access for each API and grant Read Write access to Compute.Create to create the new instance.Gain SSH Access:
You can SSH into the machine either using the in-browser SSH client by clicking SSH on the instances page, or by using the gcloud command line tool.
gcloud compute --project <project-name> ssh --zone <zone-name> <instance-name>
Return to the installation instructions specific to your operating system to install clusterhq-flocker-node on each node in your cluster: