Custom Resource Definitions (CRDs): Extending Kubernetes ๐
Introduction:
Kubernetes has established itself as the de facto standard for container orchestration, making it easier than ever to manage and scale applications. Yet, every environment is unique, and one size does not always fit all. Enter Custom Re...
prasadsuman.hashnode.dev3 min read
Kunal Gohrani
DevOps Enthusiast
This blog could have been the best if you could show an example project with steps where crd would be required. The current example does show how to create a crd but is that all crd can do? Or more? Would love a detailed hands on guide on this from you