Technical requirements
To engage with the examples in this chapter, you’ll need a Kubernetes cluster. While we’ll guide you through how to install K3s in a way that’s suitable for these examples, any Kubernetes setup will suffice.
K3s is optimized for Linux systems, so ensure you have access to a Linux environment. If you’re using a non-Linux system, consider alternatives such as Windows Subsystem for Linux (WSL) or Virtual Box (see [1] and [2] in the Further reading section at the end of this chapter).
The code for this chapter is available in the Chapter02
folder in this book’s GitHub repository: https://github.com/PacktPublishing/Implementing-GitOps-with-Kubernetes.