Skip to content
SRE & DevOps

SRE & DevOps posts

Containers, orchestration, cloud infrastructure, and the practices that keep production reliable.

SRE & DevOpsHow-To July 11, 2026 3 min read

How to Write a Helm Chart from Scratch

A complete walkthrough building a Helm chart for a simple application — templates, values, and the conventions that make a chart genuinely reusable rather than a one-off wrapper around raw YAML.

#howto#helm#kubernetes
Read more
SRE & DevOpsNews July 11, 2026 2 min read

Docker Donates containerd to the Cloud Native Computing Foundation

Accepted as an incubating CNCF project on March 29, 2017, containerd split out the core container-runtime functionality from Docker itself — becoming the shared runtime foundation much of the ecosystem, including Kubernetes, later standardized on.

#news#containerd#cncf
Read more
SRE & DevOpsNews July 11, 2026 2 min read

Kubernetes Removes Dockershim in Version 1.24

Deprecated in December 2020 and fully removed in the April 2022 release of Kubernetes 1.24, dockershim's removal ended direct Docker Engine support in kubelet — a roughly 16-month migration window the project deliberately built in.

#news#kubernetes#dockershim
Read more
SRE & DevOpsNews July 11, 2026 2 min read

Prometheus Joins the CNCF as Its Second Hosted Project

Accepted on May 9, 2016, Prometheus became the CNCF's second project after Kubernetes itself — an early, deliberate signal that observability, not just orchestration, belonged at the center of the cloud-native stack.

#news#prometheus#cncf
Read more
SRE & DevOpsNews July 10, 2026 2 min read

HashiCorp's License Change Sparks the OpenTofu Fork

HashiCorp moved Terraform to the Business Source License on August 10, 2023; within six weeks, a community fork called OpenTF (soon renamed OpenTofu) had gathered 33,000 GitHub stars and joined the Linux Foundation.

#news#terraform#opentofu
Read more