LearnKube news
3.8K subscribers
2.05K photos
433 videos
1 file
4.39K links
All the best tutorials, articles and news on Kubernetes curated by the @LearnKube team.
Download Telegram
This article explains why Kubernetes observability falls apart when metrics, logs and traces don't share context, and how consistent service identity, bounded label cardinality and OpenTelemetry pull them back together.

More: https://ku.bz/36ZySjmLB
Forwarded from KubeFM
This media is not supported in your browser
VIEW IN TELEGRAM
Modern cloud-native architecture is distributed by design β€” code repos, CI/CD pipelines, metrics, logs, traces, all spread across different tools and layers.

Greg Eppel explains how AWS DevOps Agent fits into this: it connects across the whole toolchain, stitches all those signals together, and simplifies what is typically an overwhelming amount of context into something an agent can reason about.



Watch the full interview: https://ku.bz/KZRgrbmwt
yaml-schema-detect.nvim is a Neovim plugin that automatically detects and applies YAML schemas for your YAML files using yaml-language-server (yamlls).

More: https://ku.bz/ymQNlqKdQ
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
FrΓ©dΓ©ric Gaudet, Senior SRE @ BlaBlaCar, explains the technical process of contributing to Istio's warm-up configuration and the critical workflow for making API changes.

He breaks down Istio's dual-repository structure - the API repository containing protobuf definitions and CRDs, and the main code repository - and why understanding this architecture is essential for contributors.

Watch the full episode: https://ku.bz/grxcypt9j
This article explains how Go Fiber reached 1.16M RPS on Apple Silicon by running client and server benchmarks inside Docker Desktop's Linux VM to bypass macOS loopback TCP limits.

More: https://ku.bz/4_mmH26nZ
Forwarded from Kubesploit
Hubble is a fully distributed networking and security observability platform for cloud native workloads.

It is built on top of Cilium and eBPF to enable deep visibility into the communication and behaviour of services and the networking infrastructure.

More: https://ku.bz/fmj0PvVgk
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
CI updates Git while Argo CD updates the cluster.

At WSC Sports, Elad Cohen separates delivery responsibilities: CI patches a values file, and Argo CD reconciles the cluster. Self-healing keeps Git as the declared state.

- Why CI and CD need separate roles
- How ApplicationSets create shadow deployments
- How AppProjects restrict team access
- Why shared Helm charts reduce one-offs

Watch: https://ku.bz/wX5H5Mjwv

This episode is sponsored by LearnKube. Download the free book, The Technical Guide to Kubernetes Rightsizing, to understand what Prometheus and Grafana cannot tell you about safely reducing requests and limits.

Hosted by Bart Farrell.
This week on Learn Kubernetes Weekly 197:

πŸŽ›οΈ Kubernetes Through Control Theory Glasses: HPA
πŸ”­ Engineering End-to-End Observability for Kubernetes Workloads
πŸŒ‹ Inside Volcano Controllers: Gang Scheduling, State Machines, and Real Kubernetes Logs
🍴 We forked Apache Stateful Functions for Flink 2.x β€” here's why
πŸ“‰ Dagster on Kubernetes: When More Nodes Won't Save You

Read it now: https://kube.today/issues/197

⭐️ This newsletter is brought to you by LearnKube β€” master Kubernetes with hands-on training designed for engineers who want to learn the smart way https://ku.bz/hypSbyc-V
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
Migrating to the Gateway API on Amazon EKS involves a fundamental shift: annotations no longer live on the load balancer resource.

Sai Vennam explains the new YAML-native CRDs, and why auditing your existing annotations is the first step of any migration.



Watch the full interview: https://ku.bz/VVfQ4G891
Pumba lets you kill, pause, and stress containers while injecting network delays, packet loss, and corruption.

You can deploy it as a DaemonSet for cluster-wide chaos engineering.

More: https://ku.bz/qcvwrrzn0
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
"Deploying an AI agent or a model for inference is just another app."

