What is Kubernetes? The Technology Behind Modern Cloud Applications
Understanding the technology that manages millions of containers every day. Imagine you have built a Docker container for your application. Everything…
Tech news from the best sources
Understanding the technology that manages millions of containers every day. Imagine you have built a Docker container for your application. Everything…
Most ArgoCD tutorials start the same way: Deploy ArgoCD. Connect a Git repository. Create an Application. Done. But what happens when multiple teams s…
Security in a cloud-native environment is only as strong as its weakest link. A recent security audit revealed a critical gap: container images were b…
Choosing an open source PostgreSQL operator for Kubernetes used to be a question about features and community size. In 2026, it has become a question …
Why we must verify configuration shifts locally before cloud deployment Welcome to the modern DevOps circus. We have all been there at 3:00 AM. You pu…
This article was originally published on LearnKube TL;DR: This article dissects the Kubernetes metrics pipeline through kubelet, cAdvisor, and CRI to …
We’ve all experienced the comfort of deploying to AWS EKS—it scales seamlessly, handles failovers, and takes the operational stress out of managing co…
The Problem We Were Actually Solving We ran Veltrix, a Hytale server network with 14 shards across three continents. Our player count spiked past 800 …
I run Debuggix, a free security scanner that runs 9 engines in parallel. For Episode 3 of our "Verified or Not" series, we scanned Kubernetes Goat — a…
The Problem We Were Actually Solving We werent running a treasure hunt. We were running a search service that let operators navigate through gigabytes…
One of the most common questions I receive from aspiring Certified Kubernetes Administrator (CKA) candidates is: “What should I actually practice befo…
After sharing my Kubernetes journey, preparation strategy, exam-day experience, and the mistakes I made along the way, I wanted to create something mo…
GPU waste in Kubernetes does not announce itself. Your cluster shows healthy utilization. Your dashboards are green. But 20–40% of your GPU capacity i…
Original Kubernetes Dashboard — retired upstream, upgraded to Angular 21. Background The official Kubernetes Dashboard was archived in January 2026. T…
If you've just learned the basics of Kubernetes Pods, Deployments, ReplicaSets, and Services the best next step is to actually use them. Reading about…
In this post, I'll walk you through how I deployed a URL shortener app, with a managed PostgreSQL database, a managed Redis cache, and a full Kubernet…
❓ Can you terraform import existing s3 bucket without rebuilding it? Yes — an existing AWS S3 bucket can be brought under Terraform management without…
Full Example YAML Here’s a deployment using all three Kubernetes probes: containers : - name : api image : my-api:latest startupProbe : httpGet : path…
How Logs Travel From Your EKS Pod to Datadog If you’re running applications on Kubernetes using Amazon EKS and suddenly seeing logs appear in Datadog,…
I once spent four hours debugging a PostgreSQL pod that was stuck in a crash loop with Input/output error across every single log line. I opened the L…
After sharing my journey toward becoming a Kubestronaut and earning CKA, CKAD, and CKS certifications, one of the most common questions I receive is: …
If you manage Kubernetes on bare metal or on prem environments, you'll eventually encounter the KubeAPIErrorBudgetBurn alert from the kube-prometheus-…
Hermes Agent Challenge Submission: Write About Hermes Agent Challenge Page I've spent the past year building NeuroScale — an open-source AI inference …
No marketing fluff. Just what I learned running both in production across three different companies over five years. I've had this conversation more t…
The Problem We Were Actually Solving In hindsight, we were trying to optimize for the wrong problem. We were optimizing for the treasure hunt engine t…
Amazon EKS makes it easy to start a Kubernetes cluster on AWS, but the real work begins after the control plane is running. Security in EKS is not a s…
Part 6 of 7 — The Mac Kubernetes Lab: A Production-Mirror Setup from Scratch. Previously in Part 5: We installed Istio with revision-based upgrades, M…
Part 2 of 7 — The Mac Kubernetes Lab: A Production-Mirror Setup from Scratch. Previously in Part 1: I walked through why I replaced Multipass with Orb…
Earlier this year, Moltbook, a social network for AI agents, launched, trended, and became a cautionary tale within the same week. Security researcher…
Istio 1.30 Deep Dive — Agentgateway, Ambient Multicluster, TrafficExtension API, and 4 CVE Patches (JWKS RSA Leak, XDS Debug Auth) On May 18, 2026, th…