Deploying K8s on your laptop with minikube
Fri 09 December 2022
K8s on your laptop is helpful for initial development and testing environment. Minikube makes it easy to get K8s deployed on your laptop. Let's get K8s installed by doing the following:
- Installing required tools: docker, minikube and kubectl
- Deploying the minikube cluster with minikube start
- Verifying you can deploy an …