23 lines
477 B
Markdown
23 lines
477 B
Markdown
# monitoring
|
|
|
|
## prometheus-stack
|
|
|
|
- <https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack>
|
|
- <https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml>
|
|
|
|
## promtail
|
|
|
|
## Setup
|
|
|
|
Using flux for reconciliation.
|
|
|
|
``` bash
|
|
./ops-scripts/apply-flux.sh
|
|
```
|
|
|
|
**promtail Encrypt secrets:**
|
|
|
|
``` bash
|
|
sops -e deploy/promtail/helm-values.private.dec.yaml > deploy/promtail/helm-values.private.yaml
|
|
```
|