When to use this
Use standalone topology for development, demos, and workloads that do not need high availability. The Admin UI maps this flow to a cluster request with:spec.topology: standalonespec.replicas: 1for the Dev quick template, or the configured replica count when using full setupspec.persistence.enabled: true- Optional ACL auth, TLS, networking, backup, and FalkorDB config
Create with quick create
- Open the Admin UI.
- Go to Deployments.
- Select Create Deployment.
- Choose Standalone.
- Choose Dev for the smallest default profile.
- Choose Quick Create.
- Enter or select:
- Deployment name, optional for Dev; the UI can auto-generate a
dev-db-*name. - Namespace, default
default; the Admin Server can create a missing namespace if RBAC allows it. - FalkorDB version.
- Deployment name, optional for Dev; the UI can auto-generate a
- Select Create 1-Click Dev DB.
Create with full setup
Use full setup when you need to control resources, auth, TLS, networking, backup, or FalkorDB parameters.- Open Deployments > Create Deployment.
- Choose Standalone.
- Choose Full Setup.
- Complete the wizard:
- General: name, namespace, FalkorDB version, termination policy, labels.
- FalkorDB: replicas, CPU, memory, storage class, storage size, node affinity.
- Sentinel: keep disabled for a true standalone database.
- Configuration: optional FalkorDB runtime parameters.
- Authentication: ACL username/password or LDAP where supported.
- Encryption: optional TLS configuration.
- Networking: optional ClusterIP, NodePort, or LoadBalancer service, 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.