文件名称:tf-kops-cluster:不再维护。 改用Terraform EKS模块
文件大小:34KB
文件格式:ZIP
更新时间:2024-05-20 11:57:25
HCL
用于Kops的Terraform模块 该模块使您可以更好地将 Kubernetes集群集成到现有的AWS / Terraform基础架构中。 它也使您可以像其他Terraform资源一样快速轻松地创建和销毁群集。 拉请求欢迎。 例子 module " cluster1 " { source = " github.com/FutureSharks/tf-kops-cluster/module " sg_allow_ssh = " ${ aws_security_group . allow_ssh . id } " sg_allow_http_s = " ${ aws_security_group . allow_http . id } " cluster_name
【文件预览】:
tf-kops-cluster-master
----.gitignore(43B)
----README.md(2KB)
----module()
--------nodes_user_data.tf(1KB)
--------outputs.tf(1KB)
--------data.tf(383B)
--------nodes.tf(5KB)
--------vpc_resources.tf(941B)
--------locals.tf(4KB)
--------security_group_rules.tf(3KB)
--------kops.tf(1KB)
--------nodes_iam.tf(2KB)
--------variables.tf(2KB)
--------masters.tf(9KB)
--------masters_iam.tf(5KB)
--------masters_user_data.tf(2KB)
--------user_data()
----LICENSE(34KB)
----TODO.md(185B)
----example()
--------README.md(2KB)
--------terraform.tf(136B)
--------vpc_resources.tf(5KB)
--------security_groups.tf(986B)
--------kops_clusters.tf(3KB)
--------variables.tf(100B)