May 30 · 27 min read · Kubernetes Custom Resources (CR), CRD & Custom Controller ☸️ 📌 Why Do We Need Custom Resources in Kubernetes? Kubernetes already provides built-in resources like: Pod Deployment Service Config
Join discussion
Feb 14, 2025 · 3 min read · Kubernetes is a magnificent beast—so long as you stay within its predefined rules. It happily schedules pods, orchestrates services, and ensures your microservices don’t eat each other. But the moment you ask it to handle something outside its comfor...
Join discussion
Feb 13, 2025 · 5 min read · Container orchestration has been transformed by Kubernetes, but securely managing storage and secrets is still a difficult task. In this post, we'll examine how Kubernetes expands its functionality via the Container Storage Interface (CSI) and contra...
Join discussion
Dec 19, 2024 · 7 min read · I'm an average Reddit user, scrolling much more than reading or interacting. Sometimes, however, a post rings a giant red bell. When I stumbled upon If you could add one feature to K8s, what would it be?, I knew the content would be worth it. The mos...
Join discussion
Sep 14, 2024 · 5 min read · Like all fields and disciplines, DevOps, as a discipline is divided into theory and practice. The practice (or pragmatics) should lead us to a Production-ready environment, that is, a code running on production cloud or on-premise with underlying net...
Join discussion
Jul 31, 2024 · 9 min read · Kubernetes has always been evolving, and this progress provides more flexibility and extensibility to developers and operations teams. one feature I came across is Custom Resource Definition (CRDs). this allows users to create their own new resource ...
Join discussion
Jul 19, 2024 · 9 min read · This article uses Open Shift GitOps to deploy the Argo Rollouts progressive delivery controller. It walks through a Blue-Green deployment. Blue-Green Deployment is a technique that reduces downtime and risk by running two identical production environ...
Join discussion
Dec 16, 2023 · 9 min read · book.kubebuilder.io is great for tutorials on developing Kubernetes controllers. Yet, for beginners, it might feel a bit overwhelming. In this blog, I'll guide you through a step-by-step process to build a simple controller using Kubebuilder. It'll m...
Join discussion
Sep 29, 2023 · 3 min read · What are Custom Resources in Kubernetes? Custom Resources (CRs) are an extension mechanism in Kubernetes that allows you to define and use custom objects in addition to the built-in resources like Pods, Services, and Deployments. They provide a way ...
YYogitha commented