For this tutorial, you will need the following tools installed in your system
- kubectl to interact with the K8s cluster through the standard API. Follow the official documentation to install kubectl.
- Docker or any other container runtime that is able to deploy Kind/K3s clusters.
- kind to deploy local clusters. Follow the quick start to install Kind.