<![CDATA[CloudNative.Now]]>https://cloudnative.now/https://cloudnative.now/favicon.pngCloudNative.Nowhttps://cloudnative.now/Ghost 6.0Sat, 21 Mar 2026 16:15:00 GMT60<![CDATA[February 2026]]>https://cloudnative.now/2026-february/69a0a5a8d6ce3c006578dbbdFri, 27 Feb 2026 07:27:07 GMT👋 IntroFebruary 2026

Welcome to the February edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

It's a relatively light edition this month - short month, slowness at the start of the year and folks waiting for KubeCon next month to make big announcements - but there's still plenty of 🔥hot🔥 posts included!

While this month seems to be have calm for some folks, I've been keeping busy!

Rejekts Amsterdam is coming along great! The org team are absolutely smashing it and I can't wait to see all their hard work pay off. The schedule is looking great, everything is falling into place and tickets are running out - I can't wait to see everyone there!

I also gave two talks at ContainerDays London this month, including a brand new one all about giving technical talks which I really enjoyed. Really hoping I have an opportunity to give that again as I got some fantastic feedback on how I can make it better! Unfortunately none of the talks were recorded though. 😞 Although, that's prob for the best as the conference had a real problem with noise in the venue.

KubeCon is just around the corner and my week is going to be jam packed - I'm hoping to catch up with as many people as I can while there so please do come find me:
Saturday: Cloud Native Rejekts
Sunday: Maintainer Summit - I’m looking forward to diving deep into the technical discussions with the brilliant minds building our cloud native tools.
Monday: Co-located Events - I’ll be exploring a few different events, but most likely Platform Engineering Day. Let me know if you're going!
Tuesday: KubeCon kicks off! Also, don’t miss Kuberoke in the evening, the #1 party of the year! 🎶🎤 (get your ticket while you can!)
Wednesday: I’m giving my first-ever KubeCon talk with my awesome friend Márk Sági-Kazár. Come find us in Hall 7 Room A at 11:45am for some fun ‘Kube Oddities’! Really looking forward to this!
Thursday: KubeCon wraps up. If I haven’t had a chance to connect with you yet, I’ll be focusing on the hallway track and catching up with everyone this day.

If you'd like to catch up at KubeCon or any of the events around it, feel free to reach out to me on any of my socials. 👋 If you're looking for things to do in the evenings there are a whole bunch of 🎉parties🎉 going on, be sure to check out conf.party for all the fun happening throughout the week.

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

  • Why the OpenTelemetry Batch Processor is Going Away (Eventually)
    An analysis of why the OpenTelemetry community is moving away from the in-memory batch processor in favor of exporter-level batching. This post explains the architectural limitations of memory buffering during Collector restarts, the resulting risk of data loss, and how persistent storage in the exporter-level approach provides better durability for production telemetry.
  • Treat the edge like infrastructure, not an exception  - Manuel Gawert
    A look at why you should be treating edge computing as infrastructure and not an exception compared to the rest of your infrastructure.
  • Introducing Node Readiness Controller  - Ajay Sundar Karuppasamy
    In the standard Kubernetes model, a node’s suitability for workloads hinges on a single binary "Ready" condition. However, in modern Kubernetes environments, nodes require complex infrastructure dependencies—such as network agents, storage drivers, GPU firmware, or custom health checks—to be fully operational before they can reliably host pods. This project introduces a declarative system for managing node taints, extending the readiness guardrails during node bootstrapping beyond standard conditions.
  • 📗 Cilium: Up and Running - Isovalent
    A new book from the folks at Isovalent, including my dear friend James Leverack, about operating Cilium and leveraging it to its fullest. It's available in bookshops now, or you can download it free from Cilium - or, if you're going to be at KubeCon Amsterdam you have a chance to pick up a signed copy!
  • Self-hosting my websites using bootable containers  - Yorick Peterse
    A very, very details article that covers all about investigating and implementing containers as a bootable application for hosting their website.
  • Kubernetes Ingress NGINX Shutdown: Migration Guide  - Monika Chauhan
    Kubernetes Ingress NGINX shuts down March 2026. Learn security risks and Gateway API migration strategies from Kubernetes Steering Committee.
  • Red Hat takes on Docker Desktop with its enterprise Podman Desktop build  - Steven J. Vaughan-Nichols
    Red Hat is betting a commercially supported Podman Desktop can lure corporate developers away from Docker Desktop.
  • State of AI-Assisted Development in CNCF Projects - cncf
    This initiative empowers the CNCF projects to move from ad-hoc experimentation to confident adoption by surveying real-world AI tool usage across CNCF projects and delivering a practical, vendor-neutral guide for secure integration.
  • Heroku Is (Finally, Officially) Dead - Will Vincent
    Analyzing the official announcement of the end of Heroku and reviewing hosting alternatives in 2026.
  • ArgoCD to Flux  - Vlad Mocanu
    Migrating from ArgoCD to Flux — the why, the how, and what I learned
  • Announcing H2 2026 KCDs
    The next batch of Kubernetes Community Days from around the world has been announced including five new locations!

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

  • A Beginner's Guide to Kubernetes  - Arsh Sharma
    Learn the fundamentals of Kubernetes. Understand core resources like Pods, Deployments, Services, and more.
  • 📺 Cilium Explained: eBPF-Powered Kubernetes Networking  - Whitney Lee
    Why is Cilium one of the most widely adopted Container Networking Interfaces (CNIs) in production Kubernetes environments? What does it do differently?
  • 📺 Secure your Kubernetes applications with Chainguard  - Kubernetes Bytes
    In this episode Bhavin talks to Adrian Mouat, Dev Rel at Chainguard about all things Kubernetes Security. They discuss CVEs, the different vulnerability databases, and how platform engineers can use Chainguard images to protect against CVEs.

🧰 Tools

  • node-readiness-controller - kubernetes-sigs
    This repository contains a Kubernetes controller that manages node taints based on multiple readiness conditions, providing fine-grained control over when nodes are ready to accept workloads. See above for the announcement post for more details.
  • TOPF - Talos Orchestrator  - PostFinance
    TOPF is managing Talos based Kubernetes clusters. It provides functionality for bootstrapping new clusters, resetting existing ones, and applying configuration changes.
  • homelab: A K8s homelab on public VPS. Built to learn from — or fork and make your own.  - tograu
    A personal Kubernetes homelab built with Ansible (IaC) and Argo CD (GitOps), running on VPS infrastructure. It's designed to be rebuilt, not to never fail.
  • K8s Games - Rohit Ghumare
    Deploy pods, fix CrashLoopBackOff, type real kubectl commands — all in a 3D simulation that runs in your browser. No install needed.
  • Announcing Kyverno 1.17!  - Charles-Edouard Breteche
    Kyverno 1.17 is a landmark release that marks the stabilization of our next-generation Common Expression Language (CEL) policy engine.
  • Announcing Flux 2.8 GA  - Stefan Prodan & Matheus Pimenta 
    Flux v2.8 comes with Helm v4 support, bringing server-side apply and enhanced health checking to Helm releases.

🎤 Events and CFPs

Events

  • 🎉 Conf.Party - KubeCon + CloudNativeCon Europe
    Find all the parties, socials and meetups in and around KubeCon in Amsterdam
  • 🇳🇱 Cloud Native Rejekts Europe 2026  - 21st March, 2026
    Rejekts is the best kick-off to your KubeCon week. If y'all are going to be in Amsterdam on the 21st be sure to grab a FREE ticket now while you still can! The schedule is looking great! 💙
  • 🇨🇦 KCD Toronto 2026  - 13th May, 2026
    Join the inaugural KCD Toronto 2026, the biggest event in Toronto for the cloud-native and Kubernetes community.
  • 🇷🇴 Cloud Native Days Romania  - 18th - 19th May, 2026
    Cloud Native Days Romania is coming in May and the early bird tickets are still available at €99 for corporate or €49 for individuals! Be sure to grab this fantastic price before they go up March 15th!

CFPs

💬 Social Post of the Month

February 2026
Huge new release from Flux

🤷 Misc & Fun

  • I Made An ESP32 On-Call Beeper  - Kyle Tryon
    A fun personal project from Kyle about building an on-call beeper (pager). I'd really love to see something like this as swag from one of the KubeCon sponsors (hint hint Incident.io 😉)

Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[January 2026]]>https://cloudnative.now/2026-january/697a5a33d6ce3c006578d8aeFri, 30 Jan 2026 07:34:12 GMT👋 IntroJanuary 2026

