ch
Feedback
Kube Builders

Kube Builders

前往频道在 Telegram

News and links on infrastructure and building Kubernetes clusters curated by the @Learnk8s team

显示更多
1 591
订阅者
无数据24 小时
+57
+1530
帖子存档
This tutorial explains how to install Node Problem Detector in a home Kubernetes cluster using Helm and Argo CD. It shows how node-level issues like disk I/O errors, filesystem corruption, and kernel panics become Kubernetes node conditions. More: https://ku.bz/TM-1_pM3L

Repost from N/a
Jorrick Stempher explains the Node Ranking Index (NRI), a custom metric his team developed to solve a fundamental challenge in Kubernetes resource management. Discovered halfway through their 10-week project, the NRI combines CPU, RAM, and request data into a single comparable number, enabling efficient scaling decisions that would otherwise be impossible when dealing with different measurement types. Watch the full episode: https://ku.bz/clbDWqPYp

Repost from LearnKube news
This week on Learn Kubernetes Weekly 192: 🔧 Our Kubernetes Operator Didn't Scale, So We Rebuilt It 🔀 ClickHouse Shard Rebal
This week on Learn Kubernetes Weekly 192: 🔧 Our Kubernetes Operator Didn't Scale, So We Rebuilt It 🔀 ClickHouse Shard Rebalancing on Kubernetes: From Talk to Operator 💥 Invisible OOMkill: Java Pods Crashing in Kubernetes 🗂️ Using Kubernetes ConfigMaps as a Real-Time State Store 🚨 From Container Escape to Cloud Takeover: A Real-World Cloud Security Assessment Read it now: https://kube.today/issues/192 ⭐️ This newsletter is brought to you by Buoyant, the creators of Linkerd https://ku.bz/BB-RtVFWs

SloK lets teams define SLOs as Kubernetes custom resources, generate Prometheus rules, track error budgets, backtest SLO YAML
SloK lets teams define SLOs as Kubernetes custom resources, generate Prometheus rules, track error budgets, backtest SLO YAML, and view reliability trends in a dashboard. More: https://ku.bz/XwCd1mhXc

Repost from Kube Architect
Radar provides Kubernetes cluster visibility through topology graphs, event timelines, and service traffic visualization runn
Radar provides Kubernetes cluster visibility through topology graphs, event timelines, and service traffic visualization running as a single binary that connects directly to the Kubernetes API without cluster-side installation. More: https://ku.bz/rq6l_SmGY

This tutorial shows how to run Hermes Agent on MicroK8s as a stateful gateway, move scheduled briefings into Kubernetes CronJ
This tutorial shows how to run Hermes Agent on MicroK8s as a stateful gateway, move scheduled briefings into Kubernetes CronJobs, and use PVCs, ConfigMaps, retry jobs, and Helm for a small agent system. More: https://ku.bz/7ymZBxBMr

Repost from N/a
Molly Sheets, Director of Engineering, Kubernetes at Zynga, explains the strategic decision points for when teams should create separate clusters instead of continuing with multi-tenant approaches. She outlines two primary scenarios: geographic and latency requirements for global gaming deployments, and critical workload isolation during major incidents. Using Battle Royale games as an example, Molly demonstrates how different game components have varying latency needs - competitive gameplay requires ultra-low latency through regional clusters, while transactional features like purchasing can tolerate higher latency. She also discusses how separate clusters enable prioritized incident response, allowing teams to handle critical workloads first when cloud providers experience outages or availability zone failures. Watch the full episode: https://ku.bz/Rmpl8948_

KubePlumber tests Kubernetes networking from inside the cluster by checking: - internal DNS, - pod-to-pod traffic, - external
KubePlumber tests Kubernetes networking from inside the cluster by checking: - internal DNS, - pod-to-pod traffic, - external DNS, - and bandwidth between nodes. More: https://ku.bz/nTkFwCt_Y

Repost from N/a
Ben, Senior Staff Platform Engineer @ Faire, discusses the specific technical limitations they encountered when scaling Jenkins with Kubernetes. He explains how their single Jenkins controller hit a critical breaking point in October 2021, forcing the rapid deployment of additional controllers that eventually grew to over 20 instances. The Jenkins Kubernetes plugin consistently failed around 1500-2000 pods, experiencing progressive slowdown that couldn't be resolved by adding more CPU or memory. Watch the full episode: https://ku.bz/klBmzMY5-

