Loading video player...
š Learn Kubernetes the Easy Way ā No Raspberry Pi Cluster Required! Want to learn Kubernetes but don't want to spend money on hardware or waste hours setting up a physical cluster? This tutorial shows you how to get a fully functional Kubernetes environment running on your laptop in under 10 minutes using Minikube. Perfect for beginners who want hands-on Kubernetes experience without the complexity of multi-node clusters. š USEFUL RESOURCES: - Minikube Official Docs: https://minikube.sigs.k8s.io/docs/start/ - kubectl Installation: https://kubernetes.io/docs/tasks/tools/ - Docker Desktop: https://www.docker.com/products/docker-desktop - My GitHub (YAML files from video): https://github.com/alstonbarretto/my-nginx-k8s/blob/main/deployment.yaml š INSTALLING THE TOOLS: šŖ On Windows (using winget): powershellwinget install -e --id Kubernetes.kubectl winget install -e --id Kubernetes.minikube š§ On Linux (Ubuntu/Debian): bash# Install kubectl curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" chmod +x kubectl sudo mv kubectl /usr/local/bin/ # Install minikube curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/local/bin/minikube ā±ļø TIMESTAMPS: 0:00 ā Intro 0:47 ā What is Kubernetes? 1:59 ā What is Minikube and why use it? 2:43 ā Installing kubectl & Minikube (Mac/Windows/Linux) 5:36 ā Deploying your first app (NGINX) 11:25 ā Managing and stopping Minikube 11:57 ā Outro šØāš» ABOUT ME: I'm an Infrastructure Engineer and I create practical tutorials for people learning cloud-native technologies. If you're on a similar journey, subscribe and let's learn together! š¬ Questions? Drop them in the comments ā I respond to everyone! š Subscribe for more Kubernetes, Docker, AWS, and HomeLab tutorials #Kubernetes #Minikube #DevOps #Docker #CloudNative #LearnKubernetes #KubernetesTutorial #DevOpsTutorial #Containers #KubernetesForBeginners #kubectl #ContainerOrchestration #CloudComputing #TechTutorial #DevOpsTools