terraform-kubernetes-thanos

时间:2024-03-23 06:24:12
【文件属性】:

文件名称:terraform-kubernetes-thanos

文件大小:6KB

文件格式:ZIP

更新时间:2024-03-23 06:24:12

HCL

该模块将Thanos安装到您的集群中。 请注意,这假设您已经安装了Prometheus Operator( )。 配置示例可能是: terraform { required_providers { kubernetes-alpha = { source = "hashicorp/kubernetes-alpha" } } } provider "kubernetes-alpha" { config_path = "~/.kube/config" // path to kubeconfig } module "prometheus-operator" { source = "aareet/prometheus-operator/kubernetes" version = ">=0.0.2" } module "thanos" { s


【文件预览】:
terraform-kubernetes-thanos-main
----thanos-namespace.tf(202B)
----thanos-query-serviceMonitor.yaml.tf(1KB)
----thanos-query-service.yaml.tf(1003B)
----thanos-store-serviceMonitor.yaml.tf(1KB)
----thanos-query-deployment.yaml.tf(4KB)
----thanos-store-service.yaml.tf(1KB)
----thanos-store-statefulSet.yaml.tf(5KB)
----README.md(834B)
----main.tf(146B)

网友评论