Are you struggling to install Minikube on your Windows 10 Home using Virtualbox? Look no further! In this article, we will guide you through the simple steps to get Minikube up and running on your system without any hassle.

Requirements

  1. Windows 10 Enterprise (or) Home Edition
  2. Virtual Box

Environment Overview

  • We are using the Windows 10 Enterprise VM.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • We have hosted this VM on Windows 2016 environment with Nested Virtualization Enabled.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Nested Virtualization is a feature which is available on Windows 2016 server editions.

Installing Virtual Box

  • Login into the Windows 10 VM through Remote Desktop.
Installing Minikube on Windows 10 Home Edition using VirtualBox
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Click on the Windows Hosts link to download the executable file.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Once the download completes, Run the executable file as administrator.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Follow the Installation wizard and accept the defaults settings.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • While installing the networking interface, Click on Install button.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Click Finish to complete the wizard.
Installing Minikube on Windows 10 Home Edition using VirtualBox

Download kubectl

  • Open the web browser and download the kubectl.exe file
Installing Minikube on Windows 10 Home Edition using VirtualBox
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Copy the kubectl.exe to the %systemroot\system32 folder.
Installing Minikube on Windows 10 Home Edition using VirtualBox
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • By default, Environment variable was set to the system32 folder. No changes required.
Installing Minikube on Windows 10 Home Edition using VirtualBox
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Scroll down and download the latest version of minikube for windows 64-bit version.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Once the download completed, rename the file to minikube.exe.
Installing Minikube on Windows 10 Home Edition using VirtualBox
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Copy the minikube.exe to %systemroot%\system32 folder.
Installing Minikube on Windows 10 Home Edition using VirtualBox

Installing Minikube

  • Open Powershell (or) command prompt window and verify the minikube version.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Type the below command to start minikube VM.

minikube start

Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Once the ISO download completes, It starts a new VM.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Then it will start to download the kubernetes binary for this VM.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • After several minutes, minikube is ready to use.
Installing Minikube on Windows 10 Home Edition using VirtualBox

Verification

  • Verify the Minikube status.

minikube status

Installing Minikube on Windows 10 Home Edition using VirtualBox
  • To get the nodes list, type kubectl get nodes command.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • To view the dashboard, type minikube dashboard command.
Installing Minikube on Windows 10 Home Edition using VirtualBox
  • Click on the nodes option to verify the node status.
Installing Minikube on Windows 10 Home Edition using VirtualBox

Video Tutorial

View Post>>

View Post>>