Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-09-2020 03:24 AM
HI,i am trying to run neo4j on Kubernetes, i did
git clone https: //github.com/sdaschner/neo4j-helm --branch single-instance
cd neo4j-helm/
helm template graphdb --set acceptLicenseAgreement=yes --set neo4jPassword=zxc > /tmp/neo4j.yaml
kubectl apply -f /tmp/neo4j.yaml
the pod is Ready but i can't visits http://ip:7474
then i run
kubectl exec -it graphdb-neo4j-core-0 /bin/bash
./bin/cypher-shell
it returns
Unable to connect to localhost:7687, ensure the database is running and that there is a working network connection to it.
Any ideas about what the problem could be? Am I doing something wrong in this?
Thanks!
All the sessions of the conference are now available online