Question-56: What is the name of the Azure provided Kubernetes solution?

Answer: Microsoft Azur provides Azure Container Service.

Question-57: Which service is provided by the Amazon for Kubernetes cluster?

Answer: Amazon web service provides this using “Elastic Kubernetes Service”.

Question-58: What is the Docker Desktop?

Answer: Docker Desktop you can install on your Laptop or Desktop which comes bundled with single-machine installation of Kubernetes. However, it is not a real multi-node cluster rather a single node cluster for education purpose.

Question-59: Is there any requirement for installing minikube on local machine?

Answer: If you want to install minikube then it needs the Hypervisor on your machine. For Linux and MacOS you can use VirtualBox or VMware and for Windows Hyper-V. And you have to install it before installing minikube.

Question-60: What is a KIND project?

Answer: Kind stands for Kubernetes in Docker. (Usually, you use Kubernetes to manage container). In this project it uses the Docker Containers to simulate multiple Kubernetes nodes. And this is mostly used for building Kubernetes for fast and easy testing.