some link fixes

This commit is contained in:
2023-01-28 18:44:08 +01:00
parent ce68e18a25
commit e06daf032f
9 changed files with 58 additions and 36 deletions

View File

@@ -1,8 +1,8 @@
---
title: "Setup a HA Kubernetes cluster Part VI - VCS & CI"
title: "Setup a HA Kubernetes cluster Part V - Monitoring Stack"
date: 2022-12-13
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "gitea", "concourse"]
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 runner-01
2. Gitea
3. Docker registry
4. Concourse
5. Testing with app push
1. Build and deploy simple blog
2. Analytics with Umami
3. Redmine
4. NocoDB
5. n8n
## 5th check ✅
We have everything we need for app building, it's now time to deploy them automatically (Continuous Delivery) with GitOps way on [next part]({{< ref "/posts/16-build-your-kubernetes-cluster-part-7" >}}).
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.