20 lines
649 B
Markdown
20 lines
649 B
Markdown
---
|
|
title: "Setup a HA Kubernetes cluster Part VII - CD, GitOps way"
|
|
date: 2023-06-15
|
|
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
|
|
tags: ["kubernetes", "cd", "fluxcd", "gitops"]
|
|
draft: true
|
|
---
|
|
|
|
{{< lead >}}
|
|
Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉
|
|
{{< /lead >}}
|
|
|
|
1. FluxCD
|
|
2. Kubeseal
|
|
3. Testing with previous app
|
|
|
|
## 7th check ✅
|
|
|
|
You now have a GitOps ready cluster for any apps deployment, let's go further with load testing and tracing on [next part]({{< ref "/posts/18-build-your-kubernetes-cluster-part-9" >}}).
|