Re: Web Console on Kubernetes Cluster

2017-12-06 Thread Denis Magda
Andrey, Do you think you can put together “Kubernetes Deployment” section for web console? https://issues.apache.org/jira/browse/IGNITE-7131 — Denis > On Dec 5, 2017, at 4:04 PM, lukaszbyjos wrote: > > O, thanks. Maybe there is docker image

Re: Web Console on Kubernetes Cluster

2017-12-05 Thread lukaszbyjos
O, thanks. Maybe there is docker image with webagents? I'm using https://hub.docker.com/r/apacheignite/ignite/ -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Web Console on Kubernetes Cluster

2017-12-03 Thread Andrey Novikov
Hi, You may run agent on server node pods. Also you need pass user's security tokens: https://apacheignite-tools.readme.io/docs/getting-started#section-configuration -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Web Console on Kubernetes Cluster

2017-12-01 Thread lukaszbyjos
I don't understand. What has that got to do with agents? My app pods are connecting to server ignite pod and that part is working. But now I need to connect web console. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Web Console on Kubernetes Cluster

2017-12-01 Thread afedotov
Hi, Please take a look at this documentation section https://apacheignite.readme.io/docs/resource-injection. If you are going to inject @SpringResource you need to adopt IgniteSpringBean. Make sure that you have checked its JavaDoc before using it because some caution should be taken due to its l

Web Console on Kubernetes Cluster

2017-11-30 Thread lukaszbyjos
Hi. Quick question. How to connect web console with my kubernetes cluster pods (server and client). I have cluster with one pod as server node and few clients. I thought that I need to just deploy webconsole image and it will connect to nodes. But later I found that I need some web agent. How to