Technical requirements
To follow along with the examples in this chapter, you need the following:
- Eclipse (https://www.eclipse.org/downloads/) or IntelliJ IDE (https://www.jetbrains.com/idea/download/)
- Git (https://git-scm.com/downloads)
- Spring Boot 2.5 (https://start.spring.io)
- minikube (https://minikube.sigs.k8s.io/docs/) or Docker Desktop for macOS and Windows (https://www.docker.com/products/dockerdesktop)
- OpenJDK 16 (https://jdk.java.net/16/)
You can download the code examples for this chapter from the GitHub repository at https://github.com/PacktPublishing/Effortless-Cloud-Native-App-Development-Using-Skaffold/tree/main/Chapter02.