The presentation discusses the importance of policies in protecting against disruption and cluster maintenance in a NoSQL database deployment in a single cluster and across multiple clusters.
- Policies are important in protecting against disruption and cluster maintenance in a NoSQL database deployment
- Without policies, evicting or draining nodes during maintenance can result in lost parts and production outrage
- Creating policies per replica ring can help protect against disruptions
- Distributed policies can provide protection for complex NoSQL database deployments
- Multi-cluster mode requires separate service accounts, service, and RBAC to extract tokens to allow controllers to talk to other clusters
- Building a fully compatible controller to the built-in type is a formidable challenge
- Democratizing extensibility for building types is desirable
The presenter demonstrated the impact of disrupting a replica ring in a NoSQL database deployment and how policies can protect against such disruptions. They also showed how multi-cluster mode requires separate configurations and tokens to allow controllers to talk to other clusters. The presenter emphasized the importance of policies in protecting against production outrage and the challenges of building a fully compatible controller to the built-in type.