Sigurður Guðbrandsson
Sigurður Guðbrandsson
Apparently, for writes, you need to connect to the leader (if you're using causal cluster) or the RW server (solo setup), so that won't work for autoscaling. I would setup...
I just solved this by doing a couple of things: 1. Add a helper deployment that checks which server is a leader and updates a `writeable` label on the core...
@ev-dev if your internal and external DNS names are the same resolve to the same container, then you should be able to use bolt+routing without a problem. Is your cluster...
I use bolt+routing, but it has a problem when accessing outside Kubernetes - it's pointing to an internal server name rather than the external server name which is a problem.
@ndjido you can try this for a template: https://github.com/neo4j-contrib/kubernetes-neo4j/issues/16#issuecomment-459989643 I managed to get everything working by creating an automated leader label service