[kubernetes-users] Federation Cluster Questions

2016-12-02 Thread Ma,Wentao(BP)
Hi All, Nice to meet you. This is mike from Baidu company in china, I am trying to build the Federated kubernetes on my k8s cluster. I got the Federated Kubernetes Tutorial from this page. https://github.com/kelseyhightower/kubernetes-cluster-federation it is very clear step to build

Re: [kubernetes-users] Question about up-to-date Kubernetes installation on Centos 7

2016-12-02 Thread Michael Schulz
You could take a look at the Ansible playboos here: https://github.com/kubernetes/contrib/tree/master/ansible I just tried it out on a three node cluster for bare metal deployment and worked great. Especially when getting started this

Re: [kubernetes-users] Question about up-to-date Kubernetes installation on Centos 7

2016-12-02 Thread Jason Brooks
On Fri, Dec 2, 2016 at 12:59 AM, wrote: > Hello. > > I'm a new who get started learning about Kubernetes, and I've been trying to > install the latest version of Kubernetes on Centos 7. > > It seems that the latest version is 1.5 at github, but only 1.2 version is >

Re: [kubernetes-users] remote deployment

2016-12-02 Thread Ben Kochie
Kubernetes requires all nodes that run pods to have the kubelet running to manage the containers. This also means that everything in the cluster needs to be part of the same overlay network. This can be done "remotely" with overlay software like weaveworks system. But for most practical

[kubernetes-users] CFP for CloudNativeCon/KubeCon EU due Dec. 16

2016-12-02 Thread Michelle
CloudNativeCon/KubeCon EU is happening March 29-30 2017 in Berlin, Germany. The CFP deadline is December 16th, 2016! Here is a link to the event page. Here are the suggested Kubernetes related topics: • Advanced

Re: [kubernetes-users] remote deployment

2016-12-02 Thread Rodrigo Campos
On Fri, Dec 02, 2016 at 11:08:06AM -0800, ove...@gmail.com wrote: > Hello, > I am new to Kubernetes, and I was wondering if I can use it to do remote > deployment of microservices. I am only interested in that part, and not into > monitoring or anything else. If it is possible to use Kubernetes

[kubernetes-users] remote deployment

2016-12-02 Thread overip
Hello, I am new to Kubernetes, and I was wondering if I can use it to do remote deployment of microservices. I am only interested in that part, and not into monitoring or anything else. If it is possible to use Kubernetes for remote deployment, then I will try to figure out how, any help is

Re: [kubernetes-users] remote deployment

2016-12-02 Thread overip
> What do you mean with "remote deploying"? Is there any way to deploy that is > not > remote and used today? Sorry, I really don't follow. Can you please > elaborate? :) Sure! I mean that I don't want to use Kubernetes to deploy and monitor micro services on a cluster composed by machines