Member-only story
Cloud Native Java with Kubernetes, Spring Boot, Docker, and Minikube
Introduction
This blog post is an essential step-by-step guide on installing, configuring, and testing a local Kubernetes (K8s) development environment with Docker Desktop, Chocolatey, and Minikube. Such software components will allow you to have a Kubernetes environment to test your deployments locally.
It will provide you with the right and quick steps to have your Kubernetes environment up and running in a few minutes. Time to get started!
Prerequisites
- Docker Desktop
- WSL
- Chocolatey
- Minikube
- A Java IDE — Eclipse, IntelliJ, or VS Code
Install Docker Desktop for Windows
The very first step is to install Docker Desktop. Docker has solid and extensive documentation about such a procedure so we won’t replicate it here.
There are versions for Linux, Windows, and Mac. Please select per your OS, and follow the instructions on the respective links below.I like Linux; however, I selected Windows this time instead.