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. 
You need to download the script and specify the version of your Domino release when running the script. See fleetcommand-agent-install.sh Downloads for more details.
Review the prerequisites
To install and configure Domino in your GCP account, you must have:
- 
A GCP project. 
- 
quay.iocredentials 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 | The fleetcommand-agentinstaller requires k8s'cluster-adminrole in order to apply all the needed resources. For more information, see kubernetes.io - Using RBAC Authorization. | 
Validate the prerequisites
To verify that the tools were installed correctly, run the following:
gcloud version
terraform version
kubectl version
docker version