JSJayakumar Sakthivelincloudwithjk.hashnode.dev·6h ago · 15 min readTetragon: Kubernetes Runtime Security at the Kernel Level — Theory and ArchitectureIntroduction You've hardened your container images. You've written Network Policies. You've configured RBAC. You've scanned your CI/CD pipeline for vulnerabilities. And yet—a compromised container is 00
NSNeha Soniinnehasoni.hashnode.dev·2h ago · 9 min readKubernetes Resource Management Simplified: Requests, Limits, and QoS ClassesEver wondered why your Kubernetes Pod is suddenly acting slow with no error logs, or why it keeps randomly dying with OOMKilled (Exit Code 137)? It usually comes down to a fundamental misunderstanding00
CDCoding Dropletsincodingdroplets.com·9h ago · 11 min read.NET Container OOMKilled in Kubernetes: Root Cause and FixThe pod restarts at 3 AM. No exception, no stack trace, no shutdown log - the process is simply gone. kubectl describe pod tells the whole story in three lines: Last State: Terminated Reason: 00
LBLalit Baggainblog.lalitbagga.com·18h ago · 7 min readMy Kubernetes App Moved to EKS Unchanged. Everything Around It Didn't.My Kubernetes application moved from my home server to Amazon EKS without an application code change. The platform around it did not. The EKS control plane took 5 minutes 51 seconds to create. Once th00
NSNeha Soniinnehasoni.hashnode.dev·1d ago · 10 min readUnder the Hood: The Journey of a Kubernetes Pod from kubectl apply to RunningEver typed kubectl apply -f pod.yaml and wondered what magic happens inside your cluster before your container actually starts serving traffic? It feels like instant teleportation, but behind the scen00
MMMike Mooreinwebofmike.hashnode.dev·1d ago · 8 min readThe agentgateway Token Service Now Runs Without a ClusterOriginally published at webofmike.com on 2026-09-10. The demo repo and every command in it were run before publishing. Solo shipped agentgateway enterprise 2026.9.0 on Tuesday, and the part worth your00
CCCloudForge Consultingincloudforgeconsult.hashnode.dev·1d ago · 3 min readKubernetes Requests and Limits: What to Check Before Resizing a WorkloadPrepared with AI assistance for CloudForge Consulting, a cloud engineering consultancy. This is an educational review checklist. Changing CPU and memory settings is easy to express in a deployment man00
MMMike Mooreinwebofmike.hashnode.dev·2d ago · 13 min readYour Agent Wrote the Audit Log You Are Judging It ByOriginally published at webofmike.com on 2026-09-09. The demo repo and every command in it were run before publishing. Two weeks ago METR and Redwood Research published their review of ~1,300 agent tr00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 8 min readSetting Up Nginx Ingress Controller with SSL on KubernetesThe Nginx Ingress Controller is a popular Kubernetes Ingress controller that uses Nginx as a reverse proxy and load balancer to route external traffic into a cluster, acting as a single entry point wi00
SHSanskriti Harmukhinvultr.hashnode.dev·1d ago · 8 min readSetting Up Argo CD on KubernetesArgo CD is a Kubernetes-native, declarative GitOps tool for deploying applications at scale. It pulls application manifests directly from a Git repository and syncs them to a Kubernetes cluster, suppo00