Welcome to the January edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

What. A. Month. 😮‍💨

Can you believe it's still January?! I don't know about y'all but for me this month has felt so long! It's been a busy one for sure!

I've been working on a couple new talks I'll be giving soon that I'm very excited about. The first is a meta talk about giving talk titled "Debugging Your Conference Talk: Practical Tips to Resonate with your Audience" that I will be giving at Container Days London next month, as well as an updated version of my "Pod Deep Dive" talk that I have a lot of fun giving. The other new talk I will be giving at KubeCon in March alongside my dear friend Márk where we will be going over some of our favourite "Kube Oddities" in fun and lighthearted talk. Kinda nervous about this one, not only is it my first KubeCon talk but also my first time giving a talk with someone else! 😱

Speaking of KubeCon, I've also been helping out the 🎤 Chief Karaoke Officer Lian (and other amazing peeps) with organising Kuberoke for after KubeCon day 1 in Amsterdam. It's going to be an amazing night, I can't wait! 💙 Be sure to keep an eye out for the tickets being made available soon!

And, if that wasn't enough... some huge news from me this month is that I've joined Lexi and Laura to form a new Steering Committee for the ✨incredibleCloud Native Rejekts conference to ensure it has a future after Microsoft decided to no longer keep it running. We're taking it back to it's community-focussed roots and things are already in full swing to get something together in time for KubeCon Amsterdam in March. If you haven't already seen the full announcement I recommend giving it a read on LinkedIn. ♥️
If you are able to help out with sponsorship, or know someone who might, please take a look at the Sponsorship Prospectus. 🙏

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky, Mastodon or LinkedIn! 💬

📰 News & Articles


Help me improve this newsletter:
Feedback Form

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

  • 📺 Managing Secrets in Configuration Files with SOPS  - Whitney Lee
    Tired of .env files and worried about leaking API keys in your Git repository? There's a better way.
  • Kubernetes the (Very) Hard Way  - Márk Sági-Kazár
    A hands-on, step-by-step guide to assembling a Kubernetes cluster from the ground up, (without using any automation) while deeply exploring each component's role and functionality along the way.
  • Uniform API server access using clientcmd  - Stephen Kitt
    If you've ever wanted to develop a command line client for a Kubernetes API, especially if you've considered making your client usable as a kubectl plugin, you might have wondered how to make your client feel familiar to users of kubectl. A quick glance at the output of kubectl options might put a damper on that: "Am I really supposed to implement all those options?" Fear not, others have done a lot of the work involved for you.
  • 📺 Telemetry Talks - Ep.1 - Observability and OpenTelemetry  - VictoriaMetrics
    In the first episode of Telemetry Talks, Diana talks with Jose, VictoriaMetrics Cloud Lead, about the practical origins of observability and how OpenTelemetry is shaping modern monitoring.
  • Experimenting with Gateway API using kind  - Ricardo Katz
    This tutorial will guide you through setting up a local experimental environment with Gateway API on kind.

🧰 Tools

  • eBPF.party  - David Ventura
    Learn eBPF through hands-on exercises. Write, compile, and run programs directly from your browser.

🎤 Events and CFPs

Events

CFPs

💬 Social Post of the Month

January 2026
Super excited to be helping ensure Rejekts has a future

🤷 Misc & Fun

  • DNS Belgium leaves AWS
    DNS Belgium intends to eventually remove its critical infrastructure from AWS and migrate to a European cloud provider.
  • HackerNews Readings
    A neat app that lets you see comments on HackerNews related to specific books. Good for finding recommendations or what to avoid.
  • Solving Factorio with Terraform  - Bevel Work
    When you have terraform, every problem's a nail.
  • Isometric NYC
    This is quite a mindblowing post on how Isometric NYC (check it out if you haven't seen it!) was made.

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[December 2025]]>https://cloudnative.now/2025-december/69524de7d6ce3c006578d5d3Wed, 31 Dec 2025 08:49:17 GMT👋 IntroDecember 2025

Welcome to the December edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

Can you believe it's been a whole year of this newsletter?! 🤯 The time has flown by. If you missed any months, you can always catch up from the archive.

I was originally expecting this issue to be mostly a look back on the past year, anticipating not much happening this month due to the holiday period and general end-of-year slowdown. But it seems that doesn't slow down the cloud native community! 🚀 There has been plenty going on this month from new Kubernetes releases to several open CFPs and a sprinkling of articles around some serious downtime recently.

I hope you've all had a wonderful holiday, whether you celebrate or not, and I wish each and every one of you a truly fantastic new year. 💙 Here's hoping 2026 bring you all everything you want! 🎆

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

  • Three Core Principles for Sustainable Platform Design  - Abby Bangser
    Many platforms solve today's problems but don’t scale. Move beyond simple tools to build platforms that pass key value tests and support long-term growth.
  • Announcing Amazon EKS Capabilities for workload orchestration and cloud resource management - Channy Yun
    Big news for EKS users! New EKS Capabilities make EKS cluster more production-ready from day one by providing managed functionality to handle cluster operations. Available at launch: Argo CD, AWS Controllers for Kubernetes and Kube Resource Orchestrator.
  • Introducing the Technology Matrix - Rawkode
    Your new compass for the Cloud Native landscape. Explore, filter, and learn about the technologies that power modern platforms.
    I really like what David is trying to do here and think the Technology Matrix is really well presented with some clear categorization. Think a much less overwhelming CNCF Landscape, with some opinionated choice added in to help differentiate between the options.
  • Canonical Extends Kubernetes Long-Term Support to 15 Years - Steven J. Vaughan-Nichols
    I'm not really sure who this is for exactly but if you do want to run the same Kubernetes for 15 years I guess Canonical have you covered.
  • Announcement: Checkpoint/Restore WG is here! - Viktória Spišaková
    A new Kubernetes working group has been set up to discuss and advance checkpoint restore. If that's something you're interested in or are able to help out with please consider joining the working group.
  • How when AWS was down, we were not - Warren Parad
    Nothing can have an unlimited uptime. But even when AWS and other hyperscalers are having incidents, Authress created an architecture that is resilient to those outages. This article covers how they've managed to achieve that and avoid being impacted when many others were.
  • Cloudflare outage on December 5, 2025 - Dane Knecht
    Cloudflare experienced a significant traffic outage on December 5, 2025, starting approximately at 8:47 UTC. The incident lasted approximately 25 minutes before resolution. This is Cloudflare's write up of what happened and how they are improving things.
  • How the Team Behind Valkey Knew It Was Time to Fork - Steven J. Vaughan-Nichols
    Lessons from the Valkey team on breaking away from a company that wants to close your open source project.
  • Hardened Images for Everyone - Christian Dupuis & Michael Donovan
    Docker has released Docker Hardened Images that are now free to use, share, and build on with no licensing surprises.
  • New Features We Find Exciting in the Kubernetes 1.35 Release - Arsh Sharma
    The folks at Metalbear share some of their favourite new features from the Kubernetes 1.35 release.
    Read more about this release and its various new features in the Tools section below. 👇
  • What's Wrong with Kubernetes Today - Debo Ray
    A look at how Kubernetes fails to effectively scale without waste. Covers various bin packing approaches and tools used in Kubernetes today and how they work and where they fall short.
  • It works on my cluster: a tale of two troubleshooters - Liam Mackie
    Kubernetes is hard to troubleshoot. Learn how two teams worked together to troubleshoot a particularly tricky bug.

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

🎤 Events and CFPs

Events

  • 🇬🇧 ContainerDays London 2026 - 11th - 12th February, 2026
    ContainerDays is coming to the UK for the first time next year and tickets are now available. I'm going to be giving two talks here! 🤯
    If you're looking to grab a ticket, take a look at the ContainerDays LinkedIn account where they've been giving away some free tickets over the holidays. If you're quick you might still be able to grab one! 😉
  • 🇳🇱 KubeCon + CloudNativeCon Amsterdam - 23 26 March
    KubeCon + CloudNativeCon is going back to Amsterdam!
    On a personal note, this will be the first time that I'm speaking there! 😮 Very excited about that!
    Get 15% off ticket prices with code: KCEU26ABSH15
  • 🇯🇵 KubeCon + CloudNativeCon Japan - 29 30 July
    KubeCon + CloudNativeCon is going back to Japan. This time in Yokohama!

