The new service account you create will be used by Metamanagement to create new infrastructure and to coordinate access across all the services.
Head to the service account section in the IAM services on GCP, and:
Hit the "+ Create Service Account" button
Give the service account a memorable name -- we recommend "MM Installer". Hit "Create".
On the next page, add the following permissions: "Editor" (under the "Project" header), "Service Networking Admin," and "Kubernetes Engine Admin". Hit "Continue".
Hit "Done".
Find the service account in the list and click the triple-dot icon under the "Actions" header. Hit "Create key" and select "JSON" when given the option.
You will be asked for this key when deploying on Metamanagement.
If you're using Terraform to provision IAM roles, make sure to use the non-authoritative google_project_iam_member resource.
Using one of the other authoritative resources could end up deleting resources that are critical to proper setup and operation of your deployment.
4. Accept the vendor invitation
You should have received an invitation in your email from your vendor indicating that they have invited you to install their service. Click the email and follow the instructions, filling out all of the required fields and following any secondary instructions the vendor may have given you.
After all of the information is submitted, it will take up to 30 minutes to spin up your new project. You will receive an email when this is done.
5. Set up DNS
If you manually specified a hostname, rather than using the auto-generated one, you will need to set up DNS.
The Metamanagement console will give you the IP address at which the cluster is being made available. You should add DNS A records mapping from the domain name you provided to that IP address. Instructions for a few common providers are linked below:
Note that after setting up DNS, it may take another ~5 minutes for the relevant SSL certs to be generated and for your app to become fully available.
6. Accessing the new service
If you created your service in a completely new project and it must be accessible by other services running in your infrastructure, you must somehow make the new VPC accessible from other VPCs.
The first way to do this is with VPC peering. This is useful if you want unrestricted two-way access between the newly installed service and your main infrastructure. Instructions for this can be found here.
The second way to do this is with private service access. Rather than joining the VPCs, this gives you a way to define service producers and have them be accessible via explicit network connections. More information on how to set this up can be found here.