Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-04-2019 08:46 AM
I installed Neo4j on Google Kubernetes successfully but am unable to connect to it via Neo4j browser with either http or https. Followed https://github.com/neo-technology/neo4j-google-k8s-marketplace/blob/master/user-guide/USER-GUIDE.md#.... Always replies "Site can't be reached". I'm in the startup program so a crazy learning curve!
04-04-2019 10:32 AM
Hi. I'm the author of that stuff. Can you paste some commands you did, what their results were, and where you're getting the error?
Make sure to read the "limitations" section in those docs. That covers what the most common problem getting this started would be.
04-04-2019 01:13 PM
Thanks for the reply David. Here you go:
I had successfully run Neo4j Desktop/browser on this same computer. Want to start building DB on cloud for testing handshakes with existing MySQL DB driving www.flowh.com.
Neo4j/algorithms lib looks to be a great tool for our new feature matching people to events based on their interests. Excited to get it up and running.
04-07-2019 06:25 AM
Sorry, not sure I have enough to figure out what's happening here. can you for example shell into one of those pods and verify that port 7474 is open local to the pod? Also that the deployment succeeded and everything is looking healthy and happy?
When you get "site can't be reached" and the port is forwarding, I'm guessing this most likely means that the port for whatever reason isn't open on the pod itself. This could be because of a problem with the deployment, or could be because of a misconfiguration.
The next thing to do is to verify that 7474 and 7687 work inside of the pod, and that the deployment is good. Did you for example create the deployment with helm, custom yaml, or google cloud marketplace?
04-12-2019 09:33 AM
Hi David. Sorry for the slow reply. I wanted to go through all the documentation again to make sure I: 1) understand what I'm doing, and 2) find where I am having trouble.
It all seems correct. What am I missing?
Thank you sir.
04-14-2019 01:30 PM
curl -v http://localhost:7474/
return in full?04-15-2019 08:19 AM
Another interesting twist:
My ultimate goal is to have a persistent URL so that others in my company can access via Cypher
Thanks for sticking with this David.
04-15-2019 05:39 PM
Let me start with the ultimate goal -- unfortunately right now kubernetes based deployments are rather difficult to expose externally to kubernetes. This is a complicated enough topic that I wrote an entire blog post on it, which provides some suggested solutions ("Possible Solutions" section) for how you can go about doing it:
If exposing to your entire company is the goal, then you might want to read that and step through some of its solutions on your side. The kubectl proxy
approach really only works for your local host, and isn't meant to expose something on forward to other hosts. The difficulty with the kubectl approach is that you're doing it for the leader, but please keep in mind that as the cluster topology evolves in response to runtime events, which node is the leader can change. And so for simple testing kubectl proxy works, but isn't a way to expose a production cluster to another network.
On to some other points:
04-17-2019 11:14 AM
Hi David,
I switched over to GCE and having no problems with external url connection.
Thanks for all your help.
Eric
All the sessions of the conference are now available online