Slide 96
Slide 96 text
With CRs, Kubernetes can now be looked at as a
“Universal Control Plane” or a “Platform For Building
Platforms”
● With this extensibility, we can now create a custom resource that
maybe represents an Infrastructure component, ex - VMs.
● We can also write custom controllers, similar to the built-in
controllers that Kubernetes has, to try and reconcile state.
● With this, we can declaratively manage and provision infrastructure,
by using Kubernetes as a base layer.