To deploy a Redis cluster, you must first install the Redis Software on all nodes that'll be part of the cluster. Once installation is complete, you can deploy the cluster using one of three supported methods: Cluster Manager UI, REST API, or the rladmin CLI.
The cluster name is permanent and tied to your Redis license. It must match the name provided in your license agreement. If you need to change the name after deployment, the cluster must be rebuilt.
Deploy Using the Cluster Manager UI
Open a browser and navigate to
https://<node_ip>:8443on one of the nodes.Click Create New Cluster.
-
Fill in the required fields:
Cluster name (must match your license)
Admin email
Admin password
Submit the form to initialize the cluster.
-
On the other nodes, open the same UI and click Join Cluster.
Enter the IP address of the first node and use the same admin credentials.
-
(Optional) Configure features like:
Rack-zone awareness
Persistent storage path
➡ See full UI-based deployment guide
Deploy Using the REST API
-
On one node, send a
POSTrequest to the/v1/bootstrapendpoint over port9443:Example payload:
-
On each additional node, send a
POSTrequest to the/v1/cluster/joinendpoint, providing:The IP of the first node
The same admin username and password
(Optional) Use additional REST endpoints to configure rack-zone awareness or other cluster settings.
Deploy Using the rladmin CLI
-
On the first node, run:
-
On each additional node, run:
-
Verify the cluster status:
After Deployment
Once all nodes have joined the cluster and the deployment is complete, you can:
Log into the Cluster Manager UI
Use the rladmin CLI or REST API to manage and monitor the cluster
Begin creating databases and enabling features like TLS, database persistence, and more
Onboarding Progress
Previous: DNS Setup for Redis Cluster Access
Next: Security Considerations
Return to the Redis Software Onboarding Overview to view all steps.
0 comments
Please sign in to leave a comment.