KCD Mexico 2025: A Celebration of Innovation and Collaboration
On Saturday, March 29, Guadalajara transformed into the hub of cloud-native technology with the grand celebration of Kubernetes Community Day 2025. This remarkable event gathered over 200 professionals, enthusiasts, and experts in Kubernetes and cloud computing,…
Certified Cloud Native Platform Engineering Associate (CNPA)
Validate your platform engineering skills with the Certified Cloud Native Platform Engineering Associate (CNPA). Developed by the community, CNPA covers automation, security, and developer experience—ensuring you’re ready to support modern cloud native platforms. Get certified and…
Securing Kubernetes 1.33 Pods: The Impact of User Namespace Isolation
Kubernetes 1.33 was released on April 23, 2025, and, as usual, introduces a host of fixes and new features. Be sure to check out the release notes; I assure you, you won’t be disappointed! As the…
Savitha Raghunathan – From Curiosity to Community Leadership
From Curiosity to Community Leadership Savitha Raghunathan’s journey into open source began in 2018 when her role as a platform engineer required her to deploy Kubernetes in a lab environment. With little institutional knowledge available, she…
Why Policy as Code is a Game Changer for Platform Engineers
Originally posted on Nirmata’s blog. Platform engineers, let’s talk about a fundamental shift that’s revolutionizing how we build and manage internal developer platforms: Policy as Code (PaC). This isn’t just another buzzword; it’s the key to…
Cloud Native App Local Development Made Easy with Microcks and Dapr
Cloud native application development can be intimidating sometimes! Architecting distributed applications that need to access and connect to complex infrastructure requires developers to learn different technologies and cloud services, which slows down their development tasks. It…
Joining CNCF as Executive Director: Let’s Build What’s Next
The CNCF community represents the best of open source: innovative, passionate, diverse, and collaborative. It’s a community reshaping how the world runs software in production, and I’m excited to serve as the new Executive Director. I…
Organizations join the cloud native movement, fostering innovation across diverse industries and global regions Open Source Summit, Denver, CO – June 23, 2025 – The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud…
End to End Argo-Workflow for CI/CD
Argo Workflows is a powerful open-source container-native workflow engine designed to automate CI/CD processes by defining them as custom resources. It allows for the creation of multi-step workflows where each step runs within a container, enabling…
Smart Uses of imagePullSecrets in Kubernetes Cluster with ServiceAccounts
Kubernetes is everywhere nowadays, so are the container images and fetching the images from a private registry is a norm because of N number of reasons including security, that being the topmost. Recap Just to give…