Posts

Showing posts with the label How To Setup Kubernetes Cluster Using Kubeadm

How To Setup Kubernetes Cluster Using Kubeadm

Image
  What is Kubeadm? Kubeadm is a tool to set up a minimum viable Kubernetes cluster without much complex configuration. Also, Kubeadm makes the whole process easy by running a series of prechecks to ensure that the server has all the essential components and configs to run Kubernetes. It is developed and maintained by the official Kubernetes community. There are other options like minikube, kind, etc., that are pretty easy to set up. Install docker fallow the link check for different flavours          Platform x86_64 / amd64 arm64 / aarch64 arm (32-bit) s390x CentOS     Debian   Fedora     Raspbian       RHEL       SLES       Ubuntu Binaries   Install  kubelet kubeadm kubectl  Debian Family  Update the  apt  package index and install packages needed to use the Kubernetes  apt  repository: sudo apt-get update sudo apt-get install -y apt-transport-http...