Site Reliability Engineer (Obmondo)

Apr 2025 – Present

My journey from a CNCF contributor to LFX mentee

August 2024

SWE Intern (Linux Foundation Mentorship)

June 2024 – August 2024

Technical Writer (GeeksforGeeks)

September 2023 – May 2024

Open-source Contributor (CNCF)

March 2023 – Present

Beginners guide to Kubernetes namespaces

August 2024

Introduction to Kubernetes Native Policy Management with Kyverno

December 2023

Kubernetes Statefulsets

In simplest terms StatefulSets are Kubernetes component that is used specifically for stateful applications. These are workload API object used to manage stateful applications. They manage the deployment and scaling of a set of Pods (Creating more replicas or deleting them), and StatefulSets are also responsible for the ordering and uniqueness of these Pods. StatefulSet was released in the Kubernetes 1.9 release, let see K8s Statefulsets in this article...

October 2024

Kubernetes Deployment Strategies

Kubernetes, or K8s, is an open-source container orchestration technology used to automate the manual processes of deploying, managing, and scaling applications with the help of containers. Originally developed by engineers at Google, Kubernetes was donated to the CNCF (Cloud Native Computing Foundation) in 2015...

June 2024