Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-08-2019 01:38 AM
Is it possible to deploy the free version of Neo4j on my IBM cloud Kubernetes cluster? Or can this only be done when using the enterprise edition?
Thanks for any help!
02-08-2019 01:52 AM
Sure you can do this. However you cannot run a cluster of neo4j instances since this is a enterprise only feature.
02-08-2019 04:39 AM
There are a lot of options of getting a free Neo4j Enterprise license, see: https://neo4j.com/licensing/
02-08-2019 05:23 AM
Yep, you can do this. Stefan & Michael are also both correct.
If you want a jumpstart on how to do this, check out the public helm chart here:
That chart is for multi-node clusters, not single node community. So to get what you'd want, you would:
02-13-2019 11:12 PM
How do I then connect to my single node?
I have read something about using port forwarding, but when I run the following command
kubectl port-forward neo4j-core-0 8474:7474 8687:7687
I get an error message: error forwarding ... Connection refused
02-14-2019 04:02 AM
Looks like your port numbers there are incorrect
02-14-2019 08:08 AM
Oh oke, how can I get the correct port numbers then?
02-14-2019 09:53 AM
Normally you would forward port 7474:7474 and port 7687:7687.
But please do indicate how you are trying to connect, what the error is, and what logs you see from kubectl forward, this gives us a better chance to see what's happening beyond connection refused.
04-06-2021 04:42 PM
Hi David, is it same as setting "standalone: true" for community edition?
07-19-2022 06:35 AM
FYI - this link is outdated - the newer link is https://github.com/neo4j/helm-charts
All the sessions of the conference are now available online