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 <alex.guta...@gmail.com> 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 <chirag.dewa...@yahoo.in> 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 >> > >