Cluster information:
Kubernetes version: kind version 0.32.0-alpha+2a0ee8aca75b91
Cloud being used: (cloud-provider-kind)
Installation method:
Host OS: Windows/wsl2
CNI and version: docker.io/kindest/kindnetd:v20260213-ea8e5717
CRI and version: containerd github.com/containerd/containerd/v2 v2.2.1
Hello,
I’m using Kind for studies on Windows/wsl2.
I created a cluster with one (1) control plane and two (2) worker nodes.
My problem is that I followed the guide for installing Kind’s LoadBalancer (cloud-provider-kind), but it didn’t work.
I created the cluster, installed the binaries, ran “sudo cloud-provider-kind --enable-lb-port-mapping”, the external-ip was assigned to the service, but when I test it in the browser I get a timeout.
Has anyone here used LoadBalancer on Kind?
Thanks.