Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
Full Kubernetes Tutorial | Kubernetes Course | Hands-on course with a lot of demos
💙 Become a Kubernetes Administrator - CKA:
💚 Become a DevOps Engineer - full educational program:
💜 Become a DevOps expert and 10x your value:
🧡 Udemy courses:
#kubernetes #techworldwithnana
Connect with me 👋
INSTAGRAM ►
LINKEDIN ►
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Course Overview
2:18 - What is K8s
5:20 - Main K8s Components
22:29 - K8s Architecture
34:47 - Minikube and kubectl - Local Setup
44:52 - Main Kubectl Commands - K8s CLI
1:02:03 - K8s YAML Configuration File
1:16:16 - Demo Project: MongoDB and MongoExpress
1:46:16 - Organizing your components with K8s Namespaces
2:01:52 - K8s Ingress explained
2:24:17 - Helm - Package Manager
2:38:07 - Persisting Data in K8s with Volumes
2:58:38 - Deploying Stateful Apps with StatefulSet
3:13:43 - K8s Services explained
▬▬▬▬▬▬ COURSE OVERVIEW 📚 ▬▬▬▬▬▬
🔥 What is Kubernetes 🔥
► What problems does Kubernetes solve?
► What features do container orchestration tools offer?
🔥 Main K8s Components 🔥
► Node & Pod
► Service & Ingress
► ConfigMap & Secret
► Volumes
► Deployment & StatefulSet
🔥 K8s Architecture 🔥
► Worker Nodes
► Master Nodes
► Api Server
► Scheduler
► Controller Manager
► etcd - the cluster brain
🔥 Minikube and kubectl - Local Setup 🔥
► What is minikube?
► What is kubectl?
► install minikube and kubectl
► create and start a minikube cluster
🔗 Links:
- Install Minikube (Mac, Linux and Windows):
- Install Kubectl:
- Gitlab: If you are using Mac, you can follow along the commands. I listed them all here:
🔥 Main Kubectl Commands - K8s CLI 🔥
► Get status of different components
► create a pod/deployment
► layers of abstraction
► change the pod/deployment
► debugging pods
► delete pod/deployment
► CRUD by applying configuration file
🔗 - Git repo link of all the commands:
🔥 K8s YAML Configuration File 🔥
► 3 parts of a Kubernetes config file (metadata, specification, status)
► format of configuration file
► blueprint for pods (template)
► connecting services to deployments and pods (label & selector & port)
► demo
🔗 - Git repo link:
🔥 Demo Project 🔥
► Deploying MongoDB and Mongo Express
► MongoDB Pod
► Secret
► MongoDB Internal Service
► Deployment Service and Config Map
► Mongo Express External Service
🔗 - Git repo link:
🔥 Organizing your components with K8s Namespaces 🔥
► What is a Namespace?
► 4 Default Namespaces
► Create a Namespace
► Why to use Namespaces? 4 Use Cases
► Characteristics of Namespaces
► Create Components in Namespaces
► Change Active Namespace
🔗 - Install Kubectx: #installation
🔥 K8s Ingress explained 🔥
► What is Ingress? External Service vs. Ingress
► Example YAML Config Files for External Service and Ingress
► Internal Service Configuration for Ingress
► How to configure Ingress in your cluster?
► What is Ingress Controller?
► Environment on which your cluster is running (Cloud provider or bare metal)
► Demo: Configure Ingress in Minikube
► Ingress Default Backend
► Routing Use Cases
► Configuring TLS Certificate
🔗 Links:
- Git Repo:
- Ingress Controllers:
- Ingress Controller Bare Metal:
🔥 Helm - Package Manager 🔥
► Package Manager and Helm Charts
► Templating Engine
► Use Cases for Helm
► Helm Chart Structure
► Values injection into template files
► Release Management / Tiller (Helm Version 2!)
🔗 Links:
- Helm hub:
- Helm charts GitHub Project:
- Install Helm:
🔥 Persisting Data in K8s with Volumes 🔥
► The need for persistent storage & storage requirements
► Persistent Volume (PV)
► Local vs Remote Volume Types
► Who creates the PV and when?
► Persistent Volume Claim (PVC)
► Levels of volume abstractions
► ConfigMap and Secret as volume types
► Storage Class (SC)
🔗 - Git Repo:
🔥 Deploying Stateful Apps with StatefulSet 🔥
► What is StatefulSet? Difference of stateless and stateful applications
► Deployment of stateful and stateless apps
► Deployment vs StatefulSet
► Pod Identity
► Scaling database applications: Master and Worker Pods
► Pod state, Pod Identifier
► 2 Pod endpoints
🔥 K8s Services 🔥
► What is a Service in K8s and when we need it?
► ClusterIP Services
► Service Communication
► Multi-Port Services
► Headless Services
► NodePort Services
► LoadBalancer Services
3 views
20
6
2 months ago 00:00:00 3
Live-demo: Dex аутентификация в Kubernetes + GitLab
2 months ago 00:25:37 1
CI/CD with JetBrains TeamCity | TeamCity Tutorial
2 months ago 00:10:29 1
Zap (Zig) vs Actix (Rust): Performance Benchmark in Kubernetes
4 months ago 00:14:32 15
NGINX Tutorial - What is Nginx
5 months ago 10:11:35 19
Kubernetes Full Course In 10 Hours | Kubernetes Tutorial For Beginners | Learn Kubernetes | Edureka
5 months ago 00:06:43 1
Go vs. Rust: Performance Benchmark
6 months ago 00:25:16 1
Kubernetes Multi Container Deployment | React | | Postgres | Ingress Nginx | step by step
6 months ago 00:38:32 6
Why is Vite Everywhere? | Evan You
11 months ago 01:25:03 1
Deploy a Microservices App on Kubernetes with GitLab CI/CD
11 months ago 00:13:01 1
Do NOT Learn Kubernetes Without Knowing These Concepts...
11 months ago 01:01:36 1
How to Build and Deploy an app on Kubernetes by GitLab ci cd pipeline
1 year ago 01:12:04 1
Kubernetes Crash Course for Absolute Beginners [NEW]
1 year ago 01:34:31 1
DevSecOps Pipeline Project: Deploy Netflix Clone on Kubernetes
1 year ago 00:15:50 1
Bash Scripting on Linux (The Complete Guide) Class 13 - Case Statements
1 year ago 01:02:54 1
Java Web App with Quarkus and JPAStreamer – Tutorial
1 year ago 00:06:43 1
Kubernetes Deployment vs. StatefulSet vs. DaemonSet
1 year ago 01:09:00 3
GitLab CI CD Tutorial for Beginners [Crash Course]
1 year ago 03:24:59 1
Golang Tutorial for Beginners | Full Go Course
1 year ago 00:38:51 1
ArgoCD Tutorial for Beginners: GitOps CD for Kubernetes #1 (2023)
1 year ago 00:47:53 1
ArgoCD Tutorial for Beginners | GitOps CD for Kubernetes
1 year ago 03:36:55 3
Kubernetes Tutorial for Beginners [FULL COURSE in 4 Hours]
1 year ago 00:20:06 4
Most Common Kubernetes Deployment Strategies (Examples & Code)
1 year ago 01:30:34 1
Tutorial: Becoming a Kubernetes Developer: Writing Your First Operator - Abby Bangser, Syntasso
1 year ago 00:11:17 1
Kubernetes Node Selector vs Node Affinity vs Pod Affinity vs Tains & Tolerations