Kubernetes World

  • Login
Trending now

Monitor your Redis instance on Kubernetes with RedisInsight. | by Chris Ed Rego | DevOpsBytes ...

Backup and Restore EKS Kubernetes Using Velero. | by Harshal Kathar | Jan, 2021 | ...

Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil Ople | Jan, 2021 | ...

Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace for DevOps Users. | by ...

Helm step by step approach Part-1 | by ramesh gowru | Jan, 2021 | Medium

High scale web server with Kubernetes | by Itay Bittan | Jan, 2021 | Medium

จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021 | Medium

Sobre a História da Computação Distribuída e Clusters Kubernetes | by André Perez | Data ...

How to use AWS IAM role on AWS EKS PODs | by Matheus Lozano | ...

Kubernetes StatefulSet Initialization with Unique Configs per Pod | by Yitaek Hwang | Jan, 2021 ...

Home » Technology » K8s: A Closer Look at Kube-Proxy. An example showing how kube-proxy plays… | by Luc Juggery | Better Programming | Jan, 2021 | Medium

K8s: A Closer Look at Kube-Proxy. An example showing how kube-proxy plays… | by Luc Juggery | Better Programming | Jan, 2021 | Medium medium.com

1
admin 1 week ago in Technology

The Kubernetes network proxy (aka kube-proxy) is a daemon running on each node. It basically reflects the services defined in the cluster and manages the rules to load-balance requests to a service’s backend pods. Quick example: Let’s say we have several pods of an API microservice running in our cluster, with those replicas being exposed by a service. When a request reaches the service virtual IP, how is the request forwarded to one of the underlying pods? Well… simply by using the rules that kube-proxy created. OK, it’s not that simple under the hood, but we get the big picture here.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Monitor your Redis instance on Kubernetes with RedisInsight. | by...
  2. Backup and Restore EKS Kubernetes Using Velero. | by Harshal...
  3. Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil...
  4. Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace...
  5. Helm step by step approach Part-1 | by ramesh gowru...
  6. High scale web server with Kubernetes | by Itay Bittan...
  7. จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021...
  8. Sobre a História da Computação Distribuída e Clusters Kubernetes |...
Tags : ContainersdevopskubernetesnetworkingProgramming

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

K8s: A Closer Look at Kube-Proxy. An example showing how kube-proxy plays… | by Luc Juggery | Better Programming |...

admin 1 week ago in

The Kubernetes network proxy (aka kube-proxy) is a daemon running on each node. It basically reflects the services defined in the cluster and manages the rules to load-balance requests to a service’s backend pods. Quick example: Let’s say we have several pods of an API microservice running in our cluster, with those replicas being exposed by a service. When a request reaches the service virtual IP, how is the request forwarded to one of the underlying pods? Well… simply by using the rules that kube-proxy created. OK, it’s not that simple under the hood, but we get the big picture here.

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Monitor your Redis instance on Kubernetes with RedisInsight. | by...
  2. Backup and Restore EKS Kubernetes Using Velero. | by Harshal...
  3. Kubernetes Intro by Shivkumar. Kubernetes 101 | by Shivkumar Anil...
  4. Implementing Azure AD/Azure Kubernetes Services Integration and applying Kubernetes Namespace...
  5. Helm step by step approach Part-1 | by ramesh gowru...
  6. High scale web server with Kubernetes | by Itay Bittan...
  7. จำกัดขนาดของ PersistentVolumeClaim ไม่ให้เกินกว่าที่กำหนด | by Damrongsak Reetanon | Jan, 2021...
  8. Sobre a História da Computação Distribuída e Clusters Kubernetes |...