zalando / skipper

An HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress
https://opensource.zalando.com/skipper/
Other
3.09k stars 350 forks source link

Kubernetes: notify the users about errors #901

Open aermakov-zalando opened 5 years ago

aermakov-zalando commented 5 years ago

Right now the users can only find out about problems with an Ingress (e.g. unparseable skipper-routes) by looking at Skipper logs. This is cumbersome and we should do better: if there are any errors or warnings with an Ingress Skipper should emit a Kubernetes event on the Ingress object.

hjacobs commented 5 years ago

Yes, this sounds like a valuable improvement for the user experience.