Kevin Pollet
                                            Kevin Pollet
                                        
                                    I never had this problem with macOS. I've tried with the `go1.12.9` version and everything is working fine.
Related to https://github.com/traefik/traefik/issues/3853
Hi @adhaamehab, Thanks for your interest in Maesh 😄 I'm thinking that this issue is maybe a bit too big for a first contribution. If you're still interested to contribute,...
The proposal looks really good to me and diverging from the IANA list is not a big issue 👍 My only concern is that Traefik Mesh is supposed to support...
I think doing this check at startup is enough. Maybe that's not necessary if the shadow service manager is idempotent (#562). This will ensure that orphan services will not disrupt...
Just a thought, maybe we could use [ownerReferences](https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/) to make sure that shadow service are properly deleted. wdyt?
Yep, that's the idea. If a shadow service has a user service as `ownerReferences`, it should be garbage collected when the user `service` is removed but, we still have to...
Do we need really need another service? My thinking is that we can use the current `shadow` services and rework their names to something more user-friendly and easily guessable from...
The potential issue I see with the name `{name}-{namespace}-maesh` is that it might be impossible to parse it to retrieve the corresponding service name, but I'm sure that we can...
As I said `{name}-{namespace}-maesh` would be hard to parse but I haven't thought that it must be parsable for our [DNS rule](https://github.com/containous/maesh/blob/master/pkg/dns/dns.go#L178). I think that's why the `6d61657368` separator has...