[ Kube 1 ] Setup Kubernetes Cluster using Kubeadm on CentOS 7
Kubernetes cluster installation using Kubeadm.
In this video, I am going to show you how to set up Kubernetes cluster using Kubeadm on CentOS 7 Virtual machines.
Github link: https://github.com/justmeandopensource/kubernetes
=================
Update 2018/12/07:
=================
I noticed a problem with the instructions in this video. I used CentOS OS repository to install docker using the below command.
# yum install docker
It worked until Kubernetes v1.12.3.
However it didn’t work with recent version of Kubernetes v1.13.0. I raised an issue in the below link.
https://github.com/kubernetes/kubernetes/issues/71711
And found that the docker version from CentOS repo could be little older for Kubernetes v1.13.0.
I have updated my github install documentation to install Docker from Official Docker repository.
So please install docker from docker-ce as instructed in my below github doc.
https://github.com/justmeandopensource/kubernetes/blob/master/docs/install-cluster-centos-7.md
If you wish to support me:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F8FN37PAD629Y&source=url
#kubernetes #kubeadm #justmekubernetes #justmekubeadm #k8s
centos 7