traefik / mesh

Traefik Mesh - Simpler Service Mesh
https://traefik.io/traefik-mesh
Apache License 2.0
2.02k stars 141 forks source link

Create a shadow service for the TrafficSplit root service if service does not exist #760

Open kevinpollet opened 3 years ago

kevinpollet commented 3 years ago

Feature Request

Proposal

Currently, Traefik Mesh does not create a shadow service for the TrafficSplit root service if it does not exist. As described in the SMI specification, if the root service of a TrafficSplit does not exist it should be created by the SMI implementation.

To enhance the user experience a shadow service corresponding to the TrafficSplit root service should be created automatically even if the root service does not exist.