Re: [kubernetes-users] Two Cluster in single node

2017-11-07 Thread Rodrigo Campos
I've never done that, but I guess you can do it. Go ahead and report back :) On Tuesday, November 7, 2017, wrote: > I am working to configure two kubernetes cluster setup(including binaries > installation) in a single machine, so far, I configured Ethernet adapter

Re: [kubernetes-users] Cannot access Ingress from LoadBalancer

2017-11-07 Thread 'Tim Hockin' via Kubernetes user discussion and Q
https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/ Does the Service have Endpoints? On Tue, Nov 7, 2017 at 1:10 PM, bg303 wrote: > I created a Deployment, Service, Ingress and then an nginx-ingress > deployment. If I point my DNS record at any of

Re: [kubernetes-users] Two Cluster in single node

2017-11-07 Thread 'Tim Hockin' via Kubernetes user discussion and Q
This is not a tested configuration - I am not sure that there are enough knobs in, for example, kubelet to make that happen, and I am pretty sure kube-proxy will not work. On Mon, Nov 6, 2017 at 10:39 PM, wrote: > I am working to configure two kubernetes cluster

[kubernetes-users] Cannot access Ingress from LoadBalancer

2017-11-07 Thread bg303
I created a Deployment, Service, Ingress and then an nginx-ingress deployment. If I point my DNS record at any of the nodes running the nginx-ingress, I am able to access to the service. I then created a Service with spec.Type = LoadBalancer, pointed it to my nginx-ingress, and pointed my DNS

[kubernetes-users] Running Scalable Mysql Database in Kubernetes

2017-11-07 Thread Montassar Dridi
Hello Do you Know any examples recommended for production to run a scalable mysql database in kubenretes ? I tried some galera demos but they were unstable Any suggestion would be much appreciated Thanks -- You received this message because you are subscribed to the Google Groups "Kubernetes