Spring Boot + Kubernetes Tutorial - Install Ubuntu on Windows using WSL
- In majority of the organizations, production environment deployments are done using unix systems. The reason for this is stability, security, scalability, and compatibility of unix is better than windows.
- For commercial purpose, Docker for Desktop needs a license. Where as we can directly use docker on unix installation which is free under Apache License 2.0.
Video
This tutorial is explained in the below Youtube Video.Spring Boot + Kubernetes Tutorial
What is Kubernetes? Need for it? Install Ubuntu on Windows using WSL Installing Kubectl, Minikube and Docker on Ubuntu Create Docker Image Deploy to Minikube Pods Difference between ClusterIP, NodePort and LoadBalancer Service Service Hello World Example
Install WSL
Open powershell as an admin user. Use the following command to install ubuntuwsl --install
Once installed it will ask us to set up a username and password for ubuntu.
Click on the ubuntu icon and start ubuntu.