How to install Kubernetes in Windows 10
Step 1 - Install and setup Hyper-V Goto- Control Panel\All Control Panel Items\Programs and Features Click Turn Windows features on or off then select all the components came under Hyper-V It may require a reboot machine. After installing this feature open PowerShell then run as administrator and hit below command. Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V Output will look like the screenshot below. Step2 - Now install docker for Windows. You can download it from the link below. https://hub.docker.com/editions/community/docker-ce-desktop-windows Step3 - After installing docker right click on docker tray and goto settings from the left side click on Kubernetes and start it .Here it will take a few minutes to complete installation process along with dependencies. If everything goes well then you will see below screen. Step4 - Now install Kubernetes dashboard so that you can manage k8 resources through GUI. For doing this follow the below steps. Download confi