CFPs

💬 Social Post of the Month

December 2025
10 years of Cilium! 😮

🤷 Misc & Fun


Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[November 2025]]>https://cloudnative.now/2025-november/692946c3d6ce3c006578d319Fri, 28 Nov 2025 07:50:44 GMT👋 IntroNovember 2025

Welcome to the November edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

Lots has been going on this month! KubeCon brought a lot of activity and some great talks and announcements but we've also seen the (upcoming) retirement of ingress-nginx, some major releases of Helm and external-secrets and a Cloudflare outage that effected lots of the internet.

This months issue also includes all the recordings from not one, not two, not three but FOUR different conferences! 😮 That should keep y'all busy in the fast approaching winter nights.

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

  • Kustomize logo design proposals - Kustomize
    The Kustomize project is looking for a new logo. If you're feeling creative why not add your submission?
  • Tailscale Welcomes Kubernetes Co-Founder Joe Beda as Advisor - Joab Jackson
    The Kubernetes co-founder will help bring Wireguard VPN's ease of use to solving complicated K8s networking patterns.
  • Announcing the 2025 Steering Committee Election Results - Arujjwal Negi
    The 2025 Steering Committee Election is now complete. The Kubernetes Steering Committee consists of 7 seats, 4 of which were up for election in 2025. Incoming committee members serve a term of 2 years, and all members are elected by the Kubernetes Community.
  • Ingress NGINX Retirement: What You Need to Know - Tabitha Sable
    If you haven't heard already - ingress-nginx is being retired due to lack of time and support for the maintainers of the project. This post outlines the current plan for maintenance and retirement.
  • Navigating the Ingress-nginx Archival: Why Now Is the Time to Move to Cilium - Isovalent
    Following on from the above post, this post explains what the retirement means, compares your options, and shows how to migrate quickly to Cilium Ingress or adopt the Cilium Gateway API for advanced traffic management.
  • External Secrets Inc is winding down - External Secrets Inc
    External Secrets Inc., the company set up to build out External Secrets, is winding down operations but its not just bad news. All of the (formerly) proprietary code is now open source (under the MIT License) so that all may benefit from what they've created.
  • Kubernetes v1.35 Sneak Peek - Aakanksha Bhende, Arujjwal Negi, Chad M. Crowell, Graziano Casto & Swathi Rao 
    A look at what we can expect from the upcoming Kubernetes v1.35 release expected to be released December 17th.
  • Gateway API 1.4: New Features -  Beka Modebadze
    The Kubernetes SIG Network community presented the General Availability release of Gateway API (v1.4.0)! Released on October 6, 2025, version 1.4.0 reinforces the path for modern, expressive, and extensible service networking in Kubernetes.
  • SRE math every engineer should know: a practical guide - Srivatsa RV
    Curious how top engineers keep systems reliable? This guide breaks down the maths behind Site Reliability Engineering into simple, real-life examples whether it’s understanding error budgets, decoding percentiles, or making sense of dashboards. Perfect if you want to stop firefighting and start making data-driven, confident decisions on call.
  • A 2025 look at real-world Kubernetes version adoption - Rory McCune
    Rory took a fresh look at the state of Kubernetes version adoption and things are looking generally pretty good.
  • Cloudflare outage on November 18, 2025 - Matthew Prince
    Cloudflare suffered a service outage on November 18, 2025. The outage was triggered by a bug in generation logic for a Bot Management feature file causing many Cloudflare services to be affected. This post breaks down the cause and the steps taken to identify and fix the problem.
  • How Amazon Prepares for Black Friday: Predictive Modeling - Joab Jackson
    As Black Friday approaches, two Amazon engineers shared secrets of how they ensure the shopping service stays up even under heavy duress.

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

🎤 Events and CFPs

Events

  • 🇬🇧 ContainerDays London 2026 - 11th - 12th February, 2026
    ContainerDays is coming to the UK for the first time next year and tickets are now available. I'll also be speaking so come say hi if you are there! 👋
  • 🇨🇭 Cloud Native Zürich 2026 -11th June, 2026
    Tickets are now available for Cloud Native Zürich

CFPs

💬 Social Post of the Month

November 2025
There was quite a queue to get into KubeCon this year.

🤷 Misc & Fun


Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[October 2025]]>https://cloudnative.now/2025-october/68db724df94bf900650e422eFri, 31 Oct 2025 08:25:03 GMT👋 IntroOctober 2025

Welcome to the October edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

This month seems to have flow by! How is it Halloween already!? 👻

I managed to attend one of my favourite cloud native conferences this month - Kubernetes Community Days UK - this time hosted in wonderful Edinburgh for the first time. It was great to see so many lovely friends, both new and old. I also had the pleasure of not only seeing my teammates giving a talk to a full room but also watching so many of my dear friends giving amazing talks throughout the two days. 💙

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

  • Announcing Flux 2.7 GA
    Flux v2.7.0 has been released! Here you will find highlights of new features and improvements in this release.
  • CNCF Project Level Updates
    There's been several projects this month that have either being adopted by the CNCF or have been promoted to a new level:
  • Introducing Headlamp Plugin for Karpenter - Scaling and Visibility - René Dudfield & Anirban Singha
    Headlamp is an open‑source, extensible Kubernetes SIG UI project designed to let you explore, manage, and debug cluster resources.
    Karpenter is a Kubernetes Autoscaling SIG node provisioning project that helps clusters scale quickly and efficiently. It launches new nodes in seconds, selects appropriate instance types for workloads, and manages the full node lifecycle, including scale-down.
    The new Headlamp Karpenter Plugin adds real-time visibility into Karpenter’s activity directly from the Headlamp UI.
    • Headlamp Plugins
      Following on from the above, Headlamp have a new, fancy plugins website.
  • Spotter - Madhu Akula
    Spotter is a comprehensive Kubernetes security scanner that uses CEL-based rules to identify security vulnerabilities, misconfigurations, and compliance violations across your Kubernetes clusters, manifests, and CI/CD pipelines.
  • Secure and Free MinIO Chainguard Containers - Chainguard
    MinIO pulled its free images—but Chainguard has you covered. Get zero-CVE, continuously built MinIO and MinIO Client containers, free and secure from Chainguard.

🎤 Events and CFPs

Events

  • 🇳🇱 KubeCon + CloudNativeCon Europe - 23rd – 26th March, 2026
    Tickets for KubeCon EU are on sale and the early bird pricing ends November 19th! If you're planning to attend and want to save some $$$ be sure to get your ticket soon.
  • 🇩🇪 CNS Munich - 29th – 30th June, 2026
    Cloud Native Summit Munich have a date locked in for next year and are now looking for sponsors.
  • 🇺🇸 KubeCon + CloudNativeCon North America 2026 - 9th – 12th November, 2026
    The location for KubeCon NA 2026 has changed! Due to issues with the venue it will no longer be in LA but instead back in Salt Lake City.

CFPs

💬 Social Post of the Month

October 2025
Spoooooookkkyyyyy

🤷 Misc & Fun


Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[September 2025]]>https://cloudnative.now/2025-september/68bd3279c88714006c3a3ac8Tue, 30 Sep 2025 05:50:18 GMT👋 IntroSeptember 2025

Welcome to the September edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

It's been a busy week for me. Not only have I been busy with my first month at Monzo I was also in Hamburg for a week while giving at talk at ContainerDays.

With all that, and the Bitnami Helm chart mess, I didn't end up having the time to do the upgrade and tweaks to this newsletter that I mentioned last month. Ah well. There's no rush. (I did have my first couple paid members sign up last month! THANK YOU! 💙)

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

🎤 Events and CFPs

Events

CFPs

💬 Social Post of the Month

September 2025
Happy Birthday Jaeger! 🎉

🤷 Misc & Fun

  • Not a Robot - Neal
    Really prove that you're not a robot with a series of increasingly difficult captchas you need to solve. I only made it as far as the maths one. 🙈
  • Messenger
    It's a small planet, but someone's gotta make the deliveries. A very cute realtime game, all in the browser.

Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[August 2025]]>https://cloudnative.now/2025-august/688b08593b9f9400650d722bFri, 29 Aug 2025 05:41:19 GMT👋 IntroAugust 2025

Welcome to the August edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

