Quickstart: Deploy a clusterEnterprise Edition
The quickstart for deploying a Neo4j cluster contains the following:
| This guide shows how to deploy a cluster with three servers. | 
- 
Neo4j Helm chart for cluster deployments — A schematic representation of how to use the Neo4j Helm chart for deploying a cluster. 
- 
Prerequisites — Set up your environment for deploying a Neo4j cluster on Kubernetes. 
- 
Create Helm deployment values files — Create a Helm deployment values.yaml file for each Neo4j cluster member. 
- 
Install Neo4j cluster servers — Install each of your Neo4j cluster servers using its deployment YAML file and the neo4j/neo4j Helm chart. 
- 
Verify cluster formation — Verify that the Neo4j servers have formed a cluster. 
- 
Access the Neo4j cluster from inside Kubernetes — Access the Neo4j cluster from inside Kubernetes using a specific server or the headless service. 
- 
Access the Neo4j cluster from outside Kubernetes — Access the Neo4j cluster from outside Kubernetes using a load balancer. 
- 
Uninstall the Neo4j cluster and clean up the created resources — Uninstall all Neo4j Helm deployments and clean up the created resources.