Sat Mar 26 23:32:06 +08 2022
The easiest way to startup your local kubernetes cluster for development:
minikube start --nodes 2 --cpus=2
That's it! Like a charm. Now you have kubectl configured to work with your cluster. Nice.
homepage with useful links
The easiest way to startup your local kubernetes cluster for development:
minikube start --nodes 2 --cpus=2
That's it! Like a charm. Now you have kubectl configured to work with your cluster. Nice.