I'd be really interested to see one of these trace all the way through a typical micro service application.<p>I.E. Exactly where does my initial http request go, how does the front-end make it out, how does the front-end reach the back-end, how does that data make it out<p>How are the DNS names being resolved, that sort of stuff.<p>I've been using Kubernetes (or openshift) for a while and I still don't fully understand all of the mechanics related to serving client requests end to end
Seems to be missing any mention of how this whole process is resilient to killing the apiserver or kubelet at any point in the process (it is resilient to that, right...?).