kubernetes-neo4j icon indicating copy to clipboard operation
kubernetes-neo4j copied to clipboard

(RETIRED) Kubernetes experiments with Neo4j. See updated Helm Repo

Results 14 kubernetes-neo4j issues
Sort by recently updated
recently updated
newest added

### Simple Example Download file from "https://neo4j.com/deployment-center/" ![image](https://github.com/neo4j-contrib/kubernetes-neo4j/assets/13536089/0f66ecaa-7ae0-4134-9d32-2b2cd54a022a) 1、extracted files 2、config environment variable NEO4J_HOME 3、 run Neo4j as a console application: neo4j console ## Screenshots (where it's possibile) ![image](https://github.com/neo4j-contrib/kubernetes-neo4j/assets/13536089/b38f0b2b-ef5c-47cd-9f37-6d3623138b6a) ![image](https://github.com/neo4j-contrib/kubernetes-neo4j/assets/13536089/94ae5448-a637-4d42-9ec9-5f1577e460f0)...

Running in the neo4j namespace, and using `storageClassName: rook-ceph-block`: ``` $ kubectl -n neo4j get pv NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE datadir-neo4j-core-0 Bound pvc-0912d181-d8a7-11e8-926a-069c6b71a13e 25Gi RWO rook-ceph-block...

Not sure whether it is an issue or not. I have created a Kubernetes cluster and installed neo4j using the approach described. On top of that I have created another...

hi , we are moving neo4j from single instance to EKS cluster of version 4.0.4-enterprise. While doing so we followed offline steps. Here the issue is if we copy data...

We have a neo4j EC2 instance, we want to add that to Auto scaling group with AWS ELB load balancer. When I access the neo4j browser with Load balancer DNS...

Does the applications need 'direct' access to read replicas (to distribute reads) ? or only core servers that then use read replicas to process and return queries to apps ?...

Hi, First of all thanks for simplifying the manifests to create a causal cluster on Kubernetes. Kudos to Neo4J!! I would like to know if this repo is being tested...

Hi! I am trying to run neo4j on gke (google container engine) with an internal load balancer. While I am able to standup the pods and connect to them via...