I’m trying to use ratel with an install in a local k8s cluster but even if it says it’s connected it doesn’t work.
$ kgp
NAME READY STATUS RESTARTS AGE
dgraph-ratel-794ccf7b56-gzvzb 1/1 Running 0 33m
dgraph-zero-0 1/1 Running 0 33m
dgraph-alpha-0 1/1 Running 0 33m
dgraph-zero-1 1/1 Running 0 33m
dgraph-alpha-1 1/1 Running 0 33m
dgraph-zero-2 1/1 Running 0 32m
dgraph-alpha-2 1/1 Running 0 32m
$ kpf services/dgraph-ratel-public 8000:8000
Forwarding from 127.0.0.1:8000 -> 8000
Forwarding from [::1]:8000 -> 8000
kpf services/dgraph-zero 5080:5080
Forwarding from 127.0.0.1:5080 -> 5080
Forwarding from [::1]:5080 -> 5080
When I try to use ratel even if it says “connected” on the login window it doesn’t work and complain after that. In the developer console I see
clientStub.js:634 POST http://localhost:8080/query?timeout=20s&debug=true
net::ERR_CONNECTION_REFUSED
Does it need anything else ? is it said in the documentation somewhere ?
Thanks