Understanding CRDs
Understand Kubernetes CRDs and what's behind the scenes.
We'll cover the following...
More about CRDs
With CRDs, we can define our own API schema and plumb them to the kube-apiserver
at any time. No broken changes in the kube-apiserver
are made. We don’t need to restart or recompile the kube-apiserver
. They work pretty much like add-on plugins, in the sense that we can apply or remove them whenever we want. Super handy!
Access this course and 1400+ top-rated courses and projects.