Turning Kubernetes observability into reliability with SLOs and runbooks
reddit.com·5h·
Discuss: r/kubernetes
Flag this post

We run everything on Kubernetes, and we’ve got solid observability. OpenTelemetry collectors, Prometheus scraping everything, Grafana dashboards. We can see pod metrics, request traces, error rates. All the data.

But during incidents, we still ended up guessing. “Should we restart pods? Scale horizontally? Check the database? Roll back?” No one knew. Every incident was a research project.

The issue wasn’t Kubernetes or observability tooling. It was having frameworks to act on the data. Here’s what we did:

Availability SLI from OpenTelemetry: We use the spanmetrics connector in our OpenTelemetry Collector with a namespace like traces.spanmetrics. This generates metrics in Prometheus that we use for SLOs. For availability, we calculate percentage of successful requests by …

Similar Posts

Loading similar posts...