Re: [kubernetes-users] howto define isolated vlan definitions

2018-01-29 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Look into NetworkPolicy - it's not your traditional VLAN approach to ACL, it's more dynamic and application-focused. On Mon, Jan 29, 2018 at 10:27 PM, Oğuz Yarımtepe wrote: > My current k8s structure is 2 worker and one master node deployment. I am > testing it with

[kubernetes-users] howto define isolated vlan definitions

2018-01-29 Thread Oğuz Yarımtepe
My current k8s structure is 2 worker and one master node deployment. I am testing it with NodePort services. Now we will install a bigger cluster, 3 master and more worker nodes. The problem is, using NodePort is causing all the services exit with the same worker node ips. But we need vlan

[kubernetes-users] Kubernetes cluster limits

2018-01-29 Thread Luis Pabon
Hi all, I have a question on Kubernetes limits: https://kubernetes.io/docs/admin/cluster-large/ - What happens, if for example, more than 100 pods are scheduled to a node? -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To

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

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

2018-01-29 Thread 'mobicycle' via Kubernetes user discussion and Q
Hi, I have found many tutorials. Some tutorials show how to setup one website via Docker with Nginx and Let's Encrypt. Other tutorials discuss how to setup multiple websites via Nginx and Docker - without Let's Encrypt. Can anyone recommend a tutorial that shows me how to have multiple

[kubernetes-users] Using Docker, Let's Encrypt and Nginx (or Haproxy) to Host Multiple Websites

2018-01-29 Thread 'mobicycle' via Kubernetes user discussion and Q
Hi, Is there a recent tutorial on how to setup docker or kubernetes to host multiple domains on https via Let's Encrypt with Nginx or Haproxy? Thanks -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q" group. To unsubscribe from

[kubernetes-users] Re: Kubernetes dynamic PVC, azure managed disk, unable to mount, timeout expired

2018-01-29 Thread zhangxia3
Hi, Could you help collect kubelet logs on the agent? Just follow below link: https://github.com/andyzhangx/Demo/tree/master/debug#q-how-to-get-k8s-kubelet-logs-on-linux-agent On Tuesday, January 23, 2018 at 6:21:15 PM UTC+8, arind...@gmail.com wrote: > Problem statement: Azure disk dynamic