Running kubernetes distributed example not working

The example provided https://agola.io/tryit can not work in Mac, because it assumes the docker bridge gateway is 172.17.0.1, in my case, it’s 192.168.64.1

I actually did follow the example, created a remoteresource successfully, but then I still stuck because going to 127.0.0.1:8000 just failed, because the page call to 172.17.0.1:8000 for api.

you have something misconfigured in your k8s distributed config.

Can you point me out where? Since when all the pods are up and running, I assume it should work.