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.
- Host: GitHub
- URL: https://github.com/aareet/terraform-kubernetes-prometheus-operator
- Owner: aareet
- License: mpl-2.0
- Created: 2021-02-26T21:04:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T02:29:32.000Z (over 5 years ago)
- Last Synced: 2026-03-02T04:52:18.288Z (4 months ago)
- Topics: kubernetes, prometheus, prometheus-operator, terraform-module
- Language: HCL
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.