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!
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