Metal LB In Kind Cluster does not Work as per documentation on MacOS

25 Views Asked by At

I Followed all the steps in MacOS https://kind.sigs.k8s.io/docs/user/loadbalancer/

but i could not create a external load balancer

% LB_IP=$(kubectl get svc/foo-service -o=jsonpath='{.status.loadBalancer.ingress[0].ip}')

% curl ${LB_IP}:5678 -v
*   Trying 172.19.255.201:5678...
* connect to 172.19.255.201 port 5678 failed: Operation timed out
* Failed to connect to 172.19.255.201 port 5678 after 75006 ms: Couldn't connect to server
* Closing connection
curl: (28) Failed to connect to 172.19.255.201 port 5678 after 75006 ms: Couldn't connect to server
0

There are 0 best solutions below