Technical requirements
To complete this chapter, you need Go 1.11+
or above, similar to the previous chapters. Additionally, you will need Docker, which you can download at https://www.docker.com. You will need to register on the Docker website in order to test service deployments in this chapter.
In addition to Docker, to complete this chapter, you will need Kubernetes, which you can download at https://kubernetes.io (you will need the kubectl
and minikube
tools from it).
You can find the GitHub code for this chapter here:
https://github.com/PacktPublishing/microservices-with-go/tree/main/Chapter08