Completed
) Kubernetes Cluster and Nodes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Kubernetes Course - Full Beginners Tutorial (Containerize Your Apps!)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Kubernetes for Beginners Introduction
- 2 ) What is Kubernetes
- 3 ) What is Pod
- 4 ) Kubernetes Cluster and Nodes
- 5 ) Kubernetes Services
- 6 ) What is kubectl
- 7 ) Software required for this course
- 8 ) Installing kubectl
- 9 ) Installing Minikube
- 10 ) Cleating Kubernetes cluster using Minikube
- 11 ) Exploring the Kubernetes node
- 12 ) Creating just single Pod
- 13 ) Exploring Kubernetes Pod
- 14 ) Creating alias for the kubectl command
- 15 ) Creating and exploring Deployment
- 16 ) Connecting to one of the Pods using its IP address
- 17 ) What is Service
- 18 ) Creating and exploring ClusterIP Service
- 19 ) Connecting to the Deployment using ClusterIP Service
- 20 ) Deleting Deployment and Service
- 21 ) Creating Node web application
- 22 ) Dockerizing Node application
- 23 ) Pushing custom image to the Docker Hub
- 24 ) Creating deployment based on the custom Docker image
- 25 ) Scaling custom image deployment
- 26 ) Creating NodePort Service
- 27 ) Creating LoadBalancer Service
- 28 ) Rolling update of the deployment
- 29 ) What happens when one of the pods is deleted
- 30 ) Kubernetes Dashboard
- 31 ) Creating YAML deployment specification file
- 32 ) How to use Kubernetes documentation
- 33 ) Applying YAML deployment file
- 34 ) Creating YAML service specification file
- 35 ) Plan for the creation of the two deployments
- 36 ) Creating another web app with two endpoints
- 37 ) Building custom Docker image for the second web app
- 38 ) Creating YAML specification for the second web app
- 39 ) Creating YAML specification for the NGINX app
- 40 ) Applying specifications for both apps
- 41 ) Verifying connectivity between different deployments
- 42 ) Resolving Service name to IP address
- 43 ) Deleting both applications
- 44 ) Changing Container Runtime from Docker to CRI-O
- 45 ) Deploying apps using CRI-O container runtime
- 46 ) Verifying connectivity between deployments
- 47 ) Wrap-Up