InterviewSolution
Saved Bookmarks
| 1. |
What Is Minikube? |
|
Answer» MINIKUBE is a tool that makes it EASY to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster INSIDE a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day. Minikube is a tool that makes it easy to run Kubernetes locally. Minikube runs a single-node Kubernetes cluster inside a VM on your laptop for users looking to try out Kubernetes or develop with it day-to-day. |
|