Cloud
Guide for deploying Jobs or Services to Google Cloud.
Learn how to create a Google Cloud Platform (GCP) service account, enable necessary services, and configure permissions to use it with our service.
PREREQUISITES
Click the Service Accounts
tab on the IAM & Admin console, and click on CREATE SERVICE ACCOUNT.
Service Accounts tab on the GCP Dashboard
outpost-v1
and click CREATE AND CONTINUE.Create Service Account screen on the GCP Dashboard
On the "Grant this service account access to the project" section, click the "Select a role" dropdown. Type "Owner" into the search box and select the "Owner" role from the list. Click "Continue" to proceed.
Create Service Account screen on the GCP Dashboard
Service Account
has been created, under Actions
select Manage keys.Manage keys for the service account on the GCP Dashboard
Create new key for the service account on the GCP Dashboard
Download key for the service account on the GCP Dashboard
This will download the generated key JSON file on your machine.
New secret
and select GCP
and add or upload the Service Account key file.And that's it! You can now launch your workloads on Azure through Outpost! Follow Jobs or Services to get started.