Re: [kubernetes-users] IP address for mongo security group

2016-08-19 Thread Norman Khine
yeah, the only way to get it to work is to allow the public ip's of the workers to be able to access the mongo cluster. i will put the cluster inside k8s and install the monitoring agent there. On 19 August 2016 at 14:16, Rodrigo Campos wrote: > > > On Friday, August 19, 2016, Norman Khine wrot

Re: [kubernetes-users] IP address for mongo security group

2016-08-19 Thread Rodrigo Campos
On Friday, August 19, 2016, Norman Khine wrote: > Hello, > I have a mongo cluster hosted on EC2 and i also have a k8s cluster with a > simple node.js app that connects to mongo. > And as outgoing connection will go from any node how do secure my mongo > cluster to accept connections from these po

[kubernetes-users] IP address for mongo security group

2016-08-19 Thread Norman Khine
Hello, I have a mongo cluster hosted on EC2 and i also have a k8s cluster with a simple node.js app that connects to mongo. And as outgoing connection will go from any node how do secure my mongo cluster to accept connections from these pods? My k8s cluster runs in a different AWS account to the