prometheus-operator

aareet/prometheus-operator/kubernetes

Terraform Module HCL KUBERNETES

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

Install
module "prometheus-operator" {
source = "aareet/prometheus-operator/kubernetes"
version = "0.0.3"
}
plain text: /constructs/tfmod-aareet-prometheus-operator-kubernetes/install.txt
⭐ 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