Google Cloud GKE (with Terraform)
PreviousAzure AKS (with Terraform)NextIBM Cloud Kubernetes Service (IKS) and Red Hat OpenShift (with Kustomize)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
gcp_project_name = "kf-feast"
name_prefix = "feast-0-8"
region = "asia-east1"
gke_machine_type = "n1-standard-2"
network = "default"
subnetwork = "default"
dataproc_staging_bucket = "feast-dataproc"$ cd feast/infra/terraform/gcp
$ terraform init
$ terraform apply -var-file=my_feast.tfvars