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!
Get hands-on with 1400+ tech skills courses.