Dimuthu
Dimuthu

Reputation: 8606

Kubernetes 1.2 baremetal production

Is it recommended to deploy Kubernetes 1.2 on a bare-metal Ubuntu/ RedHat production cluster? If so, what is the recommended SDN tool (flanneld or OvS), docker version and etcd version to use?

Upvotes: 0

Views: 124

Answers (2)

zhenxing lu
zhenxing lu

Reputation: 11

  1. docker version need to be 1.2+
  2. you can found flannel/etcd version in the script of download-release.sh

Upvotes: 0

CJ Cullen
CJ Cullen

Reputation: 5642

Here is the getting started guide for Ubuntu. It hasn't been updated since Kubernetes v1.1.8, but it should still be applicable for v1.2.4. That getting started guide uses flannel, but you can also use Calico (Guide). The list of Kubernetes getting started guides might be a good place to start.

Upvotes: 1

Related Questions