The presentation discusses how to build your own Cluster API Provider and highlights common patterns, development and debugging workflows, and common pitfalls to take into account when writing your own provider.
- Cluster API Providers make the experience of provisioning clusters consistent
- Providers handle the infrastructure or environment-specific operations
- Cluster API has higher order functionality like automatic scaling and upgrades
- Building a Cluster API Provider is similar to building a Kubernetes operator
- Tilt is a useful tool for testing and debugging locally