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-12
title: "Setup a HA Kubernetes cluster Part V - Installing some apps & NoCode tools"
date: 2022-12-13
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "prometheus", "loki", "grafana"]
tags: ["kubernetes", "nocode", "nocodb", "n8n", "redmine", "analytics", "umami"]
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. Add monitor-01
2. Prometheus Stack
3. Loki / Promtail
4. Grafana
5. Services Monitor & Dashboards
1. Build and deploy simple blog
2. Analytics with Umami
3. Redmine
4. NocoDB
5. n8n
## 4th check ✅
## 5th check ✅
We now have a full monitoring suite ! Go [next part]({{< ref "/posts/15-build-your-kubernetes-cluster-part-6" >}}) to finally use our cluster with some real apps, including some well known low-code tools !
We now have testing proper app deployment in a GitOps way. In real world situation, we should have a full monitoring suite, see [next part]({{< ref "/posts/15-build-your-kubernetes-cluster-part-6" >}}) for complete monitoring and logging stack.