organize kube chapters

This commit is contained in:
2023-01-28 19:37:30 +01:00
parent 70aaff09a8
commit 52bb84cfa2
5 changed files with 25 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
---
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
date: 2022-12-13
date: 2022-12-12
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "nocode", "nocodb", "n8n", "redmine", "analytics", "umami"]
tags: ["kubernetes", "prometheus", "loki", "grafana"]
draft: true
---
@@ -10,12 +10,12 @@ draft: true
Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉
{{< /lead >}}
1. Build and deploy simple blog
2. Analytics with Umami
3. Redmine
4. NocoDB
5. n8n
1. Add monitor-01
2. Prometheus Stack
3. Loki / Promtail
4. Grafana
5. Services Monitor & Dashboards
## 5th check ✅
## 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.