[kubernetes-users] Re: Internal load balancer no longer working

2018-08-01 Thread Mike H
31, 2018 at 2:58:52 PM UTC-7, Mike H wrote: > > Also, according to the section, "Determining if your Ingress is > compatible" > <https://cloud.google.com/kubernetes-engine/docs/how-to/internal-load-balancing#determining_if_your_ingress_is_compatible>, > > the

Re: [kubernetes-users] Finding a way to get stable public IP for outbound connections

2018-05-20 Thread mike
uilding a NAT gateway), but I cannot find > reliable information about how to assign a reserved static IP to a GKE node. > > Cheers, > Mike > > On Wednesday, May 3, 2017 at 12:13:42 PM UTC-7, Evan Jones wrote: > > Correct, but at least at the moment we aren't using

Re: [kubernetes-users] Finding a way to get stable public IP for outbound connections

2018-05-20 Thread mike
assign a reserved static IP to a GKE node. Cheers, Mike On Wednesday, May 3, 2017 at 12:13:42 PM UTC-7, Evan Jones wrote: > Correct, but at least at the moment we aren't using auto-resizing, and I've > never seen nodes get removed without us manually taking some action (e.g. > u

Re: [kubernetes-users] Cluster DNS: bottleneck with ~1000 outbound connections per second

2018-03-19 Thread mike
to kubernetes-use...@googlegroups.com. > > > To post to this group, send email to kubernet...@googlegroups.com. > > > Visit this group at https://groups.google.com/group/kubernetes-users. > > > For more options, visit https://groups.google.com/d/optout. > > >

[kubernetes-users] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2018-02-20 Thread mike a
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي * * لمتابعة نشاطات غسل الأموال ونشاطات* *السعودي معن عبدالواحد الصانع* *مالك مستشفى وشركة سعد ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس مجلس ادارة بنك اوال البحريني* *وتعليق محطة سي ان بي سي التلفزيونية* *مترجم بال

Re: [kubernetes-users] Tutorial: Host multiple websites on https(Let's Encrypt) via Load Balancing with either Nginx or Haproxy

2018-01-29 Thread Mike Wilson
I just installed kube-lego and then mark up my ingress and I get this automagically. It's very simple and requires next to no setup. It looks like that has been deprecated as of 1.8 and the new project is https://github.com/jetstack/cert-manager/. On Mon, Jan 29, 2018 at 10:47 AM 'mobicycle' via K

[kubernetes-users] Re: Kubernetes for database

2017-12-29 Thread Mike Johnson
So I'm firmly on the "no stateful in k8s" team in production but I've been containerizing databases for devs via minikube (and prior docker-compose) for over a year and it's been fantastic. We run a handful of different databases. The biggest issue is our laptops being limited to 16gb of ram, s

[kubernetes-users] Re: Creating a multi master Kubernetes cluster on GKE

2017-10-03 Thread Mike Johnson
So initially what you'd have to do is do multiple clusters and federate them to have multiple masters running (albeit for diff clusters) but GKE just added a multi-master feature to 1.8 as an Alpha feature you can request. Not sure how far out it is, I'd love to have this so I can federate less

Re: [kubernetes-users] Running a Kubernetes cluster using VirtualBox

2017-06-07 Thread Mike Cico
nd plugin binaries need to be manually copied over to the worker nodes. Is that to be expected? Thanks, Mike On Mon, Jun 5, 2017 at 8:21 PM, Brandon Philips wrote: > Any reason to not use https://github.com/kubernetes/minikube? > > On Wed, May 31, 2017 at 9:02 AM Mike Cico wrote:

[kubernetes-users] Running a Kubernetes cluster using VirtualBox

2017-05-31 Thread Mike Cico
ailures, or what. Has anyone seen this before? Are there other things I look for to try to figure out what's going on? Thanks, Mike -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from th

Re: [kubernetes-users] How best to do dynamic reconfiguration triggered by HPA activity

2017-02-15 Thread Mike Bryant
w.com/questions/37317003/restart-pods-when-configmap-updates-in-kubernetes where you use liveness checks to make Kubernetes restart your pod if the configmap changes. Hope that's helpful Cheers Mike -- Mike Bryant | Network Systems Team Leader | Ocado Technology mike.bry...@ocado.com | 07

Re: [kubernetes-users] Advise on running smaller k8s cluser

2016-11-23 Thread Mike
would you please give an example? > > Thanks, Mike > > > On Wednesday, November 23, 2016 at 1:30:23 PM UTC-8, Daniel Smith wrote: > > > > On Wed, Nov 23, 2016 at 11:39 AM, Mike wrote: > >> Our use case (big data) demands running few short-ter

[kubernetes-users] Advise on running smaller k8s cluser

2016-11-23 Thread Mike
not require that much resources for smaller clusters. is this a correct assumption? 3. Is there any guide on kubernetes components resource consumption testing? Thank you in advance for sharing your insights. Mike -- You received this message because you are subscribed to the

Re: [kubernetes-users] Shared Kubernetes Control Plane

2016-10-01 Thread Mike
: > > On Wed, Sep 28, 2016 at 11:54 AM, Mike wrote: > > Hi Tim, > > > > Thank you for the answer. The goal is to share the control plane among > ,say, > > 100 smaller clusters (only worker nodes in each cluster) which will save > you > > something like 10

Re: [kubernetes-users] Ingress on GKE question

2016-09-30 Thread Mike Cico
y. The L7 load balancer has it's own node health checkers that may > take a minute or 2 to discover that a service is healthy and if you > multiply this a few times you get ~10 minutes. > That would jibe with what I was seeing. > On Fri, Sep 30, 2016 at 9:16 AM Mike Cico > &

[kubernetes-users] Ingress on GKE question

2016-09-29 Thread Mike Cico
or "uknown" during the time that the services would be inaccessible. The short of my question is, why do changes to the deployments take so long to be discovered and surfaced by their ingress? Thanks, Mike -- You received this message because you are subscribed to the Googl

Re: [kubernetes-users] Shared Kubernetes Control Plane

2016-09-28 Thread Mike
plane for cost saving and simplicity. Again this is how amazon ECS seems to operate. Don't you need a control plane per worker group/pool to be able to use federation? Thanks, Mike On Wednesday, September 28, 2016 at 9:50:11 AM UTC-7, Tim Hockin wrote: > > This is another varia

Re: [kubernetes-users] Shared Kubernetes Control Plane

2016-09-28 Thread Mike
> groups? > > Ian > > On Wed, Sep 28, 2016 at 10:59 AM Mike wrote: > >> 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 >> &

[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] kubelet.go:2381] skipping pod synchronization - [container runtime is down]

2016-08-14 Thread Mike Mester
ds to happen here? Thanks, Mike -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-users+unsubscr...@googlegroups.com. To