1. 9

GCP allows feature requests. Help get FreeBSD on GCE.

  1.  

  2. 5

    This title is slightly confusing. To clarify:

    You already can run FreeBSD in GCP. I’m doing it right now. The images are not created or maintained by Google, which is what I think this is asking for). To spin up an 11.0 RELEASE image on GCP, you can do:

    gcloud compute instances create NAME --image freebsd-11-0-release-amd64  --image-project=freebsd-org-cloud-dev --machine-type MTYPE --zone ZONE
    

    See: https://forums.freebsd.org/threads/56664/