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/justmeandopensourc...
=================
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/kuberne...
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/justmeandopensourc...
If you wish to support me:
https://www.paypal.com/cgi-bin/webscr...
#kubernetes #kubeadm #justmekubernetes #justmekubeadm #k8s