github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/providers/gcloud.md (about) 1 # Google Compute UniK Provider 2 3 UniK supports running Golang rumprun unikernels on Google Compute. 4 The Google Compute stub of your `daemon-config.yaml` file should look something like the following: 5 ```yaml 6 providers: 7 #... 8 gcloud: 9 - name: my-gcloud 10 project_id: google-project-id-1234 11 zone: us-east1-d 12 ``` 13 14 UniK requires that your Google Cloud credentials are set via [`gcloud auth`](https://cloud.google.com/sdk/gcloud/reference/auth/). 15 16 UniK stores Google Compute data in the following paths: 17 * JSON representation of the state: `$HOME/.unik/gcloud/state.json` 18 19 * UniK boot volumes are stored as Images 20 * UniK data volumes are not currently supported for Google Cloud (PRs on this are welcome). 21 * UniK instances are `g1-small` Google Cloud Instances