Re: [kubernetes-users] One environment or many per cluster?

2017-04-19 Thread
Definitely an interesting question! At Yahoo, we've generally separated the underlying infrastructure based on whether our CI/CD infrastructure is performing the deployment versus if a developer is manually making changes. Mapping to Box's definition, "dev" is one very locked down K8s environmen

Re: [kubernetes-users] One environment or many per cluster?

2017-04-19 Thread
Sam, I don't have a clean answer for you. What you really want (it seems) is nested Namespaces. If only our foresight were better... The way we end up doing it internally is that foo-prod and foo-test get baked into the templates that produce the final configs that are sent to the master. Kube

Re: [kubernetes-users] One environment or many per cluster?

2017-04-19 Thread Nikhil Jindal
Thats a great question! I would let others comment on what the kubernetes vision is but to me colocating multiple environments in a single cluster seems better than having different clusters for each environment for the reasons you mentioned (better utilization and efficiency). There is work going

[kubernetes-users] Re: Cannot expose deployment (i.e. bind containers to 0.0.0.0)

2017-04-19 Thread akprasad
I'm having a similar problem (but running minikube in a VM locally). No suggestions? -- 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 kuber

Re: [kubernetes-users] Re: Unable to connect to Internet from a container deployed in Kubernetes

2017-04-19 Thread woodwardjkw
https://blogs.msdn.microsoft.com/mast/2014/06/22/use-port-pings-instead-of-icmp-to-test-azure-vm-connectivity/ -- 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

Re: [kubernetes-users] Kubernetes keeps spawning Pods after deletion

2017-04-19 Thread Rodrigo Campos
On Mon, Apr 17, 2017 at 05:22:45PM -0700, tors...@gmail.com wrote: > I deleted it with command line: kubectl delete deployment -n kloud-hosting > kloud-phph7 or the dashboard, don't remember which one. > > BTW, the dashboard has different version from kubernetes, it's from > kubernetes 1.6.0, co

Re: [kubernetes-users] Kubernetes setup with flannel

2017-04-19 Thread Brandon Philips
Hello Ravisalamani- The information there is a bit out of date. These days flannel has a Kubernetes backend so you can deploy it as a daemonset (yaml , rbac

[kubernetes-users] Kubernetes setup with flannel

2017-04-19 Thread ravisalamani . india
I found many links and you tube videos on kubernetes setup. I wanted do the setup which uses flannel. Any idea on how to do setup with flannel. Please let me know following steps are good 1. Install docker, flannel, kubernetes binary on all instances 2. Setup the docker configuration with flanne

[kubernetes-users] Inherited setup with flannel

2017-04-19 Thread ravisalamani . india
-- 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 post to this group, send email to kubernet

[kubernetes-users] Re: ARC patent

2017-04-19 Thread Dan Kohn
I'm spending time on this, but it will likely be a few more weeks before I can comment further. -- Dan Kohn Executive Director, Cloud Native Computing Foundation tel:+1-415-233-1000 On Wed, Apr 19, 2017 at 1:17 AM, Liao, Leon wrote: > Hi all,