Neo4j After Deployment access

6/3/2021

I am trying to deploy neo4j in k8, when i try and use port forward, i am able to access the cypher-shell along with neo4j browser in localhost but if I expose my service in k8 and try to access it via bolt(neo4j browser), i am getting an error

ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser...

Any idea how can i access the bolt port via neo4j browser without forwarding port to localhost

-- Rahul Agarwal
cypher
kubectl
kubernetes
neo4j

0 Answers