How to configure non k8s service

Hi there,
i have traefik running inside k8s and i want to add some ingressroute for a service that is still running outside k8s cluster as plain old docker service on another machine in my network.

How can i accomplish this ? Where can i find example config for something like this what CRD do i have to create ?

Hello.
Considering the fact that the machine outside of the k8s cluster is in the same private network, I guess you can create an ExternalService. You'll be able to access your out-of-cluster workload via the service name and use it in the Ingress or IngressRoute.

1 Like