Spotlight
Amolpratap Singh
This tutorial explains TLS and certificate debugging from root CA basics to Kubernetes secrets, with OpenSSL and curl commands for inspecting certs, validating handshakes, and fixing common production errors.
Vedran Lebo
This article introduces ctx_, a CLI tool that switches an entire DevOps working context at once, including Kubernetes context, cloud credentials, environment variables, VPN, SSH tunnels, secrets, and browser profile.
Philip McClarence
This article covers running PostgreSQL on Kubernetes in production — comparing Zalando, Crunchy and CloudNativePG operators, storage class decisions, backup strategies, connection pooling, and a take on when Kubernetes is overkill for databases.
Bharat Kalra
This article covers an ingress-nginx to Istio migration, architectural decisions, the RE2 vs PCRE regex incompatibility gotcha, URL rewrite differences, resource overhead comparison between sidecar and ambient mode, and a phased migration strategy.
Tools and utilities
Node Healthcheck Operator automatically detects unhealthy nodes and triggers pluggable remediators like BMC, ClusterAPI, or software reboots to recover workloads without manual intervention.
eksup analyzes your EKS cluster and generates a step-by-step upgrade playbook, flagging deprecated APIs, add-on version mismatches, and node group issues before you upgrade.
Clabernetes is a Kubernetes controller that deploys valid containerlab topologies into a Kubernetes cluster, effectively bringing containerlab workflows into a distributed Kubernetes environment.
K8sgpt is a tool that scans Kubernetes clusters, diagnoses, and triages issues in simple English.
k10s is a terminal dashboard for watching multiple Kubernetes clusters at once, with side-by-side views, health signals, warnings, and recent logs in one screen.
Events starting soon
May 19, 2026
Location: Soltau, DE
This event requires an entrance fee
May 19, 2026
Location: Aarhus, DK
This is a free event.
May 19, 2026
This is a virtual event
This is a free event.
May 19, 2026
Location: San Jose, CA, USA
This event requires an entrance fee
May 19, 2026
Location: San Jose, CA, USA
This event requires an entrance fee
May 20, 2026
This is a virtual event
This event requires an entrance fee
Most teams scale Kubernetes by thinking about pods and nodes. At Render, Brian Stack ran into a different dimension: hundreds of thousands of namespaces per cluster, multiplied across DaemonSets that list-watch every namespace.
Brian explains how Render traced the issue through Calico and Vector, worked with upstream maintainers, and turned memory profiling into operational wins: lower node costs, lighter API-server load, and faster rollouts.
In this interview:
Learn from production
Kalyan Josyula
This case study shows how a team traced repeated pod OOM kills in ASP.NET Core to native memory growth from zombie SignalR connections, glibc fragmentation, and kernel socket buffers.
Nick Roan
This case study shows how a single RAG chunk size change collapsed vLLM prefix-cache hit rate from 85% to 4%, triggering an 80% GPU replica increase while latency stayed flat.
It also includes the fix: adding a two-phase cache replay gate in CI.
Dat Ton
This case study explains how cURL 65 errors and DNS resolution failures on AWS EKS were caused by Linux kernel network limits being exceeded, resolved by increasing netdev_budget, netdev_budget_usecs, and netdev_max_backlog parameters.
Matt Camp
This case study shows how Unitary built Osmia, an open-source orchestration layer on EKS to run autonomous AI coding agents safely at scale using pod isolation, Karpenter, IRSA-based secrets, and real-time trajectory scoring.
Matching jobs
Machine Learning Engineer with iFood
Salary: $27K to $246.4K a year
Location: remote from
Tech stack: Kubernetes, AWS, Rust
Software Engineer with iFood
Salary: $30.24K to $247.5K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker, Go, Kotlin, SQL, RabbitMQ, Kafka
Data Engineer with Filevine
Salary: $18K to $297.88K a year
Location: remote from
Tech stack: Kubernetes, AWS, Azure, GCP, Docker, C#, Python, SQL, Snowflake, Airflow
Data Engineer with Firmus Technologies
Salary: US$88.2K to US$286K a year
Location: based in the office in Singapore, SG
Tech stack: Kubernetes, AWS, Azure, GCP, Helm, Python, SQL, Snowflake, Kafka, Airflow
Head Of Engineering with Cyara
Salary: $185.4K to $385K a year
Location: remote from
Tech stack: Kubernetes, AWS, Docker
Build something
Shanaka Jayasundera
This tutorial shows how to set up Kubernetes Gateway API on EKS using Istio Ambient Mesh exposed through AWS ALB, with Terraform, ArgoCD, and a layered architecture separating infra from app deployment.
Gaurang Malvankar
This tutorial explains how to prevent, detect, and clean up leaked secrets in Git repositories using .env files, Kubernetes Secrets, Gitleaks, GitGuardian, and git-filter-repo.
Razeen Abdal-Rahman
This tutorial shows how to run a small, security-focused k3s cluster on a Raspberry Pi inside a normal home network with tight hardware and networking limits.
Moeid Heidari
This tutorial teaches how to deploy Crossview on Kubernetes with Helm and secure it for enterprise use with session auth, SSO, proxy header auth, RBAC, TLS, and high-availability settings.
Call for Papers closing soon
0
days
Kubernetes Community Days Lima 2026
Location: Lima, PE
In-person conference organized by KCD Lima, Perú.
The conference starts on the 18 July 2026.
6
days
Location: Santa Fe, AR and virtual
Online & in-person conference organized by Debian Argentina community.
The conference starts on the 20 July 2026.
12
days
Location: Istanbul, TR
In-person conference organized by DevOps Turkey.
The conference starts on the 29 September 2026.
12
days
Location: St. Louis, MO, USA
In-person conference organized by Sketch.
The conference starts on the 22 August 2026.
13
days
KubeCon + CloudNativeCon North America 2026
Location: Los Angeles, CA, USA
In-person conference organized by Linux Foundation.
The conference starts on the 26 October 2026.
13
days
Location: Belgrade, RS
In-person conference organized by heapspace.
The conference starts on the 6 November 2026.
13
days
Location: Bergen, NO
In-person conference organized by CND Norway.
The conference starts on the 27 October 2026.
More articles
rammi-dev
This article explains how Spark Connect, CRIU, and ZeroPod can freeze idle Spark drivers to near-zero resources and restore full session state in about 300 milliseconds on Kubernetes.
This article explains five Ingress-NGINX behaviors that can break migrations, including path-matching differences, regex quirks, rewrite behavior, and annotation mismatches when migrating to another ingress solution.
This article explains that BuildKit is not just Docker’s build engine but a general-purpose framework that can turn custom frontend definitions into images, tarballs, local artifacts, and package outputs.
Alexandr Ivenin
This article explains how GKE 1.33 and 1.34 improve node auto provisioning with ComputeClasses, workload specific scaling, parallel node pool creation, and smarter consolidation for targeted autoscaling.