How to Install Kubernetes on Ubuntu 21.04 | Install Kubernetes on Ubuntu | Install kubernetes
▬▬▬▬▬▬ * Instruction’s Guides * ▬▬▬▬▬▬
1. Installation guide – https://jhooq.com/14-steps-to-install-kubernetes-on-ubuntu-18-04-and-16-04/
Kubernetes is Docker orchestration tool for managing the docker container. It is an opensource system used for deploying and managing containerized applications with highl availability.
In this session we are going to install the kubernetes on Ubuntu 21.04 but the same lab session can be followed for installing kubernetes on Ubuntu 20.04.
In this tutorial, we are going to see –
1. We will start with two virtual machine .i.e. master and worker
2. Setting up the host entries
3. Installing docker
4. Disable the firewall and turnoff the “swapping”
5. Install “apt-transport-https” package
6. Download the public keys .i.e. – https://packages.cloud.google.com/apt/doc/apt-key.gpg
7. Add kubernetes repo (http://apt.kubernetes.io/ kubernetes-xenial main)
8. Install kubernetes
9. Enable and Start kubelet
10. Initialize the kubernetes cluster
11. Move kube config file to current user
12. Apply CNI from kube-flannel.yml(only run on master)
13. Join worker nodes to master(only run on worker)
14. Check the nodes status
▬▬▬▬▬▬ ⭐️ 🕘Timestamps ⭐️ ▬▬▬▬▬▬
0:00 – Intro
0:50 – Why we need to setup kubernetes cluster locally?
2:23 – Guide with all the installation instructions
2:44 – Vagrant setup for starting master node and worker node
4:12 – Start Vagrant
5:52 – Login and update hosts file
8:22 – Install docker
10:56 – Disable firewall and swapping
11:42 – Install apt-trasport-https
12:06 – Download the public keys
12:55 – Add kubernetes repo and install kubernetes
13:55 – Enabled and start kubelete
14:33 – Initialize the kubernetes cluster
16:07 – Move kube config file
16:59 – CNI flannel.yaml setup
19:28 – Join worker node to master node
21:15 – Kube join
▬▬▬▬▬▬ * Setup kubernetes using Kubespray * ▬▬▬▬▬▬
Lab session – https://youtu.be/7dG3vZFjQsE
Installation guide – https://jhooq.com/kubespray-12-steps-for-installing-a-production-ready-kubernetes-cluster/
▬▬▬▬▬▬ * Spring Boot deployment on kubernetes tutorial* ▬▬▬▬▬▬
Lab session – https://youtu.be/2dqQcou_MCU
Installation guide – https://jhooq.com/building-first-helm-chart-with-spring-boot/
▬▬▬▬▬▬ * Spring Boot deployment on kubernetes tutorial* ▬▬▬▬▬▬
Lab session – https://youtu.be/404j_mvr0Yg
Installation guide – https://jhooq.com/deploy-spring-boot-microservices-on-kubernetes/
▬▬▬▬▬▬ * Helm Chart tutorial* ▬▬▬▬▬▬
Lab session – https://youtu.be/jP_PF0mqUHk
Installation guide – https://jhooq.com/getting-start-with-helm-chart/
▬▬▬▬▬▬ * Terraform tutorial* ▬▬▬▬▬▬
Lab session – https://youtu.be/jJX6S5JAGpI
Installation guide – https://jhooq.com/install-terrafrom/
To learn more on DevOps visit – https://jhooq.com
Disclaimer/Policy: All the content/instructions are solely mine. The source is completely open-source.
Video is copyrighted and can not be re-distributed on any platform.
#devops #kubernetes #ubuntu
ubuntu