Learn basics of Container Orchestration Engine and Kubernetes to get start into the world of Kubernetes.
What you will learn
Kubernetes basics.
Next, we will understand why we need a good Container Orchestration Engine and see why Kubernetes is your go-to option
Then, we will build and administer production grade Kubernetes clusters on-the-go, on-cloud and as well as locally on your laptop
After that, you will get in depth understanding of what are Pods, how do they connect and communicate and finally will show you how to write Pod manifest file and deploy it on Kubernetes
Then, we will go through managing application protection and high-availability using ReplicaSet, ReplicationController, and DaemonSet,
Finally, using nodePort Service, I will show you how to expose applications on to the internet using NodePort service.
English
language
Content
Course Overview
Introduction
Introduction to Kubernetes
Container Orchestration Engine (COE)
TOP 3 Container Orchestration Engines
What is Kubernetes
Kubernetes Architecture made easy
Setting up Kubernetes Environment
Kubernetes Installation Methods
Play-With-Kubernetes (PWK)
Installing Kubernetes using Kubeadm
Pod Basics
Pods
Demo: Pods
Controllers
Replication Controller
ReplicaSet
Deployments