Step 1: Infrastructure
From the DuploCloud Portal (Administrator --> Infrastructure) create an infrastructure with the following inputs:
- Name: nonprod
- Account: Google Cloud account
- VPC CIDR: 10.10.0.0/16
- Cloud: Google
- Region: us-east1
- Subnet CIDR: 22
- Enable GKE: enabled

This takes about 20 minutes. Infrastructure status should move to Completed. At the end of it, double-check that a "plan" (Administrators --> Plans) has been created with the same name (nonprod).

By default when Infrastructure is created, GKE Cluster is created. You can view the details and download the kubeconfig file to connect the cluster from GKE Tab available in the infrastructure created.

Last modified 11mo ago