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,21 @@
---
title: "Setup a HA Kubernetes cluster Part VI - VCS & CI"
date: 2022-12-13
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "gitea", "concourse"]
draft: true
---
{{< lead >}}
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
## 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" >}}).