Linux serverNETWORK ADMINISTRATIONS

Kubernetes Cluster Setup Centos 7 | 100% Working | Tech Arkit

Join this channel to get access to perks:
https://www.youtube.com/channel/UCTokWGbaUuvKl9a6NUgTrUg/join

00:00 Introduction to Kubernetes Cluster Setup
00:04 Creating virtual machines
00:07 Installing Centos 7 OS
00:11:53 Preparing Centos 7 for Kube installation
00:13:21 Installing VMWare Tools
00:15:28 Installing Kubernetes Master Node (Kubeadm setup)
00:17:33 Enabling required firewall ports
00:18:44 Installing Docker and Containerd in correct way
00:24:41 initializing Kubeadm
00:27:29 Joining Worker Node to the cluster
00:33:41 Troubleshooting Kubelet service issue

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
GitHub: https://github.com/techarkit/
FB Private Group: 5K members https://www.facebook.com/groups/arkitcoin
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89 Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
GitHub: https://github.com/techarkit/
FB Private Group: 5K members https://www.facebook.com/groups/techarkit
Facebook: https://www.facebook.com/techarkit
Twitter: https://twitter.com/tech_arkit
Instagram: https://www.instagram.com/arkit.co.in/
Patreon: https://patreon.com/techarkit
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techarkit
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, and we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

source

centos 7

13 thoughts on “Kubernetes Cluster Setup Centos 7 | 100% Working | Tech Arkit

  • It might have been beneficial to include the links to all the commands you executed, to facilitate effortless duplication.

  • What is the next step after setting up K8 2 Node Cluster?

  • What username & password need to be use for Git clone funnel network. Please confirm.

  • I was able to setup the cluster but while creating the pod am getting the following error:
    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to setup network for sandbox "32b378243ce2f5d046595740e03d9acd1b21b2f84c83926deea3de7296da0312": plugin type="flannel" failed (add): loadFlannelSubnetEnv failed: open /run/flannel/subnet.env: no such file or directory
    Can you help me with this.

  • [preflight] Running pre-flight checks

    error execution phase preflight: couldn't validate the identity of the API Server: could not find a JWS signature in the cluster-info ConfigMap for token ID "kzzwyq"

    To see the stack trace of this error execute with –v=5 or higher

  • @TechArkit, Thank you very much for the fantastic tutorial. I encountered a few challenging moments while trying to follow the steps from the GitHub repository, and it seems they may need updating or alignment. I also ran into some problems when joining the nodes to the cluster, but I managed to resolve them.

    Here is what I did:
    1. containerd config default > /etc/containerd/config.toml

    2. systemctl restart containerd

    3. systemctl daemon-reload

    4. systemctl status containerd

    5. kubeadm join 192.x.x.x:6443 –token 2xwk38.xxxxxxxxxxxxx –discovery-token-ca-cert-hash

  • how did you resolve the issue for kubelet not running. You did not show the debugging steps for it.

  • Hello please make complete series on docker and kubernetes. thank you

  • thanks so much!!
    I met the containerd error, and i couldn't fix this for 2 days until I found your video. U're great!!!

  • Awesome dude…..wishing you all the very best …. although I have learnt linux from your side ..I know that you will teach k8s concept easy way in these videos…

Comments are closed.