Collection of experiments, tests and other "things" with kubernetes
Will use minikube since it's cross platorm
After installation and running minikube start --driver=docker
it'll automatically add .kube/config
configuration in order to use the cluster.
At this point, running kubectl get nodes
should output something like:
kubectl get nodes
NAME STATUS ROLES AGE VERSION
minikube Ready control-plane,master 6m8s v1.23.3