The wisdom that comes from running things in production makes open-ended questions about those gotchas useful interview questions.<p>'looks like you used kubernetes for a major project recently. What were some of the unexpected warts?'<p>Someone with experience running a service on k8s will have at least a few stories, and how someone describes their own responses to those hurdles can shed light on their personality.
> Envoy’s active healthchecking means that you services get healthchecked by every client. This is mostly okay but (again) services with many clients can get overwhelmed by it.<p>Man that's brutal. Is that normal in service-mesh frameworks?