Kubernetes For Absolute Beginners - Hands-On

Posted By: ELK1nG

Kubernetes For Absolute Beginners - Hands-On
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.73 GB | Duration: 6h 15m

Learn Kubernetes in easy way with hands-on training, build your own Kubernetes cluster for practice easily

What you'll learn

What is Kubernetes. What is relation between Docker and Kubernetes. How to implement 3 Node Kubernetes Cluster on VMs. Understand VM vs Containers vs Pods

Create Pods using CLI,Create Pods using "YAML" file, Understand pod to pod, node to pod communications, How to send traffic to pods

Understand and manage pod labels, How to use ReplicaSets. How to use match label and match expression selector, How to create Kubernetes deployment

How to scale up using ReplicaSets and Deployments, How to use Rolling Update Strategy, How to perform rollback

How to send traffic to Pods using Kubernetes services object, How to use ClusterIP service, How to use NodePort service

How to use fixed NodePort service, How to use Load Balancer service, How to build Single Node, Multi Node Kubernetes cluster

Requirements

This course is designed for absolute beginners, requiring no prior knowledge of Kubernetes or containerization.

Description

Welcome to the Kubernetes for Absolute Beginners course, your ultimate gateway into the fascinating world of container orchestration and cloud-native application management. Whether you're a budding developer, IT professional, or technology enthusiast, this course will equip you with the fundamental knowledge and practical skills needed to harness the power of Kubernetes and revolutionize your approach to application deployment.Kubernetes is a complex concept involving many components. Understanding how these components work individually and in combination is necessary for understanding Kubernetes. For understanding complex relation among different building blocks of Kubernetes, creation of high quality diagrams is must. We have explained each concept with the help of diagrams and demos. We have also covered how to build your own single node and multi node clusters.Why Learn Kubernetes?Kubernetes has rapidly emerged as the de facto standard for managing containerized applications, enabling organizations to streamline their development and deployment processes with unparalleled efficiency and scalability. As businesses increasingly transition to cloud-based solutions, mastering Kubernetes becomes essential to stay competitive in the ever-evolving tech landscape. This course is designed for absolute beginners, requiring no prior knowledge of Kubernetes or containerization, making it accessible to anyone with a passion for learning and an interest in modern software development.What Will You Learn?This course is meticulously crafted to guide you through every aspect of Kubernetes, starting with the foundational concepts and gradually progressing to more advanced topics.

Overview

Section 1: Docker and Kubernetes Introduction

Lecture 1 Introduction

Lecture 2 Docker Introduction

Lecture 3 How to create Docker Container

Lecture 4 Kubernetes Introduction

Lecture 5 How to build kubernetes cluster?

Section 2: Kubernetes Pods

Lecture 6 Kubernetes pods introduction

Lecture 7 Create web server pod using imperatve mode

Lecture 8 Check pod communication

Lecture 9 Understand pod status

Lecture 10 Create pods using YAML - 1

Lecture 11 Create pods using YAML - 2

Section 3: Pod Labels, Multi-container pods, hostport hands-on

Lecture 12 Kubernetes pod label introduction

Lecture 13 Manage kubernetes labels

Lecture 14 Create and manage labels using CLI

Lecture 15 Create pods with container port

Lecture 16 Advantage of using hostport

Lecture 17 Disdvantage of using hostport

Lecture 18 Multi-container pod

Lecture 19 Troubleshoot Multi-container pod errors

Section 4: Kubernetes ReplicaSet

Lecture 20 Understand and create kubernetes replicaset

Lecture 21 Scale up pods using ReplicaSet

Lecture 22 How to manage pods

Lecture 23 Scale pods using CLI

Lecture 24 Create ReplicaSet with Match Expression Selector

Section 5: Kubernetes Deployments

Lecture 25 Create deployment

Lecture 26 Manage pods using kubernetes deployment

Section 6: Kubernetes Rolling Update Strategy

Lecture 27 Create deployment for understanding Rolling update

Lecture 28 Create service for rolling update

Lecture 29 Perform rolling update from version v1 to v2

Lecture 30 Perform rolling update from version v2 to v3

Lecture 31 Perform Rollback

Section 7: Kubernetes services: ClusterIP, NodePort and LoadBalancer

Lecture 32 Kubernetes services introduction

Lecture 33 Create ClusterIP service

Lecture 34 Create NodePort service

Lecture 35 Create Fixed NodePort service

Lecture 36 Create Load Balancer service

Section 8: Deploy Kubernetes Cluster

Lecture 37 Implement Single Node Kubernetes Cluster using Minikube - 1

Lecture 38 Implement Single Node Kubernetes Cluster using Minikube - 2

Lecture 39 How to configure sudo without password

Lecture 40 Implement Multi Node Kubernetes Cluster using Minikube - 1

Lecture 41 Implement Multi Node Kubernetes Cluster using Minikube - 2

Lecture 42 Implement Multi Node Kubernetes Cluster using Minikube - 3

Lecture 43 How to manage Minikube

Anyone who wants to get started in Kubernetes, Developers, System Administrators