An open API service indexing awesome lists of open source software.

https://github.com/aareet/terraform-kubernetes-prometheus-operator

Terraform Module to install the Prometheus operator into your Kubernetes cluster.
https://github.com/aareet/terraform-kubernetes-prometheus-operator

kubernetes prometheus prometheus-operator terraform-module

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

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.