[kubernetes-users] Node enter NotReady status unexpectedly

2018-01-02 Thread Kun Li
Our environment: k8s v1.7.10 + coreos 1198.5.0 + baremental + calico 1.2.0, and I'm running kubelet with rkt . 01:02:50 3 Jan, 2018, One of my workers entered NotReady status unexpectedly, can anybody help me to analyze this ? I have several workers entering NotReady status unexpectedly

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread 'Michelle Au' via Kubernetes user discussion and Q
Also, what version of minikube are you running? On Tue, Jan 2, 2018 at 2:45 PM, Michelle Au wrote: > I'm not familiar with the minikube environment, but could you double check > that the minikube-hostpath external provisioner is running, either as a pod > or a standalone

Re: [kubernetes-users] kube-proxy creating iptable rule for wrong interface

2018-01-02 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Hi Mike, > service tokens can't come through to nodes because kubelet tries to talk to > the api server through the api's "advertised ip address", which defaults to > the default route, which is shunted. This seems wrong. Kubelet has a master address that is *NOT* dependent on Services. If

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread 'Michelle Au' via Kubernetes user discussion and Q
I'm not familiar with the minikube environment, but could you double check that the minikube-hostpath external provisioner is running, either as a pod or a standalone process? On Tue, Jan 2, 2018 at 12:04 PM, wrote: > PVC describe -> "waiting for a volume to

Re: [kubernetes-users] kube-proxy creating iptable rule for wrong interface

2018-01-02 Thread mvenezia
This behavior puzzles me. API service is definitely a unique service, but this issue can be tough debug, and causes a problem if some traffic needs to be sent through a security device for monitoring. Let me explain: - Assume there is no direct API connectivity between worker nodes and

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread michael . timko
PVC describe -> "waiting for a volume to be created, either by external provisioner "k8s.io/minikube-hostpath" or manually created by system administrator" Pod describe -> "PersistentVolumeClaim is not bound: "cassandra-data-cassandra-0" On Tuesday, January 2, 2018 at 2:57:40 PM UTC-5,

Re: [kubernetes-users] Issues with kubernetes cassandra statefulset tutorial

2018-01-02 Thread 'Michelle Au' via Kubernetes user discussion and Q
If you describe the PVC, what events do you see? On Sun, Dec 31, 2017 at 8:04 AM, wrote: > Hi all! > > I am trying to set up Cassandra using Kubernetes and came across this > guide from kubernetes.io: > >

Re: [kubernetes-users] Kubernetes Volume storage questions

2018-01-02 Thread 'Tim Hockin' via Kubernetes user discussion and Q
The main difference is that EBS and things like that are fully managed, and you should be able to assume some operational simplicity (if their capabilities meet your needs). If you need multi-writer, for example, EBS will not suffice. Clustered filesystems require YOU to operate them (for now?),

Re: [kubernetes-users] Kubernetes Volume storage questions

2018-01-02 Thread Rodrigo Campos
The first are clustered filesystems, you don't need that complication. EBS is just a block device, probably the same is true for VMware. But feel free to read about them, it's a subject on its own and not at all Kubernetes specific On Tuesday, January 2, 2018, DK

Re: [kubernetes-users] Kubernetes Volume storage questions

2018-01-02 Thread DK
Thanks, what are the benefits (if any) to choosing GlusterFS/Ceph over VsphereVolume/AWSElasticBlockStore? For a database like Postgres. -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from this group and

Re: [kubernetes-users] Kubernetes Volume storage questions

2018-01-02 Thread Rodrigo Campos
Or just a pvc (a volume claim) that by default in one cluster is ebs and the other is the one for VMware? Take a look into PVC doc, it might be just what you want :-) On Tuesday, January 2, 2018, DK wrote: > Hi, > > My Kubernetes cluster will be running on VmWare and

Re: [kubernetes-users] Kubernetes service type for background app

2018-01-02 Thread Rodrigo Campos
Services are just to expose. So you can just a deployment and decide (or autoscale) the replicas :) On Tuesday, January 2, 2018, Mario Rodriguez wrote: > good question, I thought you always needed a Service when running an app > in k8s. > > On Monday, January 1, 2018 at

Re: [kubernetes-users] Kubernetes service type for background app

2018-01-02 Thread Mario Rodriguez
good question, I thought you always needed a Service when running an app in k8s. On Monday, January 1, 2018 at 10:51:48 PM UTC-6, Tim Hockin wrote: > > Why do you need a Service at all? > > On Jan 1, 2018 8:43 PM, "Mario Rodriguez" > wrote: > >> Hi, I'm in the middle of

[kubernetes-users] Kubernetes Volume storage questions

2018-01-02 Thread DK
Hi, My Kubernetes cluster will be running on VmWare and in future on Amazon's AKS also. What should I be looking for regards Volume drivers? - Cepth, GlusterFS seem to be popular options. - RexRay seems to be popular in Docker with a FlexRay K8s option Or should I be looking at

Re: [kubernetes-users] Mysql kubernetes deployment and management

2018-01-02 Thread tyger2007
On Thursday, December 28, 2017 at 2:28:33 PM UTC+1, Rodrigo Campos wrote: > How do you install and run MySQL? > > > What errors do you see when connecting, exactly? Your connection attempt failed for user 'root' at from your host to server at ip:3306 Cant connect to mysql server on ip. > >