Hello,
So far, I have been playing with a tiny kubernetes setup (vagrant - 3-4 minions). I now have access to a small, on-premise test cluster (~20 nodes) on which I want to deploy Kubernetes :
- The cluster is running an older version of Centos (6.3). The kernel has been upgraded to 2.6.32-504.1.3.el6.x86_64 in order to enable docker support. At this point, I'l be unable to upgrade/change the operating system.
- One node in the cluster has pdsh setup so that remote shell commands can be run in parallel on the cluster
- there is no fleet/salt-like system installed on this cluster
- Also, the configured centos repos don't seem to have kubernetes/etcd/cadvisor etc available. However, Salt/Docker (docker-io) packages seem to be available.
Given this "state" of the cluster :
a) how do I go about setting up/configuring kubernetes? Would salt be the best bet? If not, what else?
b) Is there any documentation on how to go about setting up networking on such a cluster ( weave? flannel? etc ) ?
None of the docs in the getting-started-guides folder seem to be a fit. I could attempt to setup each component separately in the "right" sequence - but it seems like a time-consuming task. Has anybody setup such a cluster before? Any information/pointers to docs would be great!
thanks,
-Sidharta