Docker Desktop-3: Deploying a Java based Veterinarian Clinic Web App and its MySql DataBase to the Docker Desktop Kubernetes Cluster by using Kubernetes manifesto yaml files
In the first article in this series, we installed a complete Ubuntu terminal environment with Windows Subsystem for Linux (WSL) on Windows. Then, We installed Docker Desktop on Windows. After making the necessary settings in the Docker Desktop, we run Docker commands in the Windows terminal.
In the second article in this series, we enabled Kubernetes on Docker Desktop and deployed a simple Apache web server to the Docker Desktop Kubernetes cluster. We wrote a simple Apache web server’s files in VS Code by using the Kubernetes extension.Finally, we ran and examined the web server on the browser, Docker Desktop, and VS Code.