I haven't used RD much, but a thing I'll warn you about with Kubernetes in general is that on each pod, localhost is the pod itself, not the host. So as a result trying to access things in Kubernetes via localhost can be weird. I don't know if RD came up with a convenience workaround/proxy for that which might be default, but in general localhost leads to odd behavior if not outright sadness with Kubernetes.