You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-4Lines changed: 29 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ Prerequisites
22
22
* For production environment we recommend (based on our experience) a kubernetes cluster with at least 2 worker nodes and 4 GiB RAM per node or more.
23
23
24
24
25
-
dNation Kubernetes Monitoring Stack umbrella chart is hosted in the [dNation helm repository](https://artifacthub.io/packages/search?repo=dnationcloud). By default, dNation Kubernetes Monitoring Stack installs Prometheus with Thanos sidecar and Thanos Query. For more details check [Multicluster monitoring support](#multicluster-monitoring-support) section.
25
+
dNation Kubernetes Monitoring Stack umbrella chart is hosted in the [dNation helm repository](https://artifacthub.io/packages/search?repo=dnationcloud). By default, dNation Kubernetes Monitoring Stack installs Prometheus with Thanos sidecar and Thanos Query.
26
+
Thanos components are tuned according to [SCS Thanos tuning](https://github.com/SovereignCloudStack/k8s-observability/blob/main/docs/thanos-tuning.md).
27
+
For more details check [Multicluster monitoring support](#multicluster-monitoring-support) section.
- `thanosStorage.config` field contains configuration of object storage used by thanos components in the observer cluster. More info can be found here: https://thanos.io/tip/thanos/storage.md/
Thanos sidecar in workload clusters is published with an Ingress object with TLS client auth. To trust the observer cluster CA you need to create following two secerets:
@@ -316,6 +322,25 @@ ssl-exporter:
316
322
More information about configuration is in the [helmchart repo](https://github.com/dNationCloud/ssl-exporter)
317
323
and [ribbybibby/ssl_exporter](https://github.com/ribbybibby/ssl_exporter) repo.
Enable prometheus-blackbox-exporter by adding `--set prometheus-blackbox-exporter.enabled=true` flag to the `helm` command, or enable it in values file.
331
+
You can further configure prometheus-blackbox-exporter with values file, e.g.:
Copy file name to clipboardExpand all lines: chart/Chart.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@
15
15
16
16
apiVersion: v2
17
17
name: dnation-kubernetes-monitoring-stack
18
-
version: 3.4.5
19
-
appVersion: 2.6.3# dnation-kubernetes-monitoring
18
+
version: 3.5.0
19
+
appVersion: 2.7.0# dnation-kubernetes-monitoring
20
20
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring.
0 commit comments