When to use this
Use this flow when you want multiple FalkorDB pods but do not need Sentinel-managed failover. Current implementation note: the UI does not send a separate no-Sentinelreplication topology. When Sentinel is disabled, the create request uses:
spec.topology: standalonespec.replicasset from the FalkorDB replica count- No
spec.sentinelblock
spec.topology: replication and a Sentinel block.
Create from Admin UI
- Open Deployments > Create Deployment.
- Choose Standalone.
- Choose Full Setup.
- In FalkorDB, set Replicas to
2or higher. - In Sentinel, leave Sentinel disabled for a replicated deployment without Sentinel.
- Configure resources, authentication, networking, TLS, backup, and FalkorDB parameters as needed. See Networking for the external domain option.
- Review and submit.
Template notes
- The Dev template sets replicas to
1and Sentinel disabled. - The QA template sets replicas to
2and Sentinel enabled by default. - The Prod template enforces at least
2replicas and Sentinel enabled.
Validate
- General for topology and replica count.
- Pods for ready replicas.
- Operations for any KubeBlocks OpsRequests.