Does Traefik support dedicated loadbalancers for ingress resources?

As per title, I'm wondering if it's possible for Traefik as ingress or gateway API controller, to have dedicated load balancers per ingress resource.

Currently we have one load balancer and IP for all services running on the cluster. What we would like is to have separate IPs for the services so we can have more granular control over access etc.

I know that is possible with other providers e.g. Cilium has an example here.