22 lines
694 B
Markdown
22 lines
694 B
Markdown
---
|
|
title: "Setup a HA Kubernetes cluster Part VI - VCS & CI"
|
|
date: 2023-06-14
|
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
|
tags: ["kubernetes", "ci", "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
|
|
|
|
## 6th 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/17-build-your-kubernetes-cluster-part-8" >}}).
|