This month's issues is slightly lighter than previous as it seems as not as much has been going on this month (summer holidays for many people likely contributed to that) but it has been quite a busy month for me personaly.

I started off this month with a very lovely week off for my birthday where I visited Bristol, exploring all the increadible street art they have on offer there, followed by spending some time in the Peak District (near my hometown) visiting my friend. The rest of this month has been spent focussing on wrapping up my four years at Giant Swarm (😱) before starting my new role at Monzo! 🎉

I have also updated Ghost, which runs this newsletter, to the latest major release - Ghost 6.0. Right now you wont notice any changes but in the coming weeks I plan to migrate away from the Bitnami Helm chart and images (see news below) and attempt to anable the new analytics and social web features that this new version introduces. I am unsure yet if I'll be keeping the analytics enabled or not - I will only do so if they are sufficiently anonymous as I only really want to know what is working vs what is not so I can improve future issues.

I have also enabled a paid subscription tier for members that want to help cover the running costs of this newletter. It's set at £1/month and is very much an experiment right now but it does come with the ability to comment on posts. Just be aware that depending on how this goes I might end up dropping it. Feedback very much appreciated!

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

  • Kubernetes: Admission Control - Márk Sági-Kazár
    Dive deep into Kubernetes admission control with hands-on examples. Learn how admission controllers influence cluster behavior, apply default configurations, and enforce policies for consistency and compliance.
  • 📺 Episode 190: Enigma Machine in eBPF - eBPF & Cilium Community
    Liz talks through implementing the Enigma machine in eBPF. 😮
  • 🎙️ Communications Skills, Ultrarunning, and Whacky YouTube Thumbnails, with James Eastham - Coté & Whitney Lee
    In this episode, Whitney and Coté talk with James Eastham about developing social skills through reading, the importance of deep work in productivity, and the mental challenges of ultrarunning.
  • 📺 From Chaos to Clarity: Mastering Distributed Systems with Jaeger - Whitney Lee
    In this episode of 🌩️ Thunder, Whitney Lee and Jonah Kowall explain what Jaeger does, why it exists, and how this powerful tool helps teams understand complex microservices architectures and solve problems across distributed systems. From spans and traces to storage backends, sampling, and scaling, this short recap shows how Jaeger and OpenTelemetry work together to make distributed tracing practical for modern microservices.
  • 📺Understanding Perses: Open Standards for Observability Dashboarding in CNCF - Whitney Lee wiggitywhitney
    In this episode of 🌩️ Thunder, learn about Perses, the innovative open standard for observability dashboarding, with Eric Deschabelle from Kronosphere and CNCF Ambassador Whitney Lee. Discover how this tool integrates with existing CNCF technologies and enables automated dashboard management. What sets Perses apart?: dashboards as code, built-in validation, and a Prometheus-native workflow that plays nicely with GitOps. We also talk about what makes a dashboard useful in the first place, and how teams can avoid the common trap of collecting metrics they never actually look at.
  • Kubernetes: Runtime Class - Márk Sági-Kazár
    Learn how to configure and use Kubernetes Runtime Classes to specify different container runtimes for your workloads. Explore different OCI runtimes and their scheduling constraints.

🧰 Tools

  • Kubernetes v1.34.0
    The latest and greatest version of Kubernetes is now available.
  • Kind v0.33.0
    This is small release containing patched dependencies and Kubernetes 1.34, as well as a bugfix for Kubernetes v1.33.0+ cluster reboots.
  • helm-chart-toolbox - Grafana
    This repository provides a set of tools and utilities to help with the development, testing, and management of Helm charts. It includes features for generating documentation, schemas, running tests, and more!
  • Announcing Kyverno Release 1.15! - Kyverno
    Kyverno 1.15 makes policy management more modular, streamlined, and powerful. This release includes new MutatingPolicy, GeneratingPolicy and more!
  • Kubernetes Spec v1.33: Reference Guide and Documentation - Aptakube
    Not new but something I re-discovered this month and wanted to share. Kubespac provides a really nice UI explorer for Kubernetes resources with syntax highlighting and change history. It also include some populare 3rd-party CRDs such as Kyverno.
  • KYAML - kubernetes
    A new output format is being introduced into Kubectl - "KYAML"!
    This format is a strict subset (aka "dialect") of standard YAML, and so should be parseable by the existing ecosystem. This dialect seeks to emphasize syntactical choices which avoid many of the most common traps in YAML. For example, unlike standard YAML output, this dialect is not whitespace-sensitive, which makes it vastly easier to patch correctly in things like Helm charts.
  • Caddy HTTP handler module for Kubernetes admission webhooks - Márk Sági-Kazár
    Caddy HTTP handler module for Kubernetes admission webhooks.
  • Kaniuse - Kubernetes Feature Status Tracker - Kaniuse
    Track and discover Kubernetes features across different lifecycle stages - Alpha, Beta, GA, Deprecated, and Removed. Stay updated with K8s feature status changes.
    Please note: this currently isn't available on mobile / small displays. Take a look on your laptop for the full goodness!

🎤 Events and CFPs

Events

CFPs

💬 Social Post of the Month

August 2025
Naming is hard, right? 😅

🤷 Misc & Fun

  • TIL that You can spot base64 encoded JSON, certificates, and private keys - Thibault Martin
    A colleague was able to spot that a long string of gibberish was base64 encoded json. I couldn't believe he was base64 decoding on the fly without tools, so I asked him how he did it. It turns out that everyone can spot base64 encoded json.
  • Go Concurrency Rocks - Go Concurrency Rocks
    Interactive exploration of Go concurrency patterns
  • ohyaml.wtf | YAML Quiz -
    YAML is known to be nobody's friend and almost everyone's enemy. Try this to see if it's your friend or foe!
  • Offline QR Codes - Ben Foxall
    Have you tried using a QR Code for that?
  • An Interactive Guide to SVG Paths • Josh W. Comeau - Josh W. Comeau
    SVG gives us many different primitives to work with, but by far the most powerful is theelement. Unfortunately, it’s also the most inscrutable, with its compact Regex-style syntax. In this tutorial, we’ll demystify this infamous element and see some of the cool things we can do with it!
  • Bsky-screenshot - Marcus Noble
    A web app to generate screenshots of Bluesky posts. You can see this in action above.

Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[July 2025]]>https://cloudnative.now/2025-july/68623320c34291006507b836Thu, 31 Jul 2025 06:00:53 GMT👋 IntroJuly 2025

Welcome to the July edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

This month I attended Cloud Native Summit Munich for the first time and was able to give my Pod deep-dive talk to a mostly packed room. It was a fantastic event and I managed to have a lot of really great discussions with loads of people. A huge thank you to everyone involved in making the event what it was. It was also so lovely to have people come up to me and tell me they read this newsletter! 💙 Hiiiiii y'all! 👋

