Re: Is Flink:1.5 Docker image broken?

2018-06-01 Thread 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  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  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
>>
>
>


Re: Is Flink:1.5 Docker image broken?

2018-05-31 Thread Alexandru Gutan
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  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
>


Is Flink:1.5 Docker image broken?

2018-05-30 Thread Chirag Dewan
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