Published onSeptember 27, 2025How to contribute to Kubernetes in 2025#kubernetesFrequently asked questions about getting started contributing to Kubernetes
Published onJuly 20, 2025Improving the Validation of Static Pods in Kubernetes#kubernetes-dev#kubernetes
Published onApril 22, 2025My KubeCon EU 2025 experience#kubecon#kubernetesA summary of KubeCon + CloudNativeCon EU 2025 in London
Published onFebruary 24, 2025Feature gates and feature gate graduation#kubernetes-dev#kubernetesIn this post we look at how to work with feature gates in the Kubernetes, how you can add new feature gates and how you can graduate existing feature gates from Alpha to Beta
Published onFebruary 16, 2025How to run Kubernetes using kind with a custom build of containerd#kubernetes#kubernetes-dev#open-sourceMy local Kubernetes development setup when I want to make changes to the container runtime as well
Published onNovember 27, 2024The podUtil.VisitContainers function in Kubernetes#kubernetes#kubernetes-dev#open-sourceExplaining the VisitContainers function in pkg/api/pod/util.go in the Kubernetes source code
Published onNovember 22, 2024Building and running Kubernetes with kind#kubernetes#kubernetes-dev#open-sourceMy local Kubernetes development setup
Published onSeptember 6, 2024Label matching in ReplicationControllers and ReplicaSets#kubernetes#software-engineeringUnderstanding how ReplicaSets work in Kubernetes
Published onApril 3, 2024Layer 4 load balancing and TLS termination on Kubernetes#software-engineering#devops#kubernetesSome notes on StartTLS, exposing PostgreSQL databases outside Kubernetes clusters at the TCP layer and TLS termination
Published onFebruary 3, 2024Understanding Kubernetes internals by building your own cluster#kubernetes#devopsBlog version of my talk at Kubernetes Community Days Kerala, 2024