This months issue is slightly shorter (although still packed with plenty!) as it seems people are taking well deserved time off for the summer. 🏖️ I'm also going on a short holiday imediately after this post is published although with the inconsistent weather we've had here lately I'm not sure how summer-y it's going to be. 😅

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

  • Introducing First-Party Helm Charts for Chainguard Containers - Sam Katzen & Tazin Progga
    Chainguard first-party Helm Charts are designed to work seamlessly with their continuously updated container images.
  • Time-based deployments with Flux Operator - Matheus Pimenta & Stefan Prodan
    Update your Kubernetes workloads based on schedules with Flux Operator.
  • I shouldn’t have to read installer code every day - Brian Grant
    "I don’t want helm charts to be my interface to off-the-shelf components on a d§aily basis. Kubernetes resources are simpler." - I can certainly understand a lot of Brians frustrations.
  • Kubernetes List API performance and reliability - Ahmet Alp Balkan
    Another great technical post from Ahmet - this time looking at List API performance at scale.
  • DNS Hijacking in Kubernetes - Jan-Otto Kröpke
    Kubernetes DNS, while convenient, harbors a security risk: a lack of understanding regarding its resolution mechanisms permits attackers to redirect cluster traffic without exploits, simply by creating specific namespaces and services. Some good suggestions in this short post to make your clusters a little more secure.
  • Kubelet Tracing Coming in K8s 1.34! - David Flanagan
    Kubernetes 1.34 will deliver distributed tracing in the kubelet, providing unprecedented visibility into node-level operations that have been a debugging black box until now.
  • 2025 Docker State of App Dev: Key Insights Revealed - Olga Diachkova, Rebecca Floyd & Julia Wilson
    Explore Docker’s 2025 App Dev Report: Discover trends in developer productivity, AI adoption, and security practices shaping modern software development
  • Incidents/2025-05-08 Papal announcement traffic surge - Wikipedia
    A report from Wikipedia about how the new Pope announcement caused some issues for them due to traffic surge.
  • FluxCD: Why the GitOps Pioneer Remains Its Future - David Flanagan
    A definitive look at FluxCD's controller-first design and why its architectural alignment with Kubernetes offers [arguably] superior security, efficiency, and operational maturity over ArgoCD.
  • Under the hood: Amazon EKS ultra scale clusters - AWS
    Amazon Elastic Kubernetes Service (Amazon EKS) announced support for clusters with up to 100,000 nodes. This post takes a look under the hood of that achievement.
  • Post-Quantum Cryptography in Kubernetes - Fabian Kammel
    The world of cryptography is on the cusp of a major shift with the advent of quantum computing. While powerful quantum computers are still largely theoretical for many applications, their potential to break current cryptographic standards is a serious concern, especially for long-lived systems. This is where Post-Quantum Cryptography (PQC) comes in. In this article, I'll dive into what PQC means for TLS and, more specifically, for the Kubernetes ecosystem. I'll explain what the (suprising) state of PQC in Kubernetes is and what the implications are for current and future clusters.
  • Mid-Year 2025 CNCF Open Source Project Velocity - Chris Aniszczyk
    As we reach mid-year 2025, it’s time to reflect on the development velocity of CNCF, Linux Foundation, and the top 30 open source projects.
  • Kubernetes v1.34 Sneak Peek - Agustina Barbetta, Alejandro Josue Leon Bellido, Graziano Casto, Melony Qin & Dipesh Rawat
    Kubernetes v1.34 is coming at the end of August 2025. This release will not include any removal or deprecation, but it is packed with an impressive number of enhancements.
  • Prometheus Labels: Understanding and Best Practices - Neel Shah
    Some best practices for using labels in your metrics.

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

  • 📺 What Service Mesh Adds to Observability - Whitney Lee
    In this episode of 🌩️ Thunder, Whitney Lee and Abdel Sghiouar demystify the world of service mesh.
  • 📺 Using Chainguard's Helm Charts - Adrian Mouat
    Adrian takes a look at using the new Helm charts from Chainguard (see article above)
  • 🎙️ Cords, Cyborgs & Cold Cases: Grandpa Dancy’s Operating System for Life - Software Defined Talk
    Coté and Whitney speak with Chris Dancy as they wander delightfully through stories of Google Glass, Apple Vision Pro, Palmolive soap metaphors, and Grandpa Cyborg’s widget garage for municipalities. With sincerity and sparkle, Chris makes the case that life should be intentional, measurable, and ultimately — more loving.

🧰 Tools

  • octelium - octelium
    A next-gen FOSS self-hosted unified zero trust secure access platform that can operate as a remote access VPN, a ZTNA/BeyondCorp architecture, API/AI gateway, a PaaS, an infrastructure for MCP & A2A architectures or even as an ngrok-alternative and a homelab infrastructure.
  • seabee - National Security Agency
    SeaBee enforces policy-based access control on eBPF objects. Released by the NSA of all people.

Help me improve this newsletter:
Feedback Form

🎤 Events and CFPs

Events

  • 🇮🇳KubeCon + CloudNativeCon India - 6th → 7th August, 2025
  • 🇩🇪 ContainerDays - 9th 11th September, 2025
    I'll be speaking here on the final day. 😁
  • 🇧🇬 KCD Sofia - 18th September
    The first-ever KCD in Bulgaria! I'm sad to be missing this one, I'm sure it's going to be great!
  • 🇯🇵 KubeCon + CloudNativeCon Japan 2026 - 29th 30th July, 2026
    KubeCon will officially be back in Japan next year. This time in Yokohama.

CFPs

💬 Social Post of the Month

July 2025
I do love seeing documentation update PRs.

🤷 Misc & Fun

  • stacks·camera - Ben Foxall
    Collect a stack of photos by lining up your camera over the last picture you took.
  • SVGs that feel like GIFs - Vincent Warmerdam
    The moving image below is only 49Kb and has an incredibly high resolution. It's similar to a GIF but instead of showing moving images, it shows moving SVGs!
  • I displayed an open graph image and had to pay how much?! - Alistair Shepherd
    A media company demanded a license fee for an Open Graph image used on my twitter archive. I gave in and paid it, but what does that mean for open graph images and copyright?

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[June 2025]]>https://cloudnative.now/2025-june/68480a491604550063c84904Mon, 30 Jun 2025 06:18:35 GMT👋 IntroJune 2025

Welcome to the June edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

Can you believe that there has been not one but TWO KubeCon's this month?! Not only was the month kicked off with KubeCon China but also the first ever KubeCon Japan took place in Tokyo and was a huge success. I'm very jealous to everyone who was able to attend, both events looked increadible and I had massive FOMO seeing all the photos.
If you also was unable to attend, the talk recordings are already online:

On top of that,  Apple had their annual WWDC where they announced a new open source container tool and framework for Mac OS 🤯 (See tools below).

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

  • 🎙️ Cloud Native Compass - The Future of Sustainability in Open Source
    In this mind-bending episode, Hazel Weakly guides us through the social, economic, and emotional layers of open source communities. We dig into governance, funding models, trust, burnout, and what it means to scale collective ownership—without losing your mind.
  • 📺 Kubernetes Monitoring 101: A Practical Walkthrough - Whitney Lee
    In this episode of 🌩️ Thunder, Whitney Lee and Pete Wall walk through the fundamentals of monitoring Kubernetes: what to collect, where to collect it from, and how to make sense of it all. From logs and metrics to traces, profiles, and dashboards, this video highlights key tools and concepts—including node health, kube-state-metrics, OpenCost, and more.
  • 🎙️ Cloud Native Compass - Observability for Developers: What You Need to Know?
    In this episode, David and Laura discuss the intricacies of observability in microservices with Adriana Villela, a principal developer advocate at Dynatrace and an OpenTelemetry maintainer. Adriana shares insights about the importance of properly instrumenting code, managing technical debt, and balancing the environmental impact of observability data.

🧰 Tools

  • container - Apple
    A tool for creating and running Linux containers using lightweight virtual machines on a Mac written in Swift, and optimized for Apple silicon.
  • containerization - Apple
    Containerization is a Swift package for running Linux containers on macOS.
  • kubectl-node_resource - ahmetb
    kubectl node-resource is a kubectl plugin that provides insights into Kubernetes node resource allocation (based on pod requests) and actual utilization (based on metrics-server data).
    It helps administrators and developers understand how resources are being consumed across their cluster's nodes and node pools.
  • kubectl-dpm - bavarianbidi
    Manage your kubectl debug profiles with style
  • etcd Cluster Playground - Márk Sági-Kazár on iximiuz Labs
    A multi-node etcd cluster for exploring clustering and coordination features.
  • containerd Playground - Márk Sági-Kazár on iximiuz Labs
    A new playground for exploring and experimenting with containerd.
  • Kubectl user preferences (kuberc)
    Kubectl v1.33 now has support for a kuberc file where you can define things like aliases.
  • Instrumentation Score Specification - Instrumentation Score Community
    A standardized metric for assessing OpenTelemetry instrumentation quality. Numerical score from 10-100 providing objective feedback on telemetry best practices.
  • insights - Linux Foundation
    Linux Foundation have now open sourced their LFX Insights platform.
  • kubetail - kubetail-org
    Real-time logging dashboard for Kubernetes (browser/terminal)

🎤 Events and CFPs

Events

  • 🇮🇹 The Linux Foundation Europe Roadshow - 8th July
    A new European conference from the Linux Foundation aimed at policymakers, developers, academics, and industry leaders.
    Get 50% off tickets with code LFEUMIL50FN
  • 🇩🇪 Cloud Native Summit Munich - 21st - 22nd July
    I'll be here giving my Pod Deep Dive talk. If you're going to be there please do come say hi! 👋

CFPs

💬 Social Post of the Month

June 2025
The first ever KubeCon Japa

