Playing with Kubernetes locally with Minikube
I want to start using Kubernetes to manage my services. Before I go all-in I will do some playing around with their easy-to-install version that can run on a single machine.
Requirements
Before we can run Minikube locally we need to have a virtualization solution installed in our host. Since my computer supports KVM, I decided to go with it. You can check if your computer supports KVM with this command:
1
egrep -c '(vmx|svm)' /proc/cpuinfo