Technical requirements
To follow along with the examples of this chapter, you will need the following:
- An Eclipse (https://www.eclipse.org/downloads/) or IntelliJ IDEA https://www.jetbrains.com/idea/download/
- Git
- Skaffold CLI (https://skaffold.dev/docs/install/)
- Spring Boot 2.5 (https://start.spring.io)
- OpenJDK 16 (https://jdk.java.net/16/)
- minikube (https://minikube.sigs.k8s.io/docs/) or Docker Desktop for macOS and Windows (https://www.docker.com/products/dockerdesktop)
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/Chapter03.