Re: [kubernetes-users] Elastalert in Kubernetes

2016-09-27 Thread Sakthivel Panneerselvam
Thanks I have not , Will check and let u know Regards, Sakthi On Tuesday, September 27, 2016 at 6:32:27 PM UTC+5:30, David Aronchick wrote: > > I'm not familiar with Elastalert, but at first blush, this sounds like > configmap might provide a solution. Have you investigated? > http://kubernet

[kubernetes-users] what is the best way to templatize the image field of containers in Kubernetes manifests

2016-09-27 Thread Mayank
I want to templatize the image field of Kubernetes containers in the manifest. What is the best way to do it. I see some people use jsonnet. 1: Are there builtin features in kubectl to make this happen. 2: Is there a plan to make image field come from configmap ? Any other ideas ? -Mayank --

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread
On Tue, Sep 27, 2016 at 10:17 PM, Quinn Comendant wrote: > On Mon, 26 Sep 2016 21:48:41 -0700, 'Tim Hockin' via Kubernetes user > discussion and Q&A wrote: >> The newer max PDs per machine. We support 16 PDs per machine. To fix >> this we need to add a new schedulable resource for PD connection

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Mon, 26 Sep 2016 21:48:41 -0700, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > The newer max PDs per machine. We support 16 PDs per machine. To fix > this we need to add a new schedulable resource for PD connections, and > that work is still in progress. Tim, when you said thi

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread
On Tue, Sep 27, 2016 at 8:15 PM, Quinn Comendant wrote: > On Tue, 27 Sep 2016 09:09:37 -0700, 'Tim Hockin' wrote: >> You could use 1 PD per site, with subdirs for mysql and content, and >> mount them using the `subPath` feature. That cuts your needs in half, >> right off the bat. > > That is a gr

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Wed, 28 Sep 2016 00:09:43 +0100, Rodrigo Campos wrote: > Exactly, and you said the cost that way (400 PDs) was double, right? > With what I > proposed (or what Tim proposed too) you would easily make the PDs needed 200 > (half), so probably is not raising the costs, right? Yea yea! It's good.

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Tue, 27 Sep 2016 09:09:37 -0700, 'Tim Hockin' wrote: > You could use 1 PD per site, with subdirs for mysql and content, and > mount them using the `subPath` feature. That cuts your needs in half, > right off the bat. That is a great tip, thanks. Is the "subPath" option available in GKE? I don

Re: [kubernetes-users] Shared Kubernetes Control Plane

2016-09-27 Thread
What kind of isolation are you talking about? Network isolation? Do you need network encapsulation? Resource (noisy neighbor) isolation? Is nothing shared between the groups? e.g. volumes etc.? Do pods within groups need to be broken up into namespaces? or can namespaces be the way you define group

[kubernetes-users] Shared Kubernetes Control Plane

2016-09-27 Thread Mike
I am new to Kubernetes and I have a question regarding the possibility of sharing the control plane of a single Kubernetes cluster among a whole bunch of workers that are - grouped into 100% isolated groups - each workers group does not need to access any pod in any other group and ac

[kubernetes-users] Re: Publicly proposing SIG-CLI

2016-09-27 Thread Ado Tony
10ET is a bit early for me too(3pm AT). I would like 11ET. That's ok for me. 2016-09-28 8:31 GMT+08:00 Brian Grant : > How about we hash this out on the new SIG mailing list? :-) > > On Tue, Sep 27, 2016 at 3:35 PM, 'Phillip Wittrock' via Kubernetes > developer/contributor discussion wrote: > >>

[kubernetes-users] Re: Publicly proposing SIG-CLI

2016-09-27 Thread
How about we hash this out on the new SIG mailing list? :-) On Tue, Sep 27, 2016 at 3:35 PM, 'Phillip Wittrock' via Kubernetes developer/contributor discussion wrote: > 10ET is a bit early for me (7am PT). I could do 11 or 12 ET. I suspect > all of these times may be difficult for @AdoHe > > >

Re: [kubernetes-users] Fluentd / ElasticSearch / Kibana setup on GKE

