Download the infrastructure module
- main.tf defines your infrastructure.
Review the prerequisites
To install and configure Domino in your GCP account, you must have:- A GCP project.
-
quay.iocredentials provided by Domino. - An SSL certificate for your domain.
-
A Unix or Linux terminal with the following:
- gcloud CLI installed.
- Terraform installed.
- Kubectl installed.
- Docker installed.
- The ddlctl command line installed.
- Platform Operator installed.
Validate the prerequisites
To verify that the tools were installed correctly, run the following:Configure cluster access
-
To retrieve the credentials for your Kubernetes cluster, check your local
kubeconfigwith: -
If you aren’t already signed in with gcloud, run
gcloud init. -
To protect your current configuration file from being overwritten, run
export KUBECONFIG=$(pwd)/kubeconfig. -
Get the remote
kubeconfig: