Skip to content
Snippets Groups Projects
Verified Commit 8ab51241 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(monitoring): After some first analysis add cpu requests

After checking the current CPU usage using the following metric:

```prometheus
(sum(rate(container_cpu_usage_seconds_total{image!="",job="kubelet",metrics_path="/metrics/cadvisor", pod="prometheus-kube-prometheus-stack-prometheus-0"}[1m])) by (namespace, pod)) * 1000
```

800m seems quite good quite fitting when looking at the CPU usage of the
past 2 weeks.

This should help to keep all workload under control and produce better
scheduling for everything.
parent a2f696aa
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment