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 VIII - Load testing & tracing"
title: "Setup a HA Kubernetes cluster Part VII - CD, GitOps way"
date: 2022-12-15
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "k6", "jaeger"]
tags: ["kubernetes", "fluxcd", "gitops"]
draft: true
---
@@ -10,13 +10,10 @@ draft: true
Build your self-hosted Kubernetes cluster and be free from any SaaS solutions by following this opinionated guide 🎉
{{< /lead >}}
1. K6
2. Load balancing sample app (database clustering case)
3. Jaeger & Elasticsearch (traefik sample)
4. Tracing test inside app
1. FluxCD
2. Kubeseal
3. Testing with previous app
## Final check 🎊🏁🎊
## 7th check
Congratulation if you're getting that far !!!
You have a complete CI/CD flexible solution, HA ready and not that expensive.
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" >}}).