Hello i have a question, what do you think of the new FEATURE that Minikube has, which now allows you to quickly configure a MultiNode-Cluster in a few minutes.
$ minikube start --cpus=4 --memory=4G --driver=virtualbox --nodes 3 -p minikube
Uploading: Cluster_Minikube.jpg…My question is, do you think that this well configured Minikube could now be used in a PROD environment or it would be good to continue using it only for DEV environments.
Thank you.