Re: [kubernetes-users] kubectl proxy vs kube-proxy is confusing to new users?

2018-02-11 Thread 'Tim Hockin' via Kubernetes user discussion and Q
kube-proxy should be renamed, in truth, but that isn't happening in the near term. On Sun, Feb 11, 2018 at 1:54 PM, Scalefastr wrote: > kubectl proxy is just for the API server. > > But kube-proxy is for services defined in the cluster and available where > the proxy is

[kubernetes-users] kubectl proxy vs kube-proxy is confusing to new users?

2018-02-11 Thread Scalefastr
kubectl proxy is just for the API server. But kube-proxy is for services defined in the cluster and available where the proxy is running. I think this is kind of confusing? Is it just me? Maybe kubectl proxy could/should be renamed to kubectl api-server-proxy -- You received this message

[kubernetes-users] A secret life-cycle

2018-02-11 Thread Yoni Goldberg
So K8S has internal 'vault' to store secrets but how do you feed these secrets in? obviously, they can be stored within the deployment file in the source control, any easy approach for pulling secrets during deployment from a vault? other approaches? -- You received this message because you