KTHW

DTherHtun/KTHW/gcp

Terraform Module HCL GCP

Kubernetes Cluster On GCP with Terraform

Install
module "KTHW" {
source = "DTherHtun/KTHW/gcp"
version = "0.1.0"
}
plain text: /constructs/tfmod-dtherhtun-kthw-gcp/install.txt
⭐ Source on GitHub 📦 Registry page
README

Kubernetes Cluster On GCP With Terraform Terraform v0.11.14 edit variables.tf $terraform init $terraform plan * $terraform apply Fully automated infrastructure according to Kubernetes the hard way you may need to read this for setup gcp credentials. !infra-design

Inputs (8)
NameTypeDescriptionDefault
number_of_controllerstring3
number_of_workerstring3
kube_api_portstring"6443"
projectstring"k8sops"
regionstring"us-central1"
networkmap{ "iprange": "10.240.0.0/24", "name"
machinesmap{ "disk-size": 200, "image": "ubuntu
zoneslist[ "a", "b", "c" ]
Outputs (3)
addresses
master_ip_list — Master ip list
worker_ip_list — worker ip list
Resources (8)
google_compute_addressgoogle_compute_firewallgoogle_compute_forwarding_rulegoogle_compute_health_checkgoogle_compute_instancegoogle_compute_networkgoogle_compute_subnetworkgoogle_compute_target_pool
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.0
Cloud GCP
★ Stars1
Forks1
Total downloads5.7k
Inputs8
Outputs3
Resources8
NamespaceDTherHtun
Updated