Kubernetes – Q&A

There are many techies who would like to start their journey on Kubernetes, but they are not sure from where they should begin. So I have made an attempt to jot down all the common questions and their answers related to Kubernetes.

This article is vendor neutral and focuses purely on raw Kubernetes and its core concepts — without tying it to any specific cloud provider or platform.

Whether you are a Kubernetes beginner, preparing for an interview, or just trying to refresh your Kubernetes knowledge, this article is for you.


Continue reading “Kubernetes – Q&A”

Azure Container Apps : The Simplicity of Serverless, The Power of Kubernetes

When Kubernetes burst onto the scene, it was hailed as a groundbreaking shift in how we manage and orchestrate containerized applications. It offered everything developers and platform teams could dream of—self-healing infrastructure, declarative deployments, autoscaling, rolling upgrades, and a modular ecosystem.

But that power came at a price.

For organizations just starting their cloud-native journey, Kubernetes can feel like trying to pilot a spacecraft to drive across town. While its capabilities are unmatched, the learning curve and operational complexity can be overwhelming.

Continue reading “Azure Container Apps : The Simplicity of Serverless, The Power of Kubernetes”

Azure DevOps Workload Identity Federation Explained: A Deep Dive

With the growing need for secretless, secure, and scalable authentication methods in CI/CD pipelines, Azure DevOps has introduced a powerful feature called Workload Identity Federation. This approach allows Azure DevOps pipelines to authenticate to Azure without using secrets, by leveraging industry-standard protocols like OAuth 2.0 and OpenID Connect (OIDC).

In this article, we’ll dive deep into how it works, why it’s needed, and how it enables federated access even when you’re using Managed Identities — which are already secretless.

Continue reading “Azure DevOps Workload Identity Federation Explained: A Deep Dive”