2016-09-27 Thread Sean Jezewski
Hey folks - any thing I can do to triage this? I'm still seeing the same behavior (es controller / service get created then die quickly), but I have a bit more logs from the es logging pod (below). I'm picking this project back up in earnest and need to get logging working. $kubectl logs elasti

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Rodrigo Campos
On Tue, Sep 27, 2016 at 10:29:51AM -0500, Quinn Comendant wrote: > On Tue, 27 Sep 2016 13:46:45 +0100, Rodrigo Campos wrote: > > So, if you use half the nodes it would cost more or less the same? > > I'm aiming for about 12 vCPUs and 16 GB memory total. With the 16-PD-per-node > limit, and going

[kubernetes-users] Re: Publicly proposing SIG-CLI

2016-09-27 Thread
10ET is a bit early for me (7am PT). I could do 11 or 12 ET. I suspect all of these times may be difficult for @AdoHe On Tue, Sep 27, 2016 at 2:42 PM Ihor Dvoretskyi wrote: > 10am ET is a good time for me (as for a Europe-based representative), but > please, don't do it it on Friday - not the

[kubernetes-users] Re: Publicly proposing SIG-CLI

2016-09-27 Thread Ihor Dvoretskyi
10am ET is a good time for me (as for a Europe-based representative), but please, don't do it it on Friday - not the best day for SIG conversations at the end of the week. On Wed, Sep 28, 2016 at 12:32 AM DL duglin wrote: > I’d prefer a call later in the week as most of the other ones that I’m >

[kubernetes-users] Re: Publicly proposing SIG-CLI

2016-09-27 Thread
Could we please use the existing kubectl github team instead? On Tue, Sep 27, 2016 at 1:12 PM, Fabiano Franz wrote: > Thanks for the feedback everyone! > > SIG-CLI was created as a slack channel > , a mailing list >

Re: [kubernetes-users] Add custom nameserver KubeDNSv17

2016-09-27 Thread
Yeah, adding flags to kubelets is hard. The work to make that all ConfigMap driven isn't done yet. Insult to injury, the work to make DNS config be ConfigMaps isn't done yet, either. I'm not 100% sure if you change the DNSMasq params in the DNS ReplicationController that those won't get blown aw

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread
You could use 1 PD per site, with subdirs for mysql and content, and mount them using the `subPath` feature. That cuts your needs in half, right off the bat. The only other options you really have are to use something like NFS (which would consume some amount of resources and you would have to ad

Re: [kubernetes-users] Add custom nameserver KubeDNSv17

2016-09-27 Thread Cloud Environments
Ok, but I can use the same in Google Cloud?, because when I go to Google console, I can create a Kubernetes cluster but don't allow to set up other specific options like --resolv-conf flag, and it creates all the components (kube-dns, kube-proxy, heapster) automatically. On Mon, Sep 26, 2016 at

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Mon, 26 Sep 2016 22:50:09 -0700, 'David Aronchick' via Kubernetes user discussion and Q&A wrote: > If they're super low traffic - why not create a few large PDs and > carve them up with PVCs? What is a PVC? Like a container serving NFS or using a different storage layer like Flocker? I've be

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Quinn Comendant
On Tue, 27 Sep 2016 13:46:45 +0100, Rodrigo Campos wrote: > So, if you use half the nodes it would cost more or less the same? I'm aiming for about 12 vCPUs and 16 GB memory total. With the 16-PD-per-node limit, and going with the smallest non-shared-core nodes, I'd have 26 n1-standard-1 which i

Re: [kubernetes-users] Elastalert in Kubernetes

2016-09-27 Thread
I'm not familiar with Elastalert, but at first blush, this sounds like configmap might provide a solution. Have you investigated? http://kubernetes.io/docs/user-guide/configmap/ On Sep 26, 2016 23:32, "Sakthivel Panneerselvam" < sakthivel.prav...@gmail.com> wrote: > Hi , > > We have an issue in r

Re: [kubernetes-users] Re: gcePersistentDisks limit per GKE cluster

2016-09-27 Thread Rodrigo Campos
On Tue, Sep 27, 2016 at 12:40:09AM -0500, Quinn Comendant wrote: > On Mon, 26 Sep 2016 21:48:41 -0700, 'Tim Hockin' via Kubernetes user > discussion and Q&A wrote: > > The newer max PDs per machine. We support 16 PDs per machine. > > Huh! > > Well, there go my plans. Perhaps you can advise me