1. Create a Kubernetes cluster
kind create cluster
2. Install External Secrets Enterprise
helm install esi-bundle \
--namespace esi-bundle \
--create-namespace \
--set global.trialLicenseAccepted=true \
--set global.waitForReady=true \
--timeout 10m \
oci://oci.externalsecrets.com/external-secrets-inc-registry/public/charts/esi-bundle
3. Enable the Web UI
kubectl port-forward -n traefik svc/traefik 8080:80