🤷 Misc & Fun

  • The 1 billionth GitHub repository
    💩
  • Passkeys for Normal People - Troy Hunt
    I hadn't really taken the time to look at Passkeys until reading this post. Very useful if you've also been ignoring them like I had.
  • DevRel Foundation - Linux Foundation
    I had no idea that the Linux Foundation now has a foundation dedicated to DevRel. Still seems like early days but I suspect many of my friends in the community will be interested in this.

Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[May 2025]]>https://cloudnative.now/2025-may/6811d38351b8a50063c6e7a0Fri, 30 May 2025 05:13:06 GMT👋 IntroMay 2025

Welcome to the May edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

I don't know about y'all but this has seemed like a very looooonnngggg month for me! 😅 Been a lot going on for me it seems and the weather, at least here in the UK, has been a bit all over the place. Not sure if it's spring, summer or winter right now! 🤣

If any of y'all are going to be at KCD Czech & Slovak in Bratislava next week please do come find me and say hi! 👋 I'll be giving a talk Thursday afternoon about all the weird, wonderful and WTF things I discovered about Kubernetes Pods after doing a deep-dive to learn all I could about them.

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬
Alternatively, I'd appreciate if you took a couple minutes to fill out this feedback form so I know what is and isn't working. 🙏

📰 News & Articles

🔒 Security

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

  • Redis is now available under the the OSI-approved AGPLv3 open source license - Rowan Trollope
    Anyone else struggling to keep up with all these license changes lately? 😅 It looks like Redis has gone back to being Open Source as of release 8.0.0.
  • Announcing etcd v3.6.0 - Benjamin Wang
    It's been 4 years since the last feature release of etcd (wow!) but this one comes packed with some fantastic performance improvements, among other things.
  • renovate-pretty-log - Jamie Tanna
    Two utilities for exploring Renovate debug log files.
  • azflow - Iliabuleh
    A CLI tool to detect and analyze cross–availability-zone pod-to-pod network traffic in Kubernetes using Cilium Hubble.

🎤 Events and CFPs

Events

  • 🇸🇰 KCD Czech & Slovak - June 5th
    I'll be here giving my "Pod Deep Dive" talk. Come say hi 👋 if you're about!
  • 🇮🇹 Cloud Native Days Italy - June 24th
    You can get a discount using code community-speaker-earlybird-43CE13
  • 🇳🇱 KCD Utrecht - July 3rd
    I reviewed some of the CFPs for this and I can tell you... it's going to be an amazing event! So many high quality submission. Grab your ticket while you can!
  • 🇩🇪 Cloud Native Summit Munich - July 21st
    I'll also be here giving my "Pod Deep Dive" talk. Come say hi 👋 if you're about!
  • 🇩🇪 ContainerDays - September 9th - 11th
    I'm going to be speaking about Kubernetes admission logic at this along with a huge line up of amazing talks spread over 3 days! 😮
  • 🇬🇧 Civo Navigate London - September 30th
    Grab a ticket for only $25 with promo code KUNAL25

CFPs

💬 Social Post of the Month

May 2025
Lots of folks getting into the hardened image game lately!

🤷 Misc & Fun

  • My tips on giving technical talks - Marcus Noble
    A personal plug from my own blog (sorry, not sorry 😅) where I share my tips on giving talks at technical events such as meetups and conferences. I have also started including tips from others as well so please reach out if you have some advice to share.
  • Notable People - Topi Tjukanov
    A fascinating interactive map of the world that highlights where famous or notable people were born.
  • Ground control to Major Trial - Olivier Lambert
    An interesting look at how an unnamed company was using free trials for years be cycling through all their email addresses.

Help me improve this newsletter:
Feedback Form

That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[April 2025]]>https://cloudnative.now/2025-april/67f21c01af04a70063ad07d1Wed, 30 Apr 2025 05:41:21 GMT👋 IntroApril 2025

Welcome to the April edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

I'm not sure about all of you but KubeCon London was a fantastic, albeit very busy, week for me! So many people I wanted to catch up with from the community, both old friends and new. It was lovely to see everyone and just wish I had more time to catch everyone I wanted to talk with.

This month's issue includes several announcements and updates from KubeCon and related events so if you weren't able to make it don't feel like you're missing out!

On a personal note, I also spoke at the first ever KCD Budapest 🇭🇺 this month and had a fantastic time.
Lots of great talks and a really good turn out with almost 300 attendees! 🤯

April 2025
I got to hang out with some of my fellow CNCF Ambassadors!

I'm also still looking for feedback on this newsletter. I've had some great feedback so far, both in person and via the form, but would really like to get as much as possible to make it great for all of you!
So if you have a few minutes to spare I'd love it if you could share your thoughts:

➡️ Feedback Form ⬅️

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🔒 Security

  • The Collapse of CVE: How a Funding Failure Threatens Global Cybersecurity - Sal Kimmich
    The Common Vulnerabilities and Exposures (CVE) program will no longer be funded by the U.S. government, a serious concern for global vulnerability coordination. As a response, some of the board members have started the CVE Foundation in an attempt to keep things going.
  • ⚠️ Argo Events CVE-2025-32445
    A user with permission to create/modify EventSource and Sensor custom resources can gain privileged access to the host system and cluster, even without having direct administrative privileges.
  • ARMO CADR Detects and Contains Kubernetes Crypto Mining Attacks - Amit Schendel
    Learn how ARMO CADR uncovered and prevented two distinct crypto-mining attack campaigns targeting a vulnerable Kubernetes deployment, providing valuable insights and IOCs.
  • clusterfuck: attack sims on k8s clusters - bilal
    clusterfuck is a multi-stage attack simulation against k8s environments. It performs executing privilege escalation, container escape, credential theft, lateral movement, and crypto mining techniques. It’s designed to validate detection capabilities in your cloud security posture management (CSPM) and endpoint detection and response (EDR) tools.
  • Kubectl Get Hacked - Iain Smart
    Discussing some ways kubeconfig files can bite and taking a look specifically at the exec capabilities.

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

  • Kubernetes v1.33: Octarine - Agustina Barbetta, Aakanksha Bhende, Udi Hofesh, Ryota Sawada, Sneha Yadav
    Similar to previous releases, the release of Kubernetes v1.33 introduces new stable, beta, and alpha features. The consistent delivery of high-quality releases underscores the strength of our development cycle and the vibrant support from our community.This release consists of 64 enhancements. Of those enhancements, 18 have graduated to Stable, 20 are entering Beta, 24 have entered Alpha, and 2 are deprecated or withdrawn.
  • Nelm 1.0 released: Helm-chart compatible alternative to Helm 3 - Flant staff
    We mentioned this in last months issue but Flant have now put out a blog post introducing the v1.0 release of Nelm.
  • Introducing kube-scheduler-simulator - Kensei Nakada
    The Kubernetes Scheduler is a crucial control plane component that determines which node a Pod will run on. Thus, anyone utilizing Kubernetes relies on a scheduler. kube-scheduler-simulator is a simulator for the Kubernetes scheduler that allows users to closely examine the scheduler’s behavior and decisions.
  • Introducing vNode: Virtual Nodes for Secure Kubernetes Multi-Tenancy - Lukas Gentele
    Loft Labs introduces a new complimentary tool to their vCluster project that helps with node-level isolation - vNode.
  • KubeFleet - Azure
    KubeFleet is an open source solution that works on any Kubernetes cluster. We are working towards the vision that we will eventually be able to treat each Kubernetes cluster as cattle.
  • Koreo - Real Kinetic
    Koreo is a new approach to Kubernetes configuration management empowering developers and platform teams through programmable workflows and structured data
  • Ksctl
    Ksctl aims to simplify a collection of kubernetes clusters running on different cloud providers. It provides a simple and intuitive interface for managing Kubernetes clusters and is designed to be efficient and can perform tasks quickly and without the need for additional tools.
  • Comparing open source Cloud Native DBaaS solutions - Sergey Pronin
    Comparing open source Cloud Native database-as-a-service solutions that can help you to avoid vendor lock and run databases in Kubernetes with ease.
  • Atuin Desktop: Runbooks that Run - Ellie Huxtable
    Atuin Desktop looks like a doc, but runs like your terminal. Script blocks, embedded terminals, database clients and prometheus charts - all in one place.

🎤 Events and CFPs

Events

CFPs open this month

💬 Social Post of the Month

April 2025
Well Civo, did it still work?! 😆

🤷 Misc & Fun


That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[March 2025]]>https://cloudnative.now/2025-march/67c1a42098341e0063072716Fri, 28 Mar 2025 06:51:11 GMT👋 IntroMarch 2025

