Kubernetes Lab with Minikube
Use this page for Minikube-focused hands-on exercises and quick experiments.
Suggested Flow
- Start Minikube with your preferred driver.
- Verify the cluster and namespace context.
- Apply a sample Deployment and Service.
- Inspect rollout status and logs.
- Stop or delete the cluster after the exercise.
Verification Commands
minikube start --driver=docker
kubectl get nodes
kubectl get pods -A
kubectl rollout status deployment/my-app