Skip to content

Latest commit

 

History

History

gcp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google Cloud Platform Terraform Experiments

Here we'll use gcloud and a minimal complement of Terraform providers to

  • Create a service account with appropriate role and permissions
  • Provision cloud resources (like DNS)
  • Create a simple GKE cluster
  • Install additional Kubernetes infrastructure modules (like cert-manager, nginx-ingress, external-dns)
  • Install a container registry
  • Install cf-for-k8s

and much more.

The basics

For additional exploration