================= Environment Setup ================= We need a running Kubernetes cluster and some tools for our experiments. If you have a cluster already preconfigured, you can skip this section. Otherwise, install the following tools locally (e.g. on macOS): * Python >= 3.10 (running in a venv is recommended, though it is not necessary). * `Install kubectl `_ * :doc:`Install minikube ` (a local Kubernetes cluster) * :doc:`Install Kopf ` .. warning:: Unfortunately, Minikube cannot handle the PVC/PV resizing, as it uses the HostPath provider internally. You can either skip the :doc:`updates` step of this tutorial (where the sizes of the volumes are changed), or you can use an external Kubernetes cluster with real dynamically sized volumes.