Use this topic to prepare to deploy Domino on Google Kubernetes Engine (GKE). GKE is hosted on Google Cloud Platform (GCP).
Download the infrastructure module and the install script
-
main.tf defines your infrastructure.
-
fleetcommand-agent-install.sh deploys Domino.
See fleetcommand-agent-install.sh Downloads if you need another version of the install script for your Domino release.
Review the prerequisites
To install and configure Domino in your GCP account, you must have:
-
A GCP project.
-
quay.io
credentials provided by Domino. -
A SSL certificate for your domain.
-
A Unix or Linux terminal with the following:
-
gcloud CLI installed.
-
Terraform installed.
-
Kubectl installed.
-
Docker installed.
-
Note
Validate the prerequisites
To verify that the tools were installed correctly, run the following:
gcloud version
terraform version
kubectl version
docker version