I deployed datalab to my GKE cluster:
kubectl run datalab --image gcr.io/cloud-datalab/datalab:latest --port 8081
Then I tried forwarding (kubectl port-forward
) a local port to port 8081 on the datalab pod, but requests are not reaching the pod.
What am I my missing ? Is it due to IP address binding issue ?