Kubernetes Crash Course

This one took me a while... Hopefully, you enjoy it! This is a 3 hours crash course that will cover kubernetes (k8s) in great detail. If you want to expand your Kubernetes knowledge, I highly suggest looking into these courses (not sponsored and these are not affiliate links): 1) 2) 3) Github repo: Thumbnail designed by FreePik () Course Timeline 0:00 - Intro 6:41 - What is K8s & Why do we Want to Use it 15:27 - Kubernetes Cluster 24:04 - Kubernetes Installation 29:22 - Kubectl 41:50 - Pods 57:14 - Services (NodePort & LoadBalancers) 1:08:44 - Services (ClusterIP) 1:27:03 - Networking & Namespaces 1:36:54 - Deployments 1:54:37 - Ingress 2:13:56 - Persistent Volumes & Persistent Volume Claims 2:31:36 - Storage Classes 2:35:20 - Secrets & Environment Variables 2:
Back to Top