init k8s guide
This commit is contained in:
@ -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 🎊🏁🎊
|
||||
|
||||
|
Reference in New Issue
Block a user