TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What happens when, Kubernetes edition

168 pointsby hyzylaabout 5 years ago

4 comments

jonfwabout 5 years ago
I&#x27;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&#x27;ve been using Kubernetes (or openshift) for a while and I still don&#x27;t fully understand all of the mechanics related to serving client requests end to end
评论 #22794435 未加载
ahnickabout 5 years ago
This couldn&#x27;t come at a better time for me. Being able to step through the &quot;magic&quot; of Kubernetes is very instructional. thanks!
johnmarcusabout 5 years ago
This is a great way explain kubernetes. I&#x27;m a veteran user and I&#x27;m finding it delightful to read. Consider selling an e-book :)
评论 #22791482 未加载
devitabout 5 years ago
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...?).
评论 #22792842 未加载