【发布时间】:2019-02-14 22:02:38
【问题描述】:
Minikube 已启动并运行,没有错误,但我无法 curl IP。我在这里关注:https://docs.traefik.io/user-guide/kubernetes/,似乎没有提到关闭防火墙或设置配置以允许 minikube 侦听 IP。怎么回事?
patientplatypus:~/Documents/HomePage:15:57:04$minikube ip
192.168.99.114
patientplatypus:~/Documents/HomePage:15:57:10$curl $(minikube ip)
curl: (7) Failed to connect to 192.168.99.114 port 80: Connection refused
【问题讨论】:
标签: docker curl kubernetes minikube kubernetes-ingress