When to use this
Use sharded topology for workloads that need to distribute data and traffic across multiple shards. The Admin UI maps this flow to:spec.topology: clusterspec.replicasas replicas per shardspec.sharding.enabled: truespec.sharding.shardCountfrom the shard count fieldspec.sharding.replicasas replicas per shard
Create with quick create
- Open Deployments > Create Deployment.
- Choose Sharded.
- Choose Dev, QA, or Prod.
- Choose Quick Create.
- Enter name, namespace, and FalkorDB version.
- Submit.
Create with full setup
- Open Deployments > Create Deployment.
- Choose Sharded.
- Choose Full Setup.
- Complete the wizard:
- General: name, namespace, version, termination policy, labels.
- Component: shard count, replicas per shard, CPU, memory, storage class, storage size, node affinity.
- Configuration: optional FalkorDB runtime parameters.
- Authentication: ACL username/password or LDAP where supported.
- Encryption: optional TLS configuration.
- Networking: optional service for the sharding component, and an optional external domain for stable per-pod DNS names outside the cluster. See Networking.
- Backup: optional backup repository and cron schedule.
- Review: submit.
Verified defaults and constraints
Prod enforces at least
2 replicas per shard.