[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 r

[kubernetes-users] Two cluster running in same node

2017-11-06 Thread sureshelavazhathi
I am trying to configure two cluster in a single node(two instances of all the servers), is it possible to have two working cluster in a single node? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this

[kubernetes-users] Setting up a baremetal kubernetes cluster on RHEL7

2017-11-06 Thread Unknown User
Does anybody have a good doc on setting up a hardened kubernetes cluster on rhel baremetal hosts? I have seen multiple documentation online, but many seem to be for older versions and dont work any more. Latest one i tried is http://blog.frognew.com/2017/04/install-ha-kubernetes-1.6-cluster.htm

[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 3:52:0

[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
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 on a service by deploy

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

2017-11-06 Thread bg303
I recently tried to put SSL on a service by deploying an Ingress and a Ingress controller, but ultimately I do not think that is what I want. I think I just want to have a Google Cloud HTTPS Load Balancer and just declare a service like this: --- apiVersion: v1 kind: Service metadata: name: a