A Complete Guide to Kubernetes CRDs: Definition, Uses , Benefits, and Error Fixes

Hi Everyone , Today we are trying to understand CRDs(Custom Resource Definitions) as I was working on one Observability project in OpsTree Global and suddenly found CRD errors and let me tell you, It was very Frustration. I will try to make you understand them in easy way, so that you don’t need to make another doc of knowledge. Comment if you will have any doubts.

Continue reading “A Complete Guide to Kubernetes CRDs: Definition, Uses , Benefits, and Error Fixes”

Extending K8S API

Ever found yourself thinking, “Kubernetes is awesome, but I wish it could do this specific thing just for my setup”? Well, guess what? It probably can. Kubernetes isn’t just about managing those swanky Pods and Services; it’s like a LEGO set, and with the right pieces, you can build pretty much anything.

Enter the world of Custom Resource Definitions, or CRDs for the cool kids. Imagine being able to teach your Kubernetes new tricks without waiting for the next big release. That’s exactly what CRDs let you do!

In this blog post, we will explore how to extend the Kubernetes API with Custom Resource Definitions (CRDs).

Continue reading “Extending K8S API”