[QUESTION/HELP] K3d & Ingress-nginx-controller seems to not serve URLs on Mac? #654
-
Hi! I recently got an application I'm developing running on Ubuntu Linux just fine using k3d and the ingress-nginx-controller, and now I'm attempting to port that same application to Mac OS (same configuration and everything, basically no changes), and everything works fine (grabs all the images, seemingly sets up the Ingress-Nginx-Controller just fine, maps all the ports, etc) but when I go to one of the URLs I have specified in /etc/hosts, I get an |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @tim-steg , thanks for starting this discussion! So from what I understood, you
Can you please paste the |
Beta Was this translation helpful? Give feedback.
Hi @tim-steg , thanks for starting this discussion!
This may be a bit out of scope for k3d itself, but I'll try to help you here 👍
So from what I understood, you
--k3s-server-arg "--disable=traefik"
) and the http (and maybe https) ports mapped to the loadbalancer (e.g.--port 8080:80
)/etc/hosts
, so that the registered ingress name gets resolved to localhostIs that correct?
Can you please paste the
k3d cluster create
command and the output ofkubectl get pods -n kube-system
?Also, how did you deploy nginx? As a DaemonSet?