Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-13 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Wed, Dec 13, 2017 at 6:47 AM, Gmail wrote: > Sorry, not follow the price argument. You are only charged for the nodes you > use on a Kubernetes cluster (no Masters, no matter cluster size). > > > I don't understand very well "no matter cluster size" whereas no one has >

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-13 Thread Rodrigo Campos
On Wednesday, December 13, 2017, Gmail wrote: > > Can't you use an internal load balancer to communicate? > > > I noticed that if I create a load balancer service or an ingress service, > Kubernetes will create a public ip address. > So when you say *internal* load balancer,

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-13 Thread Gmail
Sorry, not follow the price argument. You are only charged for the nodes you use on a Kubernetes cluster (no Masters, no matter cluster size). I don't understand very well "no matter cluster size" whereas no one has ever talked about creating nodes that will not be used later. In my example

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-13 Thread Rodrigo Campos
Sorry, not follow the price argument. You are only charged for the nodes you use on a Kubernetes cluster (no Masters, no matter cluster size). So, I really don't why it makes a difference the number of clusters On Wednesday, December 13, 2017, wrote: > I think that the

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-13 Thread mderosa83
I think that the situation is more complicated if we start looking at machine prices. Let me use some real data: 1) I have to use a db machine like gcloud n1-standard-16 ---> kubernetes cluster with 1 node for 500$/month 2) I have to use 9 web server like n1-standard-2 ---> kubernetes cluster

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-12 Thread David Rosenstrauch
On 2017-12-12 4:38 pm, Marco De Rosa wrote: The main reason is that the "web" cluster has hardware features different from the "db" cluster and I didn't find a way to have a cluster with for example one node better, in cpu and/or ram, than others. So 2 clusters to put in communication with the

Re: [kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-12 Thread 'Tim Hockin' via Kubernetes user discussion and Q
On Tue, Dec 12, 2017 at 12:49 AM, wrote: > I have a situation like this: > > - a cluster of web machines > - a cluster of db machines and other services I think you have made the problem much more complicated than it needs to be. Why not one cluster? > The question is how

[kubernetes-users] How to put in communication two clusters in Kubernetes

2017-12-12 Thread mderosa83
I have a situation like this: - a cluster of web machines - a cluster of db machines and other services The question is how put in communication the 2 clusters in order to use some hostnames in /etc/hosts of web machines. To protect your data, is it safe create an ingress service to make