Hi everyone,
I hope this message finds you well. I am trying to configure an environment where a centralized Traefik service, located in a virtual machine (machine 1), can manage and route the traffic of several services distributed in different virtual machines. These services include dockerized instances of Keycloak, Spring Boot APIs, among others.
My goal is to avoid in each virtual machine to raise a Traefik service but to have a centralized one that would allow me to manage and monitor the traffic in a unified way, even when the services are in separate Docker networks in different virtual machines.
Can someone please help me with this.