Journey of HTTP Request in Kubernetes

In the previous article, we learned about the journey of deployment creation in Kubernetes. Which helped us understand almost every aspect of the core system components of Kubernetes, but it missed the following components:

  • Cloud Control Manager
  • Kube Proxy

We will use the same technique as the previous article to understand the above components. We will take a Kubernetes feature and break its implementation to understand how it interacts with the Kubernetes system components.

CategoriesUncategorized