Skip to content

vasu2809/sdf-standlone-cluster

Repository files navigation

Simple Regional Cluster

This example illustrates how to create a simple cluster with beta features.

Inputs

Name Description Type Default Required
project_id The project ID to host the cluster in any n/a yes
region The region the cluster in string "us-central1" no

Outputs

Name Description
ca_certificate The cluster ca certificate (base64 encoded)
cluster_name Cluster name
kubernetes_endpoint The cluster endpoint
location n/a
master_kubernetes_version Kubernetes version of the master
network_name The name of the VPC being created
project_id The project ID the cluster is in
region The region in which the cluster resides
service_account The service account to default running nodes as if not overridden in node_pools.
subnet_names The names of the subnet being created
zones List of zones in which the cluster resides

To provision this example, run the following from within this directory:

  • terraform init to get the plugins
  • terraform plan to see the infrastructure plan
  • terraform apply to apply the infrastructure build
  • terraform destroy to destroy the built infrastructure

About

sdf-standlone-cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages