This message was deleted.
# k3d
a
This message was deleted.
c
is this in reference to… anything at all?
r
sorry, pressed enter too soon!
It looks like traefik added support for it back in 2021 but I can't figure out whether it's possible with k3d. I saw something about not being about to use this because k3d hits services directly... I'm not sure I understood that though
c
ingress should work the same regardless of where you’re hosting it. If you think it’s a problem with k3d, have you tried to use it on a standard k3s cluster?
The traefik docs cover use of ExternalName, but IIR it requires use of their IngressRoute CRD, not just standard Kubernetes Ingress resources
a
Just for interest's sake, let's say traefik requires that I set something on the pod for it to be able to do this. Is there any way to configure the k3s traefik natively, or will I have to (deactivate and) install my own?
c
you can configure the helm chart, thats’ covered in the k3s docs
a
So using a HelmChartConfig and a volume
r
So it definitely only works after configuring that, but does also work with the normal
Ingress