Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Explain CRDs in kubernetes?

Could some one explain me what are custom resource definitions (CRD’s) and how it is useful ?
what are its practical applications in kubernetes ?.

thank yoiu

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Custom Resources Definitions is a way to extend a Kubernetes cluster API

It is useful, for integrators shipping applications to Kubernetes, as you may write your own controller, managing your application lifecycle: initialization, upgrades, backups, …

It is useful to Kubernetes administrators, which could easily operate complex applications, without the hustle of managing lower-level resources.

You would find tons of practical use cases, postgres operators, percona, kafka, codeready-workspaces, nvidia gpu operator, argocd, tekton, … Which would rely on such custom objects.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading