Starting in 2 months:
π₯ foss-north 2026 (Free Open Source Software North Conferences)
π In-person conference
π 28 Apr
β° 28/04/2026, 07:00 UTC
β Visit the website
π₯ foss-north 2026 (Free Open Source Software North Conferences)
π In-person conference
π 28 Apr
β° 28/04/2026, 07:00 UTC
β Visit the website
Starting in 2 months:
π₯ Devopsdays Copenhagen (Devopsdays)
π In-person conference
π 28 Apr
β° 28/04/2026, 09:00 UTC
β Visit the website
π₯ Devopsdays Copenhagen (Devopsdays)
π In-person conference
π 28 Apr
β° 28/04/2026, 09:00 UTC
β Visit the website
π Kubernetes events starting in the next 24 hours:
28 Feb, 03:30 UTC - Taming Multi-Cluster Kubernetes Access: A Teleport Journey | Cloud Native Chennai - π In-person meetup
28 Feb, 03:30 UTC - Automating CI/CD Using Kargo | Cloud Native Kochi - π In-person meetup
28 Feb, 12:00 UTC - π₯ DevOps fwdays'26 | fwdays - π Online & in-person conference
28 Feb, 08:00 UTC - π₯ KubeFest 2026 | Cloud Native Rioja - π In-person conference
28 Feb, 14:00 UTC - π₯ Kubernetes Community Days Guadalajara 2026 | KCD Guadalajara - π In-person conference
β See all Kubernetes events
28 Feb, 03:30 UTC - Taming Multi-Cluster Kubernetes Access: A Teleport Journey | Cloud Native Chennai - π In-person meetup
28 Feb, 03:30 UTC - Automating CI/CD Using Kargo | Cloud Native Kochi - π In-person meetup
28 Feb, 12:00 UTC - π₯ DevOps fwdays'26 | fwdays - π Online & in-person conference
28 Feb, 08:00 UTC - π₯ KubeFest 2026 | Cloud Native Rioja - π In-person conference
28 Feb, 14:00 UTC - π₯ Kubernetes Community Days Guadalajara 2026 | KCD Guadalajara - π In-person conference
β See all Kubernetes events
Starting in about a week:
π₯ Devopsdays Los Angeles (Devopsdays)
π In-person conference
π 6 Mar
β° 06/03/2026, 16:00 UTC
β Visit the website
π₯ Devopsdays Los Angeles (Devopsdays)
π In-person conference
π 6 Mar
β° 06/03/2026, 16:00 UTC
β Visit the website
Starting in less than 24 hours:
π₯ KubeFest 2026 (Cloud Native Rioja)
π In-person conference
π 28 Feb
β° 28/02/2026, 08:00 UTC
β Visit the website
π₯ KubeFest 2026 (Cloud Native Rioja)
π In-person conference
π 28 Feb
β° 28/02/2026, 08:00 UTC
β Visit the website
Starting in less than 24 hours:
π₯ DevOps fwdays'26 (fwdays)
π Online & in-person conference
π 28 Feb
β° 28/02/2026, 12:00 UTC
β Visit the website
π₯ DevOps fwdays'26 (fwdays)
π Online & in-person conference
π 28 Feb
β° 28/02/2026, 12:00 UTC
β Visit the website
Starting in less than 24 hours:
π₯ Kubernetes Community Days Guadalajara 2026 (KCD Guadalajara)
π In-person conference
π 28 Feb
β° 28/02/2026, 14:00 UTC
β Visit the website
π₯ Kubernetes Community Days Guadalajara 2026 (KCD Guadalajara)
π In-person conference
π 28 Feb
β° 28/02/2026, 14:00 UTC
β Visit the website
Starting in 2 months:
π₯ Devopsdays Raleigh (Devopsdays)
π In-person conference
π 30 Apr
β° 30/04/2026, 12:00 UTC
β Visit the website
π₯ Devopsdays Raleigh (Devopsdays)
π In-person conference
π 30 Apr
β° 30/04/2026, 12:00 UTC
β Visit the website
Starting in two weeks:
π₯ Advanced Kubernetes course (Munich) (LearnKube)
π In-person workshop
π 16 Mar
β° 16/03/2026, 08:00 UTC
β Visit the website
π₯ Advanced Kubernetes course (Munich) (LearnKube)
π In-person workshop
π 16 Mar
β° 16/03/2026, 08:00 UTC
β Visit the website
Forwarded from LearnKube news
π We published a book on optimising and right-sizing GPUs in Kubernetes.
Most GPU clusters show 100% allocation and single-digit actual usage.
The book helps you:
- Tell whether your GPUs are actually computing or just allocated
- Pick the right metrics instead of trusting nvidia-smi
- Choose between time-slicing, MIG, and dedicated GPUs based on real data
- Stop GPU waste from cascading into CPU and memory waste
Download it for free here: ku.bz/KL4jRvsL4
This book was made possible by Kubex.
Most GPU clusters show 100% allocation and single-digit actual usage.
The book helps you:
- Tell whether your GPUs are actually computing or just allocated
- Pick the right metrics instead of trusting nvidia-smi
- Choose between time-slicing, MIG, and dedicated GPUs based on real data
- Stop GPU waste from cascading into CPU and memory waste
Download it for free here: ku.bz/KL4jRvsL4
This book was made possible by Kubex.
π Kubernetes events starting in the next 24 hours:
3 Mar, 01:00 UTC - CKA Exam Study Session & Practice | Cloud Native Cali - π Online meetup
3 Mar, 11:00 UTC - Beyond the Green Heart: Optimizing Your Kubernetes Deployments with ArgoCD | France DevOps Paris - π Online meetup
β See all Kubernetes events
3 Mar, 01:00 UTC - CKA Exam Study Session & Practice | Cloud Native Cali - π Online meetup
3 Mar, 11:00 UTC - Beyond the Green Heart: Optimizing Your Kubernetes Deployments with ArgoCD | France DevOps Paris - π Online meetup
β See all Kubernetes events
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
Karpenter can rotate your nodes for three reasons: they're underutilized, they're empty, or the AMI has drifted from what you specified.
You can set a disruption budget for each reason to control how many nodes rotate at once. But here's the catch: if you only set budgets for two reasons and skip the third, Karpenter doesn't disable it. It silently applies a default 10% budget to any reason you didn't mention.
Adhi Sutandi's team found this the hard way β drift events fired during maintenance windows they thought were locked down. The fix? Set a single budget of one node with no reason qualifier, so it applies to everything.
New episode out now: https://ku.bz/XyVfsSQPr
You can set a disruption budget for each reason to control how many nodes rotate at once. But here's the catch: if you only set budgets for two reasons and skip the third, Karpenter doesn't disable it. It silently applies a default 10% budget to any reason you didn't mention.
Adhi Sutandi's team found this the hard way β drift events fired during maintenance windows they thought were locked down. The fix? Set a single budget of one node with no reason qualifier, so it applies to everything.
New episode out now: https://ku.bz/XyVfsSQPr
π Kubernetes events starting in the next 24 hours:
4 Mar, 00:00 UTC - Kubernetes 101 | Cloud Native Quito - π Online meetup
4 Mar, 06:30 UTC - Managing Kubernetes at scale with ClusterAPI, GitOps, and NKP | KSUG.AI Australia - π Online & in-person meetup
β See all Kubernetes events
4 Mar, 00:00 UTC - Kubernetes 101 | Cloud Native Quito - π Online meetup
4 Mar, 06:30 UTC - Managing Kubernetes at scale with ClusterAPI, GitOps, and NKP | KSUG.AI Australia - π Online & in-person meetup
β See all Kubernetes events
Forwarded from LearnKube news
This week on Learn Kubernetes Weekly 173:
π₯ Kubernetes Egress Control with Squid Proxy
πͺ How We Turned a Forced OS Migration into a 30% Infrastructure Reduction
β‘ Auto-scaling and Load-based Scaling in Kubernetes
π― Smart Scheduler: Intelligent Pod Placement for Kubernetes Cost Optimization
π€ Using Claude Code to Pilot Kubernetes on Autodock
Read it now: https://kube.today/issues/173
βοΈ This newsletter is brought to you by Hadron, the new lightweight secure Linux OS from the Kairos team https://ku.bz/mMZytrj-z
π₯ Kubernetes Egress Control with Squid Proxy
πͺ How We Turned a Forced OS Migration into a 30% Infrastructure Reduction
β‘ Auto-scaling and Load-based Scaling in Kubernetes
π― Smart Scheduler: Intelligent Pod Placement for Kubernetes Cost Optimization
π€ Using Claude Code to Pilot Kubernetes on Autodock
Read it now: https://kube.today/issues/173
βοΈ This newsletter is brought to you by Hadron, the new lightweight secure Linux OS from the Kairos team https://ku.bz/mMZytrj-z
π Kubernetes events starting in the next 24 hours:
4 Mar, 17:00 UTC - What can cloudnative do for AT critical infrastructure: e.g. automotive? | Security Native Europe - π In-person meetup
4 Mar, 17:00 UTC - Kubernetes β Why Does Everyone Talk About It? | Cloud Native MΓΌnster - π In-person meetup
4 Mar, 17:00 UTC - Kyverno β Battle-Tested Policy to Safeguard Production | CNCF Online Programs - π Online meetup
5 Mar, 09:30 UTC - Protect and Restore Your Kubernetes Data | feesh - π Online webinar
5 Mar, 09:00 UTC - Cloud & AI Infrastructure London 2026 | CloserStill - π In-person conference
5 Mar, 12:00 UTC - π₯ SCALE 23x | SCALE - π In-person conference
5 Mar, 12:00 UTC - π₯ Make autoscaling boring by improving how HPA, VPA & Karpenter make decisions | Kubex - π Online webinar
β See all Kubernetes events
4 Mar, 17:00 UTC - What can cloudnative do for AT critical infrastructure: e.g. automotive? | Security Native Europe - π In-person meetup
4 Mar, 17:00 UTC - Kubernetes β Why Does Everyone Talk About It? | Cloud Native MΓΌnster - π In-person meetup
4 Mar, 17:00 UTC - Kyverno β Battle-Tested Policy to Safeguard Production | CNCF Online Programs - π Online meetup
5 Mar, 09:30 UTC - Protect and Restore Your Kubernetes Data | feesh - π Online webinar
5 Mar, 09:00 UTC - Cloud & AI Infrastructure London 2026 | CloserStill - π In-person conference
5 Mar, 12:00 UTC - π₯ SCALE 23x | SCALE - π In-person conference
5 Mar, 12:00 UTC - π₯ Make autoscaling boring by improving how HPA, VPA & Karpenter make decisions | Kubex - π Online webinar
β See all Kubernetes events
Starting in less than 24 hours:
π₯ SCALE 23x (SCALE)
π In-person conference
π 5 Mar
β° 05/03/2026, 12:00 UTC
β Visit the website
π₯ SCALE 23x (SCALE)
π In-person conference
π 5 Mar
β° 05/03/2026, 12:00 UTC
β Visit the website
Starting in about a week:
π₯ Advanced Kubernetes course (LearnKube)
π Online workshop
π 12 Mar
β° 12/03/2026, 13:00 UTC
β Visit the website
π₯ Advanced Kubernetes course (LearnKube)
π Online workshop
π 12 Mar
β° 12/03/2026, 13:00 UTC
β Visit the website
π Kubernetes events starting in the next 24 hours:
5 Mar, 15:30 UTC - Who Owns the OpenTelemetry Config? | Cloud Native Oslo - π In-person meetup
5 Mar, 17:00 UTC - How To Make Your Kubernetes Add-Ons Management Painless in Multi Cloud | ThessalonΓki DevOps Meetup - π In-person meetup
5 Mar, 17:30 UTC - AI Security Monitoring: Detecting Threats Against Production ML Systems by Samuel Desseaux | Cloud Native Brussels - π In-person meetup
6 Mar, 00:00 UTC - Java on Kubernetes: Stop Burning Money | Cloud Native Santo Domingo - π Online meetup
6 Mar, 09:00 UTC - DevOps Not Dead | DevOps Not Dead - π In-person conference
5 Mar, 16:00 UTC - π₯ GPU Multi-Tenancy: When to Share, When to Separate | LearnKube + vCluster - π Online webinar
β See all Kubernetes events
5 Mar, 15:30 UTC - Who Owns the OpenTelemetry Config? | Cloud Native Oslo - π In-person meetup
5 Mar, 17:00 UTC - How To Make Your Kubernetes Add-Ons Management Painless in Multi Cloud | ThessalonΓki DevOps Meetup - π In-person meetup
5 Mar, 17:30 UTC - AI Security Monitoring: Detecting Threats Against Production ML Systems by Samuel Desseaux | Cloud Native Brussels - π In-person meetup
6 Mar, 00:00 UTC - Java on Kubernetes: Stop Burning Money | Cloud Native Santo Domingo - π Online meetup
6 Mar, 09:00 UTC - DevOps Not Dead | DevOps Not Dead - π In-person conference
5 Mar, 16:00 UTC - π₯ GPU Multi-Tenancy: When to Share, When to Separate | LearnKube + vCluster - π Online webinar
β See all Kubernetes events
Starting in two weeks:
π₯ Site Reliability Engineering 2026 (Conf42)
π Online conference
π 19 Mar
β° 19/03/2026, 17:00 UTC
β Visit the website
π₯ Site Reliability Engineering 2026 (Conf42)
π Online conference
π 19 Mar
β° 19/03/2026, 17:00 UTC
β Visit the website
π Kubernetes events starting in the next 24 hours:
6 Mar, 15:30 UTC - OpenTelemetry at Mercado Livre: Building a Large-Scale Ecosystem | Cloud Native SΓ£o Paulo City - π In-person meetup
6 Mar, 16:30 UTC - Introduction to Platform Engineering | Cloud Native Letterkenny - π Online meetup
6 Mar, 17:00 UTC - Kubernetes for Everyone: a User-Friendly Approach with Headlamp | Cloud Native Upstate New York - π Online meetup
6 Mar, 19:00 UTC - Kubernetes Networking & Cilium Lab Walkthrough | eBPF Virtual User Group - π Online meetup
6 Mar, 16:00 UTC - π₯ Devopsdays Los Angeles | Devopsdays - π In-person conference
β See all Kubernetes events
6 Mar, 15:30 UTC - OpenTelemetry at Mercado Livre: Building a Large-Scale Ecosystem | Cloud Native SΓ£o Paulo City - π In-person meetup
6 Mar, 16:30 UTC - Introduction to Platform Engineering | Cloud Native Letterkenny - π Online meetup
6 Mar, 17:00 UTC - Kubernetes for Everyone: a User-Friendly Approach with Headlamp | Cloud Native Upstate New York - π Online meetup
6 Mar, 19:00 UTC - Kubernetes Networking & Cilium Lab Walkthrough | eBPF Virtual User Group - π Online meetup
6 Mar, 16:00 UTC - π₯ Devopsdays Los Angeles | Devopsdays - π In-person conference
β See all Kubernetes events