Giter VIP home page Giter VIP logo

terraform-prometheus-grafana-k8s's Introduction

Requirements

Name Version
terraform >= 0.13
helm >= 2.0.2
k8s >= 0.9.0
kubernetes >= 2.0.2

Providers

Name Version
helm >= 2.0.2
k8s >= 0.9.0
kubernetes >= 2.0.2

Modules

No modules.

Resources

Name Type
helm_release.prometheus resource
k8s_manifest.grafana_addon resource
k8s_manifest.grafana_cm_addon resource
k8s_manifest.grafana_dp_addon resource
k8s_manifest.grafana_svc_addon resource
k8s_manifest.prometheus resource
k8s_manifest.prometheus_crds resource
kubernetes_cluster_role.prometheus resource
kubernetes_cluster_role_binding.prometheus resource
kubernetes_namespace.monitoring_namespace resource
kubernetes_service_account.prometheus resource

Inputs

Name Description Type Default Required
alert_managers List of service for alerts management
list(object({
namespace = string,
name = string,
port = string
}))
[] no
create_monitoring_namespace Create namespace or use existing one bool true no
grafana_configmaps Map of configmaps for grafana dasboard map(any) {} no
grafana_container_port grafana container port number 3000 no
grafana_service_type Service type for the grafana string "ClusterIP" no
grafana_subpath Grafana subpath string "" no
grafana_svc_annotations Map of string(string) containing a set of annotations to add to the grafana's service map(string)
{
"cloud.google.com/load-balancer-type": "Internal"
}
no
grafana_svc_port grafana service port number 3000 no
kubernetes_node_selector Node selector to control where pods are deployed map(string) {} no
monitoring_namespace Namespace name string "monitoring-system" no
pod_monitor_match_label_selector Map for label selector used to select pod to watch map(string) {} no
prometheus_operator_log_level Log level for prometheus operator string "info" no
prometheus_operator_release_name Release name for the prometheus operator string "prometheus" no
prometheus_operator_watched_namespaces List of namespaces watched by the operator list(string) [] no
prometheus_resource_instance_name Name of the prometheus resource instance string "prometheus" no
prometheus_resource_log_level Log level for prometheus resource instance string "info" no
prometheus_stack_config prometheus stack chart helm configuration map(string) {} no
rule_match_label_selector Map for label selector used to select prometheus rules to watch map(string) {} no
service_monitor_match_label_selector Map for label selector used to select service monitors to watch map(string) {} no

Outputs

Name Description
prometheus_release_name Prometheus release name
prometheus_release_namespace Prometheus namespace
wait_for_provisioned Addons

terraform-prometheus-grafana-k8s's People

Contributors

erdrix avatar

Watchers

 avatar

Forkers

wuzhonglin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.