
This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage.
Download: https://microk8s.io/microk8s-installer.exe
















bcdedit /set hypervisorlaunchtype auto

Reboot your workstation.
microk8s install

microk8s status --wait-ready

microk8s dashboard-proxy



Deploying Tutum — Hello World
microk8s kubectl create deployment hello-world --image=tutum/hello-world:latest

microk8s kubectl expose deployment hello-world --type=NodePort --port=80 --name=hello-world-service

microk8s kubectl port-forward -n default service/hello-world-service 8080:80



References:
MicroK8s - Alternative installs (MacOS/Windows 10/Multipass) | MicroK8s
MicroK8s is the simplest production-grade upstream K8s. Lightweight and focused. Single command install on Linux, Windows and macOS. Made for devops, great for edge, appliances and IoT. Full high availability Kubernetes with autonomous clusters.

Getting Started with MicroK8s on Ubuntu
Getting Started with MicroK8S — Up and Running Kubernetes Locally
Kubernetes is one of orchestration system which are getting popular for last five years. It’s originally made by Google but now it’s maintained by it’s huge community from all over the world. That’s…
