SASaeed Anwar Ansariinsaeed.hashnode.devWhy Your Kubernetes Pods Aren't Scaling Down to 1: Cracking the HPA AlgorithmEvery DevOps engineer knows the thrill of watching Kubernetes scale up effortlessly to meet demand. We set our Horizontal Pod Autoscalers (HPAs) to a target CPU utilization—say, 75%—and marvel as our 1h ago·4 min read
VVValerii Vainkopinvainkop.hashnode.devYour AI SRE Doesn't Need One Model — It Needs the Right Model for Each JobYour AI SRE Doesn't Need One Model — It Needs the Right Model for Each Job We built our first AI SRE integration with a single model. Opus for everything — incident triage, Kubernetes debugging, IAM policy review, cost anomaly detection. Figured we'd...2h ago·5 min read
NVNaveenKumar VRinclaybrainer.comKubernetes - ConfigMapsWe have already explored Volumes in Kubernetes in the previous blog. We understood how pods can store and share data using volumes. But let’s pause and think for a moment 🤔 What if we just want to p17h ago·18 min read
AVAnant Vaidintechtalkswithanant.hashnode.devFinOps in Kubernetes - Taming the Cloud Bill with KubecostWelcome back to the Building a Production-Grade SRE Platform on Kubernetes series. Let’s recap what we’ve built so far: Infrastructure & GitOps: Automated via Terraform and ArgoCD. Observability: De37m ago·5 min read
RGRama Grandhiindevopswithkube.hashnode.devResource Quota: The Invisible Hand That Says ''Nope''What is a Quota? A quota simply means a fixed limit or allocated share of something. It is a predefined amount of a resource that can be used within a specific period or category. In simple words: Qu5h ago·4 min read
KPKyrylo Polishchukinkirponik.hashnode.dev"Just Enough" Platform Engineering: Replacing Terraform with Kubernetes APIsWe’ve all been there. You want to build an Internal Developer Platform (IDP). You start with good intentions: "Let's simplify infrastructure for our developers." Six months later, you have a sprawling14h ago·7 min read
RGRama Grandhiindevopswithkube.hashnode.devMastering RBAC in K8s: Control Who Can Do What 🛡️☸️So far, we’ve explored many Kubernetes concepts — how to build applications, run them, manage downtime, handle traffic, and expose services. But there’s one critical piece that truly holds everything 6h ago·7 min read
SMSachindu Malshaninblog.sachindu.meBuilding a Self-Healing GitOps Based Micro-services Platform on GKE with Argo CD, HPA & n8nRepository Link: https://github.com/sachindumalshan/gitops-repo.git Architecture Overview Here is the system level architecture. Google Cloud (GKE) │ ├── Kubernetes Cluster (gitops-cluster) │ ├── de21h ago·11 min read
MMatheusinreleaserun.hashnode.devCompanies Using Kubernetes in 2026: Who Runs K8s and How They ScaleOriginally published at releaserun.com Kubernetes Adoption in 2026: The Numbers Kubernetes has moved well past the early-adopter phase. According to the CNCF Annual Survey 2024, 84% of organizations are either using or evaluating containers in produc...15h ago·9 min read
MMatheusinreleaserun.hashnode.devKubernetes Events Explained: Types, kubectl Commands, and Observability PatternsOriginally published at releaserun.com What Are Kubernetes Events? Every time something happens inside a Kubernetes cluster -- a pod gets scheduled, a container image is pulled, a volume fails to mount -- the control plane records it as an Event. Eve...15h ago·9 min read