Re: [kubernetes-users] Best practice for running variants of k8s services?

2018-05-07 Thread 'Tim Hockin' via Kubernetes user discussion and Q
The community does not have (and won't for a while, if ever) a "preferred" model. It's very much organic exploration for now. Opinions proliferate and it's possible they will never converge. That's not a bad thing, IMO. On Mon, Apr 30, 2018 at 8:13 AM David Rosenstrauch

Re: [kubernetes-users] Best practice for running variants of k8s services?

2018-04-30 Thread David Rosenstrauch
Thanks for the suggestion, Tim. Looks like that might fit the bill. I'll kick the tires on it a bit. Is kustomize the k8s project's preferred (or suggested) way to handle this type of situation? Thanks, DR On 04/27/2018 07:06 PM, 'Tim Hockin' via Kubernetes user discussion and Q wrote:

Re: [kubernetes-users] Best practice for running variants of k8s services?

2018-04-27 Thread 'Tim Hockin' via Kubernetes user discussion and Q
Does this head in the direction you want? https://github.com/kubernetes/kubectl/tree/master/cmd/kustomize On Fri, Apr 27, 2018 at 10:52 PM David Rosenstrauch wrote: > We've been using Kubernetes to get a dev version of our environment up > and running, and so far the

[kubernetes-users] Best practice for running variants of k8s services?

2018-04-27 Thread David Rosenstrauch
We've been using Kubernetes to get a dev version of our environment up and running, and so far the experience has been great - nearly a dozen services up and running, and Kubernetes has made the whole process very straight-forward. However, we're now looking at moving this implementation