SovereignCloudStack / k8s-observability

Deployment manifests and knowledge base for the KaaS observability solution
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

Add support for k3s monitoring #48

Closed matofeder closed 6 months ago

matofeder commented 6 months ago

As a CSP I want to utilize my IaaS management k3s cluster with SCS Observability solution, and observe the k3s cluster itself as well as the IaaS infrastructure around.

matofeder commented 6 months ago

There are at least 3 issues we have to tackle if we want to adapt the current Observability solution to be able to monitor k3s clusters:

  1. K3s control plane components kube-scheduler, kube-proxy, and kube-controller do not expose metrics endpoints (by default) Those metrics endpoints should be enabled, see https://github.com/k3s-io/k3s/issues/3619#issuecomment-878501106