To follow along with the instructions in this chapter, please download this book's GitHub repository, along with the examples that are available, from GitHub at https://github.com/PacktPublishing/Mastering-GitLab-12/tree/master/Chapter16.
The other requirements for this chapter are as follows:
- Docker installed for your platform
- The wget command-line download tool (https://www.gnu.org/software/wget/)
- Access to the Alpine Docker image (https://hub.docker.com/_/alpine)
- Access to the Python Alpine Docker image (https://hub.docker.com/r/lgatica/python-alpine)
- Access to the GitLab Runner Docker image (https://hub.docker.com/r/gitlab/gitlab-runner)
- The kubectl utility on your system (you can find installation instructions at https://kubernetes.io/docs/tasks/tools/install-kubectl/)
- Helm or Tiller (a Kubernetes utility to help you to manage clusters: https...