Ivan Rizzante
Ivan Rizzante
I've also tried to configure Ruler with Stateless remote write as shown [here](https://thanos.io/tip/components/rule.md/#stateless-ruler-via-remote-write) but the network traffic to Store Gateway does not improve. Here is the config I use on...
@MichaHoffmann I use kube-prometheus-stack chart which creates a bunch of Prometheus rules but they're not empty
I think I found the problem at least in my case. I tried to disable all the kube-prometheus-stack rules and activate them one by one while monitoring network traffic. What...
You can find its content [here](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/templates/prometheus/rules-1.14/kube-apiserver-burnrate.rules.yaml)
The ability to store tasks as GitHub issues is just admitting that you're using GitHub issues - PR to track changes in your development workflow, which is normal and not...
Hi I'm on version 0.28 and I deployed the vcluster like this integrations: metricsServer: apiService: service: name: metrics-server namespace: metrics-server port: 443 nevertheless, the vcluster logs show: ` syncer 2025-09-24...
> Our solution to this was to implement the GKE kube reserved memory calculation as part of our node configuration which completely stopped this issue (FYI AKS also uses this...
Wow thanks @stevehipwell @dims ! By using [bootstrap commands](https://github.com/bottlerocket-os/bottlerocket-core-kit/blob/develop/sources/bootstrap-commands/README.md) it looks like you can send Bottlerocket API commands with `apiclient`, like `commands = [[ "apiclient", "set", "motd=helloworld"]]` So you can...
Can you elaborate on this @miltodorov ? I am hitting a problem where I cannot find `kubelet_volume_stats_capacity_bytes` at all , not even querying the metric with kubectl. I have EKS...
@miltodorov thanks for the reply I think there's some confusion here. https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/metrics.md shows that `kubelet_volume_stats_capacity_bytes` is available as metric, and it should be emitted by the EBS CSI controller. It...