This is my first time that I use Traefik and I'm trying to deploy it as forwarding service in a k8s cluster to some external URL. For example when a user try to access the url: http://www.test.com, he will be forwarded to: http://www.google.com
In a YAML file I tried to use the following config.
Some services are no longer exists in that cluster, and it needs to be forwarded to the new one, so I started removing their ingress object, but it's just a standard one that I'm using it just for testing.