adamant-kite-43734
08/31/2022, 8:36 PMquick-midnight-5000
08/31/2022, 8:37 PM--no-lb and disabling Traefik are to accommodate a pre-existing Traefik + MetalLB configuration, but perhaps it may be more appropriate to use Klipper at least?quick-midnight-5000
08/31/2022, 9:16 PMlocalhost no issue, mapping an /etc/hosts entry to localhost seems to fail because the port forward isn't actually listening for that host.quick-midnight-5000
08/31/2022, 9:25 PM/etc/hosts entries and need to be specified with --host-alias. And because --host-alias only understands IPs, it means you must have an /etc/hosts entry like 127.0.0.1 foobar.local and then an additional --host-alias 127.0.0.1 foobar.local when running k3d cluster createwide-garage-9465
08/31/2022, 9:27 PM@loadbalancer, appended to your -p value.wide-garage-9465
08/31/2022, 9:27 PMwide-garage-9465
08/31/2022, 9:28 PMquick-midnight-5000
08/31/2022, 9:30 PMquick-midnight-5000
08/31/2022, 9:38 PM/etc/hosts entries that map to localhost will not function whereas mapping directly to 127.0.0.1 will.wide-garage-9465
09/04/2022, 2:01 PM/etc/hosts must have one IP per line, which it "resolves" the names on the same line to.