Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Kubernetes For Beginners
Getting Started
Join the Community
What is Kubernetes (4:16)
Master and Control Plane (8:30)
Worker Nodes (6:21)
Running Kubernetes Clusters (4:44)
Installing Docker (7:17)
Installing Minikube (4:26)
Installing Kubectl (5:52)
Kubernetes Hello World (7:12)
Exploring k8s Cluster
Exploring Cluster (5:21)
SSH Into Nodes (3:21)
Startling and Stopping Cluster (2:34)
Cluster with 2 nodes (4:36)
Minikube Logs (2:47)
Pods
Pods (3:02)
Imperative vs Declarative Management (2:25)
Create pods Imperative Command (3:03)
Create pods Using Declarative Configuration (8:17)
Pod yaml config Overview (1:53)
Kubectl
Create and Delete Resources (6:31)
List Resources (4:05)
Kubectl Describe (4:02)
Formatting Output (1:37)
Logs (5:57)
Shell Access To A Running Pod (3:28)
Access Pod via Port Forward (3:19)
List All Resource Types (2:58)
Kubectl Cheatcheat (2:51)
Deployments
Dont use pods on its own (2:31)
Deployments Overview (1:46)
Creating Deployment (6:25)
Managing Deployments (5:03)
Replica Sets Overview (1:38)
Listing Replicate Sets (4:44)
Port Forward Deployments (2:32)
Scaling Deployment Replicas (4:26)
More on Deployments on Mastering Kuberrnetes Course
Services
Kubernetes Service (3:00)
Customer Microservice Deployment (6:17)
Exercise (1:22)
Exercise Sol (2:27)
Mircoservice Communication using POD IP address (10:11)
ClusterIP Service (7:50)
Inspecting ClustreIP Service and Endpoints with Kubectl (7:13)
Cluster IP Service In Action (10:19)
NodePort Service (4:42)
Createting NodePort Service (6:29)
Accessing API with NodePort Service (9:28)
NodePort with Random Port (6:29)
Accessing NodePort Service Using Cluster IP Address (3:14)
LoadBalancer Service (3:23)
Exercise (2:57)
Full Stack App exposed with LoadBalancer Service (8:10)
Default Kuberenetes Service (3:22)
Next steps
Next Steps
Create pods Using Declarative Configuration
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock