SRE Weekly Issue #504

Published: (January 4, 2026 at 08:51 PM EST)
1 min read
Source: SRE Weekly

Source: SRE Weekly

Finding the grain of sand in a heap of Salt

View on sreweekly.com

Salt is Cloudflare’s configuration management tool. How do you find the root cause of a configuration management failure when you have a peak of hundreds of changes in 15 minutes on thousands of servers? The result of this has been a …

Back to Blog

Related posts

Read more »

Deployment strategies

Rolling Update What it is Kubernetes gradually replaces old Pods with new Pods, providing zero downtime when configured correctly. How it works - Some old Pods...