Files
blog/content/posts/14-build-your-kubernetes-cluster-part-5/index.md
2023-05-08 21:41:45 +02:00

21 lines
772 B
Markdown

---
title: "Setup a HA Kubernetes cluster Part V - Installing some apps & NoCode tools"
date: 2023-06-13
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "nocode", "nocodb", "n8n", "analytics", "umami"]
draft: true
---
{{< lead >}}
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. NocoDB
4. n8n
## 5th check ✅
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.