Skip to main content

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: cluster
  • spec.replicas as replicas per shard
  • spec.sharding.enabled: true
  • spec.sharding.shardCount from the shard count field
  • spec.sharding.replicas as replicas per shard

Create with quick create

  1. Open Deployments > Create Deployment.
  2. Choose Sharded.
  3. Choose Dev, QA, or Prod.
  4. Choose Quick Create.
  5. Enter name, namespace, and FalkorDB version.
  6. Submit.

Create with full setup

  1. Open Deployments > Create Deployment.
  2. Choose Sharded.
  3. Choose Full Setup.
  4. 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.

Validate

In the Admin UI, open General to confirm shard count and replicas per shard, then review Pods, Metrics, and Operations.