kubernetes-neo4j
kubernetes-neo4j copied to clipboard
(RETIRED) Kubernetes experiments with Neo4j. See updated Helm Repo
### Simple Example Download file from "https://neo4j.com/deployment-center/"  1、extracted files 2、config environment variable NEO4J_HOME 3、 run Neo4j as a console application: neo4j console ## Screenshots (where it's possibile)  ...
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...
fixes #3
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...