Files
blog/content/posts/13-build-your-kubernetes-cluster-part-4/index.md
2023-08-17 16:18:29 +02:00

909 B

title, date, description, tags, draft
title date description tags draft
Setup a HA Kubernetes cluster Part IV - CI/CD tools 2023-06-11 Follow this opinionated guide as starter-kit for your own Kubernetes platform...
kubernetes
postgresql
longhorn
true

{{< lead >}} Be free from AWS/Azure/GCP by building a production grade On-Premise Kubernetes cluster on cheap VPS provider, fully GitOps managed, and with complete CI/CD tools 🎉 {{< /lead >}}

Dev Only - skippable Add runner-01

Gitea

  • Validate DB & redis access
  • Enable SSH access
  • First commit test with basic DotNet sample app

Concourse CI

  • Automatic build on commit
  • Push to Gitea Container Registry

Flux

  • Automatic deployment on commit

3rd check

We have everything we need for app building with automatic deployment ! Go [next part]({{< ref "/posts/14-build-your-kubernetes-cluster-part-5" >}}) to add complete monitoring stack !