Demo of creating a simple Rook Safe cluster using Kubernetes
- There are two types of Rook Safe clusters: host-based and PVC-based
- PVC-based cluster is easier to expand
- Creating a Rook Safe cluster involves creating an operator, a monitor port, a manager port, and an OSD port
- Expanding the cluster is done by increasing the count field
- Advanced configurations include creating OSDs on demand and even OSD splitting among all nodes
The demo consists of creating a Rook Safe cluster using Kubernetes with one node and two local empty block devices. The process involves creating an operator, a monitor port, a manager port, and an OSD port. The cluster is expanded by increasing the count field. Advanced configurations include creating OSDs on demand and even OSD splitting among all nodes.