prometheus-operator

aareet/prometheus-operator/kubernetes

Terraform Module HCL KUBERNETES ⏱ stale 5y 0mo

Terraform Module to install the Prometheus operator into your Kubernetes cluster.

Install

module "prometheus-operator" {
source = "aareet/prometheus-operator/kubernetes"
version = "0.0.3"
}
⭐ Source on GitHub 📦 Registry page

README

This module installs the prometheus operator and associated CRDs into your Kubernetes cluster. It is an HCL translation of https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml. This module uses an as-yet unreleased version (0.3.0) of the kubernetes-alpha provider. Currently the module installs all resources into the default namespace. Note that on GKE, some resources in this module require cluster administrator permissions to install.

Inputs (1)

NameTypeDescriptionDefault
namespacestring"prometheus-operator"

Resources (1)

kubernetes_manifest

Details

FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud KUBERNETES
★ Stars1
Forks2
Total downloads5.0k
Inputs1
Resources1
LicenseMPL-2.0
Namespaceaareet
Updated