Launch and manage a GKE cluster using Terraform.
$ terraform init
$ terraform plan
$ terraform apply
First, you will need to authenticate to the cluster, then you can run the following:
$ kubectl apply -f deployment.yaml
$ kubectl apply -f service.yaml
$ kubectl apply -f ingress.yaml
Note: It will take 5 minutes for the load balancer to provision
Open an issue.