Welcome to the March edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

I hope you're all as excited for KubeCon London over the next few days as I am! 🎉 I'll be at Rejekts (where I'm giving a brand new talk!), Maintainer Summit and KubeCon all week if you want to come say "Hi 👋", just reach out to me on Bluesky, Mastodon or LinkedIn or swing by the Giant Swarm booth (location N450) where I'll likely be spending a lot of my time with my colleagues. As I reminder, I'll also have some custom sticker packs to give out if anyone wants one!

I'd love to know how y'all are finding CloudNative.Now so far and if you have any suggestions for changes or improvements.
If you have the time I'd really appreciate if you could fill out this brief survey with your thoughts:

Feedback form

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

📰 News & Articles

  • ⚠️ Ingress-nginx CVE-2025-1974 - Tabitha Sable
    The ingress-nginx maintainers have released patches for a batch of critical vulnerabilities that could make it easy for attackers to take over your Kubernetes cluster. If you run ingress-nginx in your clusters please read this and get your clusters upgraded! Wiz also has a great writeup on how they discovered these vulnerabilities.
  • Kubernetes v1.33 sneak peek - Agustina Barbetta, Aakanksha Bhende, Udi Hofesh, Ryota Sawada, Sneha Yadav
    A look at the upcoming changes that will make up Kubernetes v1.33.
  • Wiz to Join Google Cloud: Making Magic Together - Assaf Rappaport
    Wiz have signed a deal to be acquired by Google. Still subject to regulatory review though.
  • Platform Building Antipatterns: Slow, Low, and Just for Show - Daniel Bryant
    Recognising these antipatterns is essential to building platforms that empower devs, ops, and, critically, everyone else in your org.
  • The Evolution of IT Operations and Opsgenie - Vivek Iyer
    Atlassian is shutting down Opsgenie - end of sale June 2025, end of support April 2027. They provide some alternatives to migrate to but it's unclear right now if these will be favourable for current Opsgenie uses so I suspect over the next couple years we might see some posts about migrations to other solutions.
  • Breaking the Chains of Kube-Proxy With Cilium - Dean Lewis
    Built on eBPF, container network interface Cilium brings modern networking capabilities that address many scaling and performance pain points.
  • Benefits and Challenges of Infrastructure From Code - Brian Grant
    What is Infrastructure From Code, how does it differ from IaC, and what are its benefits and challenges?
  • Checklist for Kubernetes in Production: Best Practices for SREs - Utku Darilmaz & Renato Losio
    This article provides SREs with a checklist for managing Kubernetes in production environments. It identifies common challenges including resource management, workload placement, high availability, health probes, storage, monitoring, and cost optimization. By implementing consistent GitOps automation across these areas, teams can significantly reduce complexity, and prevent downtime.
  • A seven-step framework for running incident debriefs - Chris Evans
    ​Ever felt that post-incident debriefs are more of a chore than a chance to improve? At incident.io, they've transformed these sessions into engaging, insightful discussions. Their structured, blameless framework helps teams extract actionable lessons from incidents, turning challenges into opportunities for growth.
  • ⚠️ CVE-2025-1767 - Another gitrepo issue - raesene
    Rory takes a look at CVE-2025-1767 and outlines the interesting aspects of this latest announced vulnerability.
  • Skyscanner’s journey to effective observability - Skyscanner Engineering
    A look at Skyscanner's journey to revolutionise their observability stack and help engineers operate complex distributed systems with confidence.
  • Learning from Failure, Why You Should Write Post-Mortems for Your Homelab - Barush Mendez
    A look at the importance of doing post-mortems for your own infrastructure failures to help you learn and improve.
  • Dutch parliament calls for end to dependence on US software companies - Toby Sterling
    The Netherlands' parliament approved a series of motions calling on the government to reduce dependence on U.S. software companies, including by creating a cloud services platform under Dutch control.
  • Trapping misbehaving bots in an AI Labyrinth - Cloudflare
    How Cloudflare uses generative AI to slow down, confuse, and waste the resources of AI Crawlers and other bots that don’t respect “no crawl” directives.
  • Introducing JobSet - Daniel Vega-Myhre, Abdullah Gharaibeh, Kevin Hannon
    This article introduces JobSet, an open source API for representing distributed jobs. The goal of JobSet is to provide a unified API for distributed ML training and HPC workloads on Kubernetes.
  • Cloud veterans launch ConfigHub to fix 'configuration hell' - Paul Sawers
    Alexis Richardson, Brian Grant and Jesper Joergensen have come together to launch a new venture, ConfigHub, aimed at transforming and simplifying how we manage application operations.

🧑‍🏫 Tutorials, Videos & Podcasts

  • Dapr in Two Minutes: Simplifying Distributed Application Development - Whitney Lee
    A gresat introduction to Dapr (Distributed Application Runtime) that takes the pain out of building distributed applications by offering developers simple “building block” APIs to manage the challenges of connecting with complex infrastructure.
  • Introducing Kubernetes Resource Orchestrator (KRO) - Abdel Sghiouar
    We mentioned KRO in our January issue but this great post from Abdel helps you learn what KRO (Kubernetes Resource Orchestrator) is and how it simplifies Kubernetes app deployment by creating custom APIs that group resources, reducing YAML complexity and making management easier for developers.
  • Java on containers: a guide to efficient deployment - Nicholas Thomson & Scott Gerring
    Learn how to tune the JVM, GC, and your containerized environment to efficiently deploy and manage Java applications in the cloud.
  • 🎙️ Cloud Server-Side WebAssembly - Cloud Native Compass
    In this episode, David and Laura catch up with Mikkel Mørk Hegnhøj from Fermyon to break down the latest in WebAssembly
  • 📺 Optimizing cost, performance, and security in K8s with policy-as-code - Cloud Native Live
    Kubernetes gives teams flexibility, but without the proper guardrails, costs soar, performance suffers, and security risks increase. In this webinar, Anusha & Sachin will explore how teams can enforce cost-efficient, high-performance, and secure Kubernetes operations with Policy-as-Code using Kyverno. Discover practical strategies for automating governance, reducing waste, and maintaining control - without slowing development.
  • Scaling Prometheus: From Single Node to Enterprise-Grade Observability - Gaurav Maheshwari
    A look at the various ways to configure Prometheus for different scales of deployment.
  • 📺 Kubernetes Topic Trends - KubeFM
    Bart, Amit and Whitney talk about the recent trends in the cloud native space and take a look at the stats from interviews done during KubeCon NA in Salt Lake City.

🧰 Tools

  • Nelm v1.0.0 - Werf
    Nelm is meant to be a Helm 3 replacement, providing first-class Helm-chart support, yet improving on what Helm 3 offers. Nelm is a standalone tool, but is also used as the deployment engine in werf. v1.0.0 has just been released but it's still light on documentation right now.
  • Introducing Apache Kafka® 4.0 - Confluent
    Apache Kafka 4.0 is a significant milestone, marking the first major release to operate entirely without Apache ZooKeeper™. By running in KRaft mode by default, Kafka simplifies deployment and management, eliminating the complexity of maintaining a separate ZooKeeper ensemble.
  • Argo CD v3.0 Release Candidate - Dan Garfield
    Argo CD 3.0 brings improvements to security, performance and distills dozens of best practices to provide better defaults while still allowing for flexible configuration to match any team. This release represents a more mature Argo CD that removes deprecated components and streamlines future development and maintenance. For those on v2.x Argo CD 3.0 should be a low risk upgrade. Argo CD 2.14 will go out of support at the end of 2025.

🎤 Events and CFPs

Events

CFPs open this month

💬 Social Post of the Month

March 2025
I do love seeing my more and more of my friends writing books to educate the industry!

🤷 Misc & Fun

  • 📗 We Just Build Hammers - Coraline Ada Ehmke
    Stories of visionaries from the past, present, & future of responsible tech, and the science fiction that inspired them.
  • EU OS
    A community-led proof-of-concept free operating systrem for EU public sector. Will be interesting to see how this progresses.
  • 📄 The Value of Open Source Software (PDF) - Harvard Business
    School

    Researchers at Harvard Business School and University of Toronto used unique data to quantify the value of open source.
  • 📘 Kubernetes Stories from the Trenches
    A book of battle-tested experiences from engineers who pushed Kubernetes to its limits and lived to tell the tale. A free PDF download it available!

That's all for this month!
Thank you for reading! 💙

Again, If you have the time, I'd really appreciate if you could fill out this feedback form to help me understand what y'all want from this newsletter. 😊

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[February 2025]]>👋 Intro

