Kubernetes on Mesos Cluster Kubernetes on Mesos Cluster kubernetes kubernetes

Kubernetes on Mesos Cluster


Regarding Mesos Masters and Zookeeper instances, to have an even number of nodes is not really a good idea, because of the quorum mechanisms involved. My suggestion would be running three nodes of both services.

I assume you want to run this locally? If so, I guess it would make sense to use a preconfigured Vagrant project such as https://github.com/tobilg/coreos-mesos-cluster This launches a three node CoreOS cluster with all the Mesos/Zookeeper services already installed, and etcd and flanneld are also already installed on CoreOS itself.

This would mean that you only would have to do the following steps once the cluster is launched:


1)Kubernetes master doesnt need to be a mesos slave . 2)You dont need kubernetes to be installed on the minions(mesos-slaves)

All you need is below1)Mesos setup (Mesos masters and slaves along with zookeeper ,docker running on all mesos slaves)2)etcd cluster ,will provide overlay network(flannel) and also will do the service discovery of kubernetes setup3)kubernetes master ..

Below blogs helped a lot in setting it uphttp://manfrix.blogspot.in/2015/11/mesoskubernetes-how-to-install-and-run.htmlhttps://github.com/ruo91/docker-kubernetes-mesos