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
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)
| Name | Type | Description | Default |
|---|---|---|---|
| number_of_controller | string | 3 | |
| number_of_worker | string | 3 | |
| kube_api_port | string | "6443" | |
| project | string | "k8sops" | |
| region | string | "us-central1" | |
| network | map | {
"iprange": "10.240.0.0/24",
"name" | |
| machines | map | {
"disk-size": 200,
"image": "ubuntu | |
| zones | list | [
"a",
"b",
"c"
] |
Outputs (3)
addressesmaster_ip_list — Master ip listworker_ip_list — worker ip listResources (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