Welcome to the February edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

Thank you so much to everyone who provided feedback and kind words on last months issue. I really appreciate it

]]>
https://cloudnative.now/2025-february/679c8d9a7ce8b00064f3c72bFri, 28 Feb 2025 07:45:27 GMT👋 IntroFebruary 2025

Welcome to the February edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

Thank you so much to everyone who provided feedback and kind words on last months issue. I really appreciate it and would love for it to continue!

I'm getting excited for KubeCon London that is fast approaching (and will be upon us when i send out the next issue of this newsletter). It's going to be nice to have it in my own country for a change and I think with how accessible London is from around the world it's going to be a very large event. I'll be there with several of my Giant Swarm colleagues as we have a sponsor booth (location N450) so do stop by and say "Hi 👋" if you're going to be there! (Not got a ticket? See below for a chance to win one!) Reach out to me on Bluesky, Mastodon or LinkedIn if you want to meet up while there - I'll be at Rejekts, Maintainer Summit and KubeCon all week. As I have done in the past I'll have some ✨ custom stickers ✨ with me to give out so come find me if you want any!

February 2025
Be sure to come grab a free custom sticker pack from me at KubeCon

As always, you’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🧑‍🏫 Tutorials, Videos & Podcasts

🧰 Tools

🎤 Events and CFPs

Events

  • 🎟️ Want to win a ticket to KubeCon London?
    Tech.tickets have a competition with the ability to win a ticket to KubeCon London in April! The competition closes March 17th so be sure to submit if you want a chance to win.
    (Note: Only covers conference ticket, not travel and accommodation)
  • 🎉 KubeCon + CloudNativeCon London Parties & Socials - Conf.Party
    If you're looking for parties, socials and events around KubeCon I run Conf.Party to help keep track of them. If you know of a party not listed, or your hosting one yourself, please do let me know and I'll get it added ASAP.
    I also host a 🦋 Bluesky feed that attempts to list all posts related to KubeCon parties and the like.
  • The schedule for Cloud Native Rejekts is now live
    If you're going to be at Rejekts in London I'd love it if you could come and see myself and my colleague Joe each giving a talk! Rejekts is one of my favourite conferences and I highly recommend this free event if you're able to make it!
    (Registration is also open, but waitlist only now.)
  • KCD Sofia tickets now available
    Taking place September 18th.

CFPs open this month

💬 Social Post of the Month

February 2025
I'd love to see a write-up on how this went and any issues faced!

🤷 Misc & Fun

  • ISBN Visualization
    An interesting visualization of all books with ISBNs and the unassigned ranges
  • Online Safety Act - Neil Brown
    OK, this one isn't actually fun but I think relevant for a lot of people. Neil has been collecting his thoughts (he's a lawyer, but this is legal advice) and resources on the upcoming Online Safety Act UK law being brought in by Ofcom. This law is likely to impact a lot of online services in a fairly bad way so if you run any form on online service for users its good that you make youself aware of whats coming and what is needed to comply. (Spoiler: a lot of work)
  • Floor796
    Floor796 is an animated scene showing the lives of characters from various works on the 796th floor of a huge space station. The animation is regularly expanded with new blocks (rooms) and characters from movies, TV series, games, anime, memes, etc.
    This is a lot of fun to scroll around and you can click on the characters to find out who they are and where they're from.
  • Beej's Guide to Git - Beej
    A very detailed guide to Git, including what is is, what it isn't and all the features it has, available in multiple formats.
  • Is ops a bullshit job? - Dan Slimmon
    A fun little read about Ops being a "bullshit job" as defined in David Graeber’s 2018 book "Bullshit Jobs: A Theory".
  • The reality of long-term software maintenance from the maintainer's perspective - Ashley
    I'm not entirely sold on the analogy uses in this post but I fully resonate with the point it's trying to get across.
  • A Union for Hopeful Technologists
    What if progressive people who work in technology had an advocacy body? Going to be keeping an eye on this.
  • How does learning debt impact engineering teams? - Lizzie Matusov
    We've all heard about tech depbt enough times but this is the first time I've come across the term "learning debt". It deserves a read.

Phew! That was a lot! That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[January 2025]]>👋 Intro

Welcome to the very first edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

As this is the very first issue I feel like I should introduce myself and this newsletter a little

]]>
https://cloudnative.now/2025-january/67793997356cb200640b7d62Sat, 04 Jan 2025 00:00:00 GMT👋 IntroJanuary 2025

Welcome to the very first edition of CloudNative.Now - a monthly newsletter that covers all that has been happening in the cloud native world in the past month!

As this is the very first issue I feel like I should introduce myself and this newsletter a little bit. I’m Marcus Noble 👋 and I work as a Platform Engineer at Giant Swarm. This newsletter is my attempt at keeping myself, and others, up-to-date on all the latest news, tools and events happening in the cloud native world. A new issue will be published each month on the last Friday of that month and contain a roundup of articles, announcements, tools, tutorials, events and CFPs relating to cloud native technologies and the community.

You’re invited to subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

If you have any feedback or have any links you’d like to suggest please reach out on Bluesky or Mastodon! 💬

📰 News & Articles

🧑‍🏫 Tutorials & Videos

🧰 Tools

  • Helm TUI - Pidanou Eang
    Helm TUI (Terminal UI) is a text-based interface for managing Kubernetes Helm charts. With an intuitive and easy-to-use interface, it lets you search, install, upgrade, and delete charts with ease.
  • KRO - Powerful Abstractions for Kubernetes - AWS
    Kube Resource Orchestrator (kro) is a new operator for Kubernetes that simplifies the creation of complex Kubernetes resource configurations. kro lets you create and manage custom groups of Kubernetes resources by defining them as a ResourceGroup, the project's fundamental custom resource. ResourceGroup specifications define a set of resources and how they relate to each other functionally. Once defined, resource groups can be applied to a Kubernetes cluster where the kro controller is running. Once validated by kro, you can create instances of your resource group. kro translates your ResourceGroup instance and its parameters into specific Kubernetes resources and configurations which it then manages for you.
  • Reserved Capacity Manager for Kubernetes - ssbostan
    A new operator to help optimize the responsiveness of cluster-autoscaler by reserving low-priority resources on worker nodes as "hot spare" capacity. An interesting approach if scaling up quickly is important for you.
  • OpenTofu 1.9.0 - OpenTofu
    New release introduces provider for_each.
  • helm-cel - idsulik
    A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schema in values.schema.json, you can write more expressive validation rules using CEL in values.cel.yaml.
  • kubezonnet: Monitor Cross-Zone Network Traffic in Kubernetes - Polar Signals
    A newly open sourced solution from Polar Signals for identifying and measuring cross-zone pod network traffic in Kubernetes clusters.

🎤 Events and CFPs

Events

CFPs open this month

🤷 Misc & Fun


That's all for this month!
Thank you for reading! 💙

If you enjoyed this post, please spread the word and share with your friends.

~ Marcus 👋

]]>
<![CDATA[Welcome to CloudNative.Now]]>Welcome to CloudNative.Now, a monthly roundup newsletter of all things happening in the Cloud Native world, lovingly collated by Marcus Noble.

This newsletter is my attempt at keeping myself, and others, up-to-date on all the latest news, tools and events happening in the cloud native world. A new issue

]]>
https://cloudnative.now/welcome/67710ab43acc9500dbe5d378Wed, 01 Jan 2025 08:39:00 GMT

Welcome to CloudNative.Now, a monthly roundup newsletter of all things happening in the Cloud Native world, lovingly collated by Marcus Noble.

This newsletter is my attempt at keeping myself, and others, up-to-date on all the latest news, tools and events happening in the cloud native world. A new issue will be published each month on the last Friday of that month and contain a roundup of articles, announcements, tools, tutorials, events and CFPs relating to cloud native technologies and the community.

Things will be up and running here shortly, but in the mean time you can subscribe to the email newsletter or add the RSS feed to your favourite feed reader to make sure you don’t miss anything! And please help to spread the word and recommend this to your friends and network if you find the content useful! 💙

Also be sure to follow us on Bluesky or Mastodon for more updates throughout the month!

]]>