Installing tools
In this section, we will learn how to install and configure the tools. Here is a list of the tools we will install, with a link to more information on downloading and installation, if required:
- Git: https://git-scm.com/downloads
- Docker Desktop for Mac: https://hub.docker.com/editions/community/docker-ce-desktop-mac/
- Java: https://adoptium.net/installation
- curl: https://curl.haxx.se/download.html
- jq: https://stedolan.github.io/jq/download/
- The Spring Boot CLI: https://docs.spring.io/spring-boot/docs/3.0.4/reference/html/getting-started.html#getting-started.installing.cli
- Siege: https://github.com/JoeDog/siege#where-is-it
- Helm: https://helm.sh/docs/intro/install/
- kubectl: https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/
- Minikube: https://minikube.sigs.k8s.io/docs/start/
- Istioctl: https://istio.io/latest/docs/setup/getting-started/#download
The following versions have been...