As Rob Ewaschuk puts it:
Playbooks (or runbooks) are an important part of an alerting system; it's best to have an entry for each alert or family of alerts that catch a symptom, which can further explain what the alert means and how it might be addressed.
It is a recommended practice that you add an annotation of "runbook" to every prometheus alert with a link to a clear description of it's meaning and suggested remediation or mitigation. While some problems will require private and custom solutions, most common problems have common solutions. In practice, you'll want to automate many of the procedures (rather than leaving them in a wiki), but even a self-correcting problem should provide an explanation as to what happened and why to observers.
Matthew Skelton & Rob Thatcher have an excellent run book template. This template will help teams to fully consider most aspects of reliably operating most interesting software systems, if only to confirm that "this section definitely does not apply here" - a valuable realization.
This page collects this repositories alerts and begins the process of describing what they mean and how it might be addressed. Links from alerts to this page are added automatically.
- Message:
KubeAPI has disappeared from Prometheus target discovery.
- Severity: critical
- Message:
KubeControllerManager has disappeared from Prometheus target discovery.
- Severity: critical
- Runbook: Link
- Message:
KubeScheduler has disappeared from Prometheus target discovery
- Severity: critical
- Runbook: Link
- Message:
Kubelet has disappeared from Prometheus target discovery.
- Severity: critical
- Message:
{{ $labels.namespace }}/{{ $labels.pod }} ({{ $labels.container }}) is restarting {{ printf \"%.2f\" $value }} / second
- Severity: critical
- Message:
{{ $labels.namespace }}/{{ $labels.pod }} is not ready.
- Severity: critical
- Message:
Deployment {{ $labels.namespace }}/{{ $labels.deployment }} generation mismatch
- Severity: critical
- Message:
Deployment {{ $labels.namespace }}/{{ $labels.deployment }} replica mismatch
- Severity: critical
- Message:
StatefulSet {{ $labels.namespace }}/{{ $labels.statefulset }} replica mismatch
- Severity: critical
- Message:
StatefulSet {{ $labels.namespace }}/{{ labels.statefulset }} generation mismatch
- Severity: critical
- Message:
Only {{$value}}% of desired pods scheduled and ready for daemon set {{$labels.namespace}}/{{$labels.daemonset}}
- Severity: critical
- Message:
A number of pods of daemonset {{$labels.namespace}}/{{$labels.daemonset}} are not scheduled.
- Severity: warning
- Message:
A number of pods of daemonset {{$labels.namespace}}/{{$labels.daemonset}} are running where they are not supposed to run.
- Severity: warning
- Message:
CronJob {{ $labels.namespaces }}/{{ $labels.cronjob }} is taking more than 1h to complete.
- Severity: warning
- Action: Check the cronjob using
kubectl decribe cronjob <cronjob>
and look at the pod logs usingkubectl logs <pod>
for further information.
- Message:
Job {{ $labels.namespaces }}/{{ $labels.job }} is taking more than 1h to complete.
- Severity: warning
- Action: Check the job using
kubectl decribe job <job>
and look at the pod logs usingkubectl logs <pod>
for further information.
- Message:
Job {{ $labels.namespaces }}/{{ $labels.job }} failed to complete.
- Severity: warning
- Action: Check the job using
kubectl decribe job <job>
and look at the pod logs usingkubectl logs <pod>
for further information.
- Message:
Overcommited CPU resource requests on Pods, cannot tolerate node failure.
- Severity: warning
- Message:
Overcommited Memory resource requests on Pods, cannot tolerate node failure.
- Severity: warning
- Message:
Overcommited CPU resource request quota on Namespaces.
- Severity: warning
- Message:
Overcommited Memory resource request quota on Namespaces.
- Severity: warning
- Message:
{{ printf \"%0.0f\" $value }}% usage of {{ $labels.resource }} in namespace {{ $labels.namespace }}.
- Severity: warning
- Message:
The persistent volume claimed by {{ $labels.persistentvolumeclaim }} in namespace {{ $labels.namespace }} has {{ printf \"%0.0f\" $value }}% free.
- Severity: critical
- Message:
Based on recent sampling, the persistent volume claimed by {{ $labels.persistentvolumeclaim }} in namespace {{ $labels.namespace }} is expected to fill up within four days.
- Severity: critical
- Message:
{{ $labels.node }} has been unready for more than an hour"
- Severity: warning
- Message:
There are {{ $value }} different versions of Kubernetes components running.
- Severity: warning
- Message:
Kubernetes API server client '{{ $labels.job }}/{{ $labels.instance }}' is experiencing {{ printf \"%0.0f\" $value }}% errors.'
- Severity: warning
- Message:
Kubernetes API server client '{{ $labels.job }}/{{ $labels.instance }}' is experiencing {{ printf \"%0.0f\" $value }} errors / sec.'
- Severity: warning
- Message:
Kubelet {{$labels.instance}} is running {{$value}} pods, close to the limit of 110.
- Severity: warning
- Message:
The API server has a 99th percentile latency of {{ $value }} seconds for {{$labels.verb}} {{$labels.resource}}.
- Severity: warning
- Message:
The API server has a 99th percentile latency of {{ $value }} seconds for {{$labels.verb}} {{$labels.resource}}.
- Severity: critical
- Message:
API server is erroring for {{ $value }}% of requests.
- Severity: critical
- Message:
API server is erroring for {{ $value }}% of requests.
- Severity: warning
- Message:
Kubernetes API certificate is expiring in less than 7 days.
- Severity: warning
- Message:
Kubernetes API certificate is expiring in less than 1 day.
- Severity: critical