Kubernetes Basics Minikube Kubernetes Tutorial Installing Kubernetes locally with Minikube
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=47sRH_ZRk1A
#kubernetes, #kubernetesbasics, #kubernetestutorials Hello Friends, Welcome back to my channel. Thank you for your great support to my channel. Today we are going to see a new series of tutorials. • In this tutorial we are going to start the learning on Kubernetes. We are going to see the steps by step process to setup Kubernetes locally on Centos machine using minikube. The overall process is little complicated, we need to update the centos configurations, setup docker, install virtual box, install kubectl, conntrack and finally minikube. I hope you are going to enjoy this video. • --------------------------------------------------------------------------------------------------- • Setup your centos machine: • Disable SELinux: • --------------------- • setenforce 0 • sed -i --follow-symlinks 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux • Disable Swap: • ------------------ • swapoff -a • Change firewall settings: • ----------------------------- • sudo firewall-cmd --zone=public --add-masquerade --permanent • sudo firewall-cmd --reload • ------------------------------------------------------------------------------------------------ • ---------------------------------------------------------------------------------------------- • Install Docker: • sudo yum install -y yum-utils • sudo yum-config-manager \\ • --add-repo \\ • https://download.docker.com/linux/cen... • sudo yum install docker-ce docker-ce-cli containerd.io • sudo systemctl start docker • sudo systemctl enable docker • ---------------------------------------------------------------------------------------- • -------------------------------------------------------------------------------------- • Oracle Virtual Box Installation: • wget https://download.virtualbox.org/virtu... -P /etc/yum.repos.d/ • rpm --import https://www.virtualbox.org/download/o... • yum install https://dl.fedoraproject.org/pub/epel... • yum update • ----------------------------------------------------------------------------------------------- • --------------------------------------------------------------------------------------------- • Kubectl Installation: • curl -LO https://storage.googleapis.com/kubern...`curl -s https://storage.googleapis.com/kubern...`/bin/linux/amd64/kubectl • chmod +x ./kubectl • sudo mv ./kubectl /usr/local/bin/kubectl • kubectl version • ------------------------------------------------------------------------------------------------ • ---------------------------------------------------------------------------------------------- • Conntrack and Minikube Installation: • yum install conntrack –y • curl -LO https://storage.googleapis.com/miniku... \\ • install minikube-linux-amd64 /usr/local/bin/minikube \\ • minikube version • minikube start --driver=none • ---------------------------------------------------------------------------------------- • -------------------------------------------------------------------------------------- • Git location for full code: • https://github.com/shazforiot/Minikub... • ------------------------------------------------------------------------------------- • ========================================== • Follow me @: • / thetips4you • / thetipsforyou • / @thetips4you • https://fb.me/thetipsforall • ======================================= • Music credit: Royalty Free Music from Bensound • Note: Each word by Word or sentences used in this video is self written and converted to Audio to give explanation on the steps in each tutorial . These are not automated or third party content or scrapped from any website.
#############################
