Installation commands
Enable systemd by running the following command in the WSL terminal:
echo -e "[boot]\nsystemd=true" | sudo tee /etc/wsl.conf
Install the application:
sudo snap install microk8s --classic
Uninstallation commands
sudo snap remove microk8s
.bashrc setup
alias kubectl='microk8s kubectl'
source <(microk8s.kubectl completion bash)