This case study shows how CoreDNS became an EKS bottleneck under heavy DNS traffic and uses kube-burner test results to expla
This case study shows how CoreDNS became an EKS bottleneck under heavy DNS traffic and uses kube-burner test results to explain why NodeLocal DNSCache helped. More: https://ku.bz/cs-fvstLZ

Repost from N/a
"I assumed because it's working in one place, it should work in the other place." That assumption broke Reza Ramezanpour's cluster. He'd configured IPIP encapsulation on AWS and expected the same setup to work on Azure — but Azure doesn't support IPIP. The underlying networking rules are different, and the CNI doesn't paper over that. His takeaway: Kubernetes networking still follows the OSI model from layer 1 to layer 7. Cloud abstractions don't change the fundamentals — you still need to know what your provider permits before choosing an encapsulation method. Watch the full interview: https://ku.bz/SjDx5CqXJ This interview is a reaction to Amos Wenger's episode https://ku.bz/6Ll_7slr9

KubeShark gives Claude and Codex Kubernetes guardrails for safer manifests, covering deprecated APIs, RBAC, security contexts, probes, resource limits, Helm, Kustomize, and GitOps patterns. More: https://ku.bz/sPF_MC1LY

Repost from LearnKube news
This week on Learn Kubernetes Weekly 191: 🔥 What Does 4.4% GPU Utilization Actually Mean? 🛠️ GKE IP Exhaustion Fixed: The C
This week on Learn Kubernetes Weekly 191: 🔥 What Does 4.4% GPU Utilization Actually Mean? 🛠️ GKE IP Exhaustion Fixed: The Class E Migration Guide 🧹 Evicting MCP Tool Calls from Your Kubernetes Cluster 🔄 The Feedback Loops Behind Kubernetes 🧠 You Don't Have a GIL Problem — You Have a CPU Problem Read it now: https://kube.today/issues/191 ⭐️ 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

This article explains why low GPU utilization during LLM inference can be normal by breaking down prefill, decode, memory ban
This article explains why low GPU utilization during LLM inference can be normal by breaking down prefill, decode, memory bandwidth limits, batching, and GKE B200 benchmark numbers. More: https://ku.bz/zyv99_RgD

KSail is a unified Kubernetes SDK that simplifies cluster management and workload deployment by providing a single, declarative interface for all your Kubernetes operations. More: https://ku.bz/bVlZGXZd7

Repost from Kubesploit
This tutorial shows how to connect on-prem Kubernetes workloads to Google Cloud without service account keys using Workload I
This tutorial shows how to connect on-prem Kubernetes workloads to Google Cloud without service account keys using Workload Identity Federation, OIDC, Terraform, Kyverno, and IAM attribute conditions. More: https://ku.bz/1YVD6c3FP

Repost from Kube Architect
KEDA GPU Scaler is a KEDA external scaler that reads NVIDIA GPU metrics through NVML and autoscalers vLLM, Triton, training j
KEDA GPU Scaler is a KEDA external scaler that reads NVIDIA GPU metrics through NVML and autoscalers vLLM, Triton, training jobs, and custom inference workloads without requiring Prometheus. More: https://ku.bz/Hg61Tjm7h

Repost from Kube Architect
In this article, you will learn how to run MySQL on Kubernetes in production, including deployment topologies, storage choices, monitoring, backups, failover, and operator selection. https://ku.bz/DmXPD42-9

This tutorial teaches how to build a local observability stack for AWS EKS logs using Stern for multi-pod tailing, Fluent Bit
This tutorial teaches how to build a local observability stack for AWS EKS logs using Stern for multi-pod tailing, Fluent Bit for log processing with multiline parsing, and Elasticsearch with Kibana for searchable visualization via Docker Compose. More: https://ku.bz/qK6fTw_SB

Repost from N/a
"Humans like to look at those things so that they can build confidence." Yasmin Rajabi explains how CloudBolt Software is turning survey learnings into product guardrails: more visibility into AI/ML recommendations, controls over when automation runs, and clearer failure-handling paths. The product challenge is building trust before automation changes production resources. Watch the announcement: https://ku.bz/HDtVsM95b Read The Kubernetes Automation Trust Gap study: https://ku.bz/449hgHFbV