Trouble access local deployment [Windows, Docker Desktop]

I’ve been following the guide here to setup a local deployment on Windows. I’ve gone through and everything looks like it’s been installed and setup correctly (pods are running in Docker, kubectl wait --for=condition=ready pod --all --timeout=300s reports all met).

But I still can’t access the link via localhost:30870. I just get ERR_CONNECTION_REFUSED.

I had a look whether I had missed something in Docker and a quick google also only came up with an answer that they switched to Rancher.

It was an issue with Docker, switching from kind to Kubeadm fixed it!