Re: Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Imesh Gunaratne
Great! Nice to hear that! On Mon, Jun 8, 2015 at 9:03 AM, Pubudu Gunatilaka wrote: > Hi Imesh, > > I rechecked the kubernetes cluster json and changed my CEP_PORT to 7711 > which is the thrift SSL port. I have used the thrift port which is 7611 in > my json. That could be the reason why cartridg

Re: Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Pubudu Gunatilaka
Hi Imesh, I rechecked the kubernetes cluster json and changed my CEP_PORT to 7711 which is the thrift SSL port. I have used the thrift port which is 7611 in my json. That could be the reason why cartridge agent was unable to send stats to cep. Now kubernetes cluster is working fine. Thank you!

Re: Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Imesh Gunaratne
s/it was updated properly/it was not updated properly/g On Mon, Jun 8, 2015 at 1:46 AM, Imesh Gunaratne wrote: > Hi Pubudu, > > Did you update the Kubernetes Cluster JSON with the IP addresses of your > EC2 instances? May be it was updated properly: > > > https://github.com/apache/stratos/blob/m

Re: Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Imesh Gunaratne
Hi Pubudu, Did you update the Kubernetes Cluster JSON with the IP addresses of your EC2 instances? May be it was updated properly: https://github.com/apache/stratos/blob/master/samples/kubernetes-clusters/kubernetes-cluster-ec2.json On Sun, Jun 7, 2015 at 4:52 PM, Pubudu Gunatilaka wrote: >

Re: Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Lahiru Sandaruwan
Hi Pubudu, Shall we have a look on cartridge agent logs? Thanks. On Sun, Jun 7, 2015 at 4:52 PM, Pubudu Gunatilaka wrote: > Hi Devs, > > I was able to set up kubernetes on ec2 with master node and one minion > node. Then I pulled the stratos/php:4.1.0 docker image to the minion node > and depl

Kubernetes on EC2 with Single Cartridge App

2015-06-07 Thread Pubudu Gunatilaka
Hi Devs, I was able to set up kubernetes on ec2 with master node and one minion node. Then I pulled the stratos/php:4.1.0 docker image to the minion node and deployed the single cartridge app. But I got the same error mentioned in a previous thread "Problem in Kubernetes with Stratos master branch