Tsahi Duek argues companies don't adopt Kubernetes for AI from scratch β€” they already have the CI/CD pipelines, autoscaling, and observability in place. The same infrastructure that runs web services can shift to training jobs, then flip back to inference.



Watch the full interview: https://ku.bz/2r41YKBZb
OpenDepot is a self-hosted, Kubernetes-native registry for your OpenTofu/Terraform modules and providers, so you control distribution and versions rather than relying on the public registry.

More: https://ku.bz/ZqbpsnrrQ
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
At Komodor, they spend 10% of development time building AI features and 80% on validation.

Itiel Shwartz explains the real cost of shipping AI for Kubernetes operations: LLM-as-a-judge, A-B testing, benchmarking β€” a full suite of evaluation before anything reaches production. The challenge isn't building AI capabilities. It's proving they actually work.

You need internal confidence first. Then you earn your users' confidence.





Watch the full interview: https://ku.bz/b9bDXQ_xq

This interview is a reaction to Mai Nishitani's episode https://ku.bz/3hWvQjXxp
πŸ”₯1
Kubernetes is not difficult because there are too many commands.

It is difficult because networking, scheduling, deployments, storage, autoscaling, and security interact in ways that are hard to see.

Our live Advanced Kubernetes course connects those pieces into one practical mental model.

The next online course runs on 10, 11, 17, and 18 September.

- Four days of live instruction
- 60% hands-on labs
- Small classes
- Lifetime access to the material and private Slack

Joining individually?
https://learnkube.com/online-advanced-september-2026

Need several engineers to build the same baseline? We also deliver private training around your platform, workloads, and goals:
https://learnkube.com/corporate-training
Forwarded from Kube Architect
This article argues that MCP servers for Kubernetes ship the accelerator without the brake, and walks through a two-tier design in which an agent can only propose a change, and a human approves the exact plan before it is applied.

More: https://ku.bz/qwTBzbg1y
This tutorial builds a real k6 test suite against Google's Online Boutique running on a home lab Kubernetes cluster, with a shared client library, smoke, load, stress, and browser tests, and the two bugs the first run exposed.

More: https://ku.bz/WdN67jxpY
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
AWS built SOCI and the fast-pull snapshotter to improve container image pull times β€” but they didn't keep it to themselves. Phil Estes explains why open source and upstream-first development were the only approaches that made sense.

The tools integrate directly with Containerd, work with any cluster (not just EKS), and improvements are flowing back into upstream core projects. You don't even need a custom snapshotter to benefit.



Watch the full interview: https://ku.bz/_ZLldHwVC
πŸš€ We just published The Technical Guide to Kubernetes Rightsizing in the Age of AI.

The guide follows the complete rightsizing process, from collecting metrics to applying changes safely in production.

- It explains how requests and limits affect scheduling and Linux resource controls.
- It examines how application runtimes change CPU and memory behavior.
- It also shows how KRR and VPA turn historical data into recommendations.

The book also examines where AI can help: collecting evidence, explaining recommendations, drafting policy, and carrying approved changes across systems without breaking prod.

Thank you to Gulcan and @danielepolencic for the research, experiments, writing, and illustrations behind this book.

Download the complete guide for free:

https://learnkube.com/kubernetes-rightsizing
Kubie is an alternative to kubectx and kubens that gives every shell its own Kubernetes context and namespace, and can load contexts from split config files.

More: https://ku.bz/-tvB-G9Cx
Forwarded from Kube Events
🎟️ We have 50 free OPEN Passes for API World + CloudX + AI TechWorld 2026!

Join developers, engineering leaders, and startups at three co-located conferences focused on APIs, cloud, and AI engineering. Each pass is valued at $195.

πŸ“† September 1–3, 2026
πŸ“ Santa Clara Convention Center, CA

Claim your free pass: https://link.devnetwork.com/GZljiJ78