This message was deleted.
# k3d
a
This message was deleted.
w
Hey! Did you check your hosts networking configuration, especially the firewall?
s
I tried unblocking all the ports in the firewall, but it still does not work
So I attached a port manually, on host port to the loadbalancer by the command
Copy code
k3d cluster create -p 8080:80@loadbalancer
returned the below
I think with page 404 page, not found
it is able to access port 80 on the loadbalancer
but not able to access 6443, which is behind a random port on host
w
Is curl timing out as well when you try to get the 6443 mapped port?
s
Yep, it is timing out on the mapped port as well.