Technical requirements
To follow along with the examples in this chapter, you will need the following:
- Helm (https://helm.sh/docs/intro/install/)
- Kustomize (https://kubectl.docs.kubernetes.io/installation/kustomize/)
- Eclipse (https://www.eclipse.org/downloads/) or the IntelliJ IDE (https://www.jetbrains.com/idea/download/)
- Git (https://git-scm.com/downloads)
- Skaffold (https://skaffold.dev/docs/install/)
- Spring Boot 2.5
- OpenJDK 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 this book's GitHub repository at https://github.com/PacktPublishing/Effortless-Cloud-Native-App-Development-Using-Skaffold/tree/main/Chapter06.