LearnKube news

LearnKube news

@learnkubenews

All the best tutorials, articles and news on Kubernetes curated by the@LearnKubeteam.

Members: 3.6K
Score: 75/100
Category: Developer
Updated: Apr 10, 2026

Recent Posts

Before Hadron, immutable edge systems meant retrofitting general-purpose Linux distributions like Ubuntu, OpenSUSE, or Fedora.Ettore Di Giacinto from Spectro Cloud explains the shift: instead of taking a broad distribution and applying an immutable lifecycle on top,Hadron starts minimal— an operating system designed exclusively to run workloads at the edge. No extra packages, no leftover baggage f...

89 views Forwarded from KubeFM

This tool exposesKubernetes cluster operations through the Model Context Protocol, allowing AI agents and tools to safely read cluster state and execute controlled actions like kubectl commands.More:https://ku.bz/cY99-lPN-

129 views

How do you think about the AI inference stack? Tsahi Duek's colleague coined a framework:RECON— Routing, Engine, Caching, Orchestration, Nodes.Each letter maps to a layer: LLM routers handle request routing, engines like vLLM and SGLang serve models, caching reduces redundant computation, Ray or NVIDIA Dynamo orchestrate across clusters, and Karpenter provisions the GPU nodes.Watch the full interv...

159 views Forwarded from KubeFM

This article introducesGt and Lt operatorsfor podtolerationsin Kubernetes1.35, enablingthreshold-based schedulingwith numeric taint values, such as failure probability or cost metrics, rather than exact matching.More:https://ku.bz/vW6JV-99T

205 views

Tanat Lokejaroenlarb, Staff Site Reliability Engineer at Adevinta, explains why EKS in-place upgrades are far more complex than the "one-click" perception many have.He identifies two critical concerns:API deprecation/removalthat can break workloads irreversibly, and thefull node pool replacementrequired during upgrades, which often causes customer downtime or service degradation. Tanat shares why ...

206 views Forwarded from KubeFM

This week on Learn Kubernetes Weekly 178:🔥Kubernetes Remote Code Execution via nodes/proxy Get Permission🦅Aetòs: From Chaos to Engineering Excellence — A 3-Year Transformation☸️Kubernetes v1.35: Extended Toleration Operators to Support Numeric Comparisons🔄Reducing Complexity By Migrating from K8S to ECS Fargate for NetworkLessons🗄️Database State Management in Kubernetes: Running SQL Server on ...

634 views

Stakpak is an open source terminalAI agentfor DevOps that generates infrastructure code,debugsKubernetes, and automates deployments — withsecret substitutionso the LLM never sees your actual credentials.More:https://ku.bz/xXr0Rbc2c

517 views

Rohit Agrawal from Databricks on replacing Kubernetes networking with a proxy-less, client-side load balancing system and eliminating 20-30% over-provisioning across hundreds of services.You will learn:- Why KubeProxy's L4 routing breaks down for gRPC: it picks a backend once per connection, not per request- How Databricks built an Endpoint Discovery Service that streams real-time pod metadata to ...

174 views Forwarded from KubeFM

This week's 6 best Kubernetes Platform Engineer jobs are:Platform Engineer with Pinterest💰$242.63K to $499.54K a yearRemote from the United States of America→https://ku.bz/1CDKh0GP2Platform Engineer with NVIDIA💰$224K to $431.25K a yearRemote from the United States of America→https://ku.bz/NCCttvbkjPlatform Engineer with Perplexity💰$250K to $405K a yearFully remote→https://ku.bz/GWdryCvpxPlatfor...

237 views Forwarded from Kube Careers

This case study shows how NetworkLessonsmigratedfromKubernetes to ECS Fargateusing AWS CDK, reducing operational complexity while implementingmulti-account architecture, automated cost controls, and infrastructure as code.More:https://ku.bz/T_hNMhdc4

244 views

This tutorial teaches how toset up a local DNS serverspecifically for demo environments usingdnsmasqand Docker containers.More:https://ku.bz/r6rbLZ-dH

230 views Forwarded from Kube Builders

This week's 6 Kubernetes junior jobs are:Software Engineer with Together AI💰$165K to $200K a yearRemote from the United States of America→https://ku.bz/77cYqG0Z2Software Engineer with Galileo Financial Technologies💰$105.6K to $198K a yearRemote from the United States of America, Canada, the United Kingdom (+7 more)→https://ku.bz/ZrZddDMnSSoftware Engineer with Palantir Technologies💰$145K to $15...

311 views Forwarded from Kube Careers

ctx is aCLItool that simplifies working across multiple cloud environments byswitchingbetweenAWS profiles, Kubernetes clusters, VPN connections, and SSH tunnels with a single command.More:https://ku.bz/9CdsYnDhD

286 views

Mac Chaffee explores the psychological factors that drive developers to initially reject Kubernetes and other established complex tools.He identifiesoverconfidence as the primary trapthat stubborn tech workers fall into, explaining how people systematically underestimate the difficulty of running modern applications.Mac emphasizes thatit's not easy to recognize when something is actually difficult...

307 views Forwarded from KubeFM

Kor is a tool to discover unused Kubernetes resources.Currently, Kor can identify and list unused:- ConfigMaps- Secrets- Services- ServiceAccounts- Deployments- Statefulsets- RolesMore:https://ku.bz/J7zwN_LWt

492 views

Olawale Olaleye explains why the jump from a proof of concept to production is where agentic AI gets hard.He points to scaling, multi-agent systems, and cost optimization as the real barriers teams run into.Watch the full interview:https://ku.bz/LKc3mB0lp

332 views Forwarded from KubeFM

This tutorial shows how todeploy LLM modelsonOpenShiftwithout operators by usingllama.cppwith a quantized GGUF model, building a multi-stage container image, and exposing it via standard Kubernetes resources.More:https://ku.bz/bk37t2_qR

335 views

This week on Learn Kubernetes Weekly 177:☕What Happens When You Run Java at Scale on Kubernetes🚀From Push to Production: Our Deployment Pipeline with Argo CD⚡From Minutes to Seconds: How I Eliminated Kubernetes Image Pull Delays🏕️Nomad on OpenShift: The Case for the Control Plane🔬Deep Dive: The Linkerd Destination ServiceRead it now:https://kube.today/issues/177⭐️This newsletter is brought to y...

1.1K views

kubecfg is a CLI tool for managing Kuberneteskubeconfig fileswith fastcontext switching, namespace management, and multi-config merging through an interactive terminal UI.More:https://ku.bz/bktHMvGPZ

356 views

Vincent von Büren was refactoring an old Helm chart when he spotted a debug log line printing a Kubernetes ServiceAccount token to stdout — still running in production.He decoded it:no audience restrictions,one-year expiry. "My stomach turned. I knew this could be a serious security incident."In this episode, Vincent breaks down:- What's actuallyinside a ServiceAccount JWT- Why default tokens enab...

233 views Forwarded from KubeFM