22 lines
686 B
Markdown
22 lines
686 B
Markdown
---
|
|
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
|
|
date: 2023-06-12
|
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
|
tags: ["kubernetes", "prometheus", "loki", "grafana"]
|
|
draft: true
|
|
---
|
|
|
|
{{< lead >}}
|
|
Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉
|
|
{{< /lead >}}
|
|
|
|
1. Add monitor-01
|
|
2. Prometheus Stack
|
|
3. Loki / Promtail
|
|
4. Grafana
|
|
5. Services Monitor & Dashboards
|
|
|
|
## 4th check ✅
|
|
|
|
We now have a full monitoring suite ! Go [next part]({{< ref "/posts/16-build-your-kubernetes-cluster-part-7" >}}) if you want a complete CI suite for apps building.
|