This commit is contained in:
2023-01-07 15:34:02 +01:00
parent 9ed201ab58
commit 87b7fc92ab
8 changed files with 17 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
---
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
date: 2022-12-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. Grafana
4. Loki / Promtail
## 4th check ✅
We now have a full monitoring suite ! Go [next part]({{< ref "/posts/15-build-your-kubernetes-cluster-part-6" >}}) if you want a complete CI suite for apps building.