init k8s guide

This commit is contained in:
2023-08-25 14:38:45 +02:00
parent 769b5ce90c
commit e1a53522e5
3 changed files with 35 additions and 12 deletions

View File

@ -1154,4 +1154,4 @@ Wait the pod to be updated, then check the new endpoint `https://demo.kube.rocks
## 6th check ✅
We have everything we need for app building with automatic deployment ! Go [next part]({{< ref "/posts/15-build-your-own-kubernetes-cluster-part-6" >}}) for advanced tracing / load testing !
We have everything we need for app building with automatic deployment ! Go [next part]({{< ref "/posts/17-build-your-own-kubernetes-cluster-part-8" >}}) for advanced tracing / load testing !

View File

@ -1,8 +1,8 @@
---
title: "Setup a HA Kubernetes cluster Part VIII - Load testing & tracing"
title: "Setup a HA Kubernetes cluster Part VIII - QA & code metrics with SonarQube"
date: 2023-10-08
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "load-testing", "k6", "tracing", "tempo"]
tags: ["kubernetes", "testing", "sonarqube"]
draft: true
---
@ -12,14 +12,12 @@ Be free from AWS/Azure/GCP by building a production grade On-Premise Kubernetes
This is the **Part VIII** of more global topic tutorial. [Back to first part]({{< ref "/posts/10-build-your-own-kubernetes-cluster" >}}) for intro.
1. K6
2. InfluxDB
3. Load balancing sample app (database clustering case)
4. Tempo
5. Tracing test inside app / OpenTelemetry
1. Real DB App sample
2. Production grade deployment (liveness, readiness, healthcheck, resource limits, logging)
3. Unit Testing
4. SonarQube
5. CodeCoverage
## 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.
We have everything we need for app building with automatic deployment ! Go [next part]({{< ref "/posts/18-build-your-own-kubernetes-cluster-part-9" >}}) for advanced tracing / load testing !

View File

@ -0,0 +1,25 @@
---
title: "Setup a HA Kubernetes cluster Part IX - QC with tracing and load testing"
date: 2023-10-09
description: "Follow this opinionated guide as starter-kit for your own Kubernetes platform..."
tags: ["kubernetes", "load-testing", "k6", "tracing", "tempo"]
draft: 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 >}}
This is the **Part IX** of more global topic tutorial. [Back to first part]({{< ref "/posts/10-build-your-own-kubernetes-cluster" >}}) for intro.
1. Tempo
2. Tracing test inside app / OpenTelemetry
3. K6
4. InfluxDB
5. Load balancing sample app (database clustering case)
## Final check 🎊🏁🎊
Congratulation if you're getting that far !!!
You have a complete CI/CD flexible solution, HA ready and not that expensive.