Kube prometheus stack
Full Prometheus monitoring stack
plugins/kube-prometheus-stack/terra.yaml |
---|
| resource_id: kube-prometheus-stack
name: Kubernetes Prometheus Stack
icon: https://raw.githubusercontent.com/juno-fx/Terra-Official-Plugins/refs/heads/main/plugins/kube-prometheus-stack/assets/logo.png
description: Full Prometheus monitoring stack
category: Monitoring
tags:
- prometheus
- grafana
- alertmanager
- cluster-level
- dashboard
fields:
- name: username
description: Admin username
required: true
- name: password
description: Admin password
required: true
- name: host
description: Connection URL. i.e. `grafana.example.com`. Keep in mind you must set up a DNS record for this host to point to your cluster's ingress controller.
required: true
- name: path
description: Connection URL sub path. i.e. `grafana.example.com/my/path/grafana`.
required: false
|