Google Cloud Platform (GCP)
Provision infra for DIGIT on GCP using Terraform
Last updated
Was this helpful?
Provision infra for DIGIT on GCP using Terraform
Last updated
Was this helpful?
Google Kubernetes Engine (GKE) is a GCP service for deploying, managing, and scaling distributed and containerised workloads. With GKE, you can easily provision a cluster on GCP using Terraform, which automates the process. The DIGIT services configuration will be deployed using Helm.
Know about EKS: Creating a GKE cluster (demo)
Know what is terraform: Introduction to HashiCorp Terraform with Armon Dadgar