Is Flink:1.5 Docker image broken?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Is Flink:1.5 Docker image broken?

chiggi_dev
Hi,

flink:latest docker image doesn't seem to work. I am not able to access the Flink Dashboard after deploying it on Kubernetes.  

Anyone else facing the issue?

Thanks,

Chirag 
Reply | Threaded
Open this post in threaded view
|

Re: Is Flink:1.5 Docker image broken?

Alexx
Well those are unofficial, so you might raise a correspoinding issue on github (since the images are there) for that.

On 31 May 2018 at 08:09, Chirag Dewan <[hidden email]> wrote:
Hi,

flink:latest docker image doesn't seem to work. I am not able to access the Flink Dashboard after deploying it on Kubernetes.  

Anyone else facing the issue?

Thanks,

Chirag 

Reply | Threaded
Open this post in threaded view
|

Re: Is Flink:1.5 Docker image broken?

Cameron Wood
Hello,
My suggestion would be to try testing with Docker locally (maybe using a specific tag even) to see if you can replicate the problem.

Doing a `docker run --rm -p 8081:8081 flink:latest local` just now I am able to access the Flink dashboard as expected.

If you're deploying on Kubernetes, this would require you to either `kubectl proxy ...` or expose it by configuring the appropriate Service/Ingress/LoadBalancer in order to access the dashboard remotely.

Regards,
Cameron.
--



On 31 May 2018 at 08:58, Alexandru Gutan <[hidden email]> wrote:
Well those are unofficial, so you might raise a correspoinding issue on github (since the images are there) for that.

On 31 May 2018 at 08:09, Chirag Dewan <[hidden email]> wrote:
Hi,

flink:latest docker image doesn't seem to work. I am not able to access the Flink Dashboard after deploying it on Kubernetes.  

Anyone else facing the issue?

Thanks,

Chirag