init k8s guide

This commit is contained in:
2023-08-26 15:01:45 +02:00
parent 1d4f67c168
commit 2558c30189
2 changed files with 140 additions and 16 deletions

View File

@ -1,8 +1,8 @@
---
title: "Setup a HA Kubernetes cluster Part IX - QC with tracing and load testing"
title: "Setup a HA Kubernetes cluster Part IX - Code metrics with SonarQube & 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"]
tags: ["kubernetes", "testing", "sonarqube", "load-testing", "k6"]
draft: true
---
@ -12,11 +12,25 @@ Be free from AWS/Azure/GCP by building a production grade On-Premise Kubernetes
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)
## Unit & integration Testing
### xUnit
### CI configuration
## Code Metrics
### SonarQube installation
### Project configuration
### Code Coverage
## Load testing
### K6
### Load balancing database
## Final check 🎊🏁🎊