I got an alert while configuring the monitoring module using prometheus/kube-prometheus-stack 25.1.0
.
Alert
[FIRING:1] KubeProxyDown - critical
Alert: Target disappeared from Prometheus target discovery. - critical
Description: KubeProxy has disappeared from Prometheus target discovery.
Details:
• alertname: KubeProxyDown
• prometheus: monitoring/prometheus-kube-prometheus-prometheus
• severity: critical
I think it is a new default rule in kube-prometheus-stack 25.x.x
. It does not exist in prometheus/kube-prometheus-stack 21.x.x
.
The same issue happened in the EKS and minikube.
KubeProxyDown Rule
alert: KubeProxyDown
expr: absent(up{job="kube-proxy"}
== 1)
for: 15m
labels:
severity: critical
annotations:
description: KubeProxy has disappeared from Prometheus target discovery.
runbook_url: https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubeproxydown
summary: Target disappeared from Prometheus target discovery.
How can I resolve this issue?
I would be thankful if anyone could help me