001 Step-01 Kubernetes Architecture
002 Step-02 EKS Cluster Architecture
003 Step-03 Kubernetes Fundamentals Introduction
004 Step-04 Introduction to Kubernetes Pods
005 Step-05 Kubernetes Pods Demo
006 Step-06 Kubernetes Node Port Service Introduction
007 Step-07 Kubernetes Node Port Service Demo
008 Step-08 Interacting with Kubernetes Pods
009 Step-09 Delete Kubernetes Pod
010 Step-10 Kubernetes ReplicaSet Introduction
011 Step-11 Create Kubernetes ReplicaSet
012 Step-12 ReplicaSet Expose, HATest, Scalability and Delete
013 Step-13 Introduction to Kubernetes Deployment
014 Step-14 Create Deployment, Scale and Expose
015 Step-15 Update Kubernetes Deployment
016 Step-16 Edit Kubernetes Deployments
017 Step-17 Kubernetes Deployment Rollback
018 Step-18 Kubernetes Deployment Pause and Resume Options
019 Step-19 Kubernetes Service Introduction
020 Step-20 Kubernetes Service Demo
021 Step-21 Kubernetes Declarative Way Introduction
022 Step-22 YAML Basics
023 Step-23 Create Pods with YAML
024 Step-24 Create Node Port Service with YAML
025 Step-25 Create ReplicaSet with YAML
026 Step-26 Create Node Port Service for ReplicaSet
027 Step-27 Create and Test Deployments
028 Step-28 Create Kubernetes Backend manifests and deploy
029 Step-29 Create Kubernetes Frontend manifests and deploy
030 Step-30 Services - Kubectl Apply and Tips