[kubernetes-users] Two Cluster in single node

2017-11-06 Thread sureshelavazhathi
I am working to configure two kubernetes cluster setup(including binaries installation) in a single machine, so far, I configured Ethernet adapter to provide 2 ips, is that possible to go, having two instances, of all the services? and having two working clusters in a single machine?? -- You

[kubernetes-users] Re: Context & Google Container Engine

2017-11-06 Thread RomeNYRR
For anyone that runs across this: $ kubectl config view # Show Merged kubeconfig settings.$ kubectl config current-context # Display the current-context$ kubectl config use-context my-cluster-name # set the default context to my-cluster-name On Monday, November 6, 2017 at

[kubernetes-users] Context & Google Container Engine

2017-11-06 Thread RomeNYRR
Greetings, I've just deployed 2 clusters, 1 in the U.S. and the other in Europe; when managing the clusters with kubectl, what's the easiest way to switch between managing each region. I've read somewhere that `kubectl config use-context` needs to be configured. Does anyone have any tutorials

Re: [kubernetes-users] HTTPS Load Balancer without an Ingress/Ingress Controller

2017-11-06 Thread bg303
On Monday, November 6, 2017 at 2:46:08 PM UTC-5, Tim Hockin wrote: > Starting with the last question first: > > > Any ideas as to what I am doing wrong? > > Yes - You're trying to do it all yourself instead of relying on the > pieces that have already been built and tested :) > > On Mon, Nov 6,

Re: [kubernetes-users] HTTPS Load Balancer without an Ingress/Ingress Controller

2017-11-06 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Starting with the last question first: > Any ideas as to what I am doing wrong? Yes - You're trying to do it all yourself instead of relying on the pieces that have already been built and tested :) On Mon, Nov 6, 2017 at 9:49 AM, bg303 wrote: > I recently tried to put SSL