Technical requirements
To follow along with the hands-on material in this chapter, you will need to follow the steps in the previous chapter or access the resources from it, referring back to it if anything is unclear to you. We will expand on the previously used Azure cloud subscription, so make sure that’s still available.
We’re also going to install a local runner on your machine, so make sure that your local PC meets the hardware requirements based on our OS and architecture. You can do so by verifying the latest requirements at https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#supported-architectures-and-operating-systems.
We’ll also be installing Minikube locally; please follow the instructions at https://minikube.sigs.k8s.io/docs/start/ for a step-by-step guide on how to set this up on your given machine type. Validate the setup by testing a local application using the Ingress add-on...