【minikube&Mac】curl: (7) Failed to connect to localhost port 80: Connection refusedの解決方法のひとつ。

  • 2022.03.29
  • IT
【minikube&Mac】curl: (7) Failed to connect to localhost port 80: Connection refusedの解決方法のひとつ。

minikubeをローカルで使っていて、Ingressを利用してKubernetes外からアクセス(127.0.0.1宛て)しようとしたところ、

curl: (7) Failed to connect to 127.0.0.1 port 80: Connection refused

というエラーが出た。

解決方法は簡単。

結論

minikube tunnel

コマンドを打ち込む。

環境

  • Docker Desktop 4.4.2 (73305)
  • macOS 12.0.1 (21A559)

  • MacBookPro16,1

  • 8コアIntel Core i9

事象

  • Minikubeで、PodとSeviceとIngressを立ち上げ中
  • Ingress経由でPodへ疎通確認を試みるがエラーが出る。
  • なおPod内ではCurlで疎通を確認。

解決方法

minikube tunnel

とうつ。

 

まとめ。

初歩的ですけど。