InterviewSolution
Saved Bookmarks
| 1. |
What is Minikube in Kubernetes? |
|
Answer» Minikube is an open-source TOOL that enables a user to run Kubernetes on a laptop or other local machines. It can work with various OPERATING Systems like Linux, Mac, and Windows. It works as a single-node CLUSTER inside a virtual machine on your local machine. It is used in Kubernetes to evaluate important features and help scale the environment via effective maintenance and control. Note: The above Kubernetes interview questions are a guide to CANDIDATES and may help in securing a relevant JOB. |
|