Follow the instructions below:
https://k3d.io/v5.4.9/#installation
Follow the instructions below:
https://helm.sh/docs/intro/install/
Run the following command:
./local-kube up
./local-kube down
This K8s cluster has local registry support. Tag your image as localhost:5000/<image_name> and push it as follows:
docker push k3d-registry.localhost:5000/<image_name>