Difference between revisions of "IPVS"

From wikieduonline
Jump to navigation Jump to search
(Created page with "IPVS provides more options for balancing traffic to backend Pods; these are: * rr: round-robin * lc: least connection (smallest number of open connections) * dh: destination...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
IPVS provides more options for balancing traffic to backend Pods; these are:
+
IPVS provides more options for [[balancing traffic]] to backend Pods; these are:
  
* rr: round-robin
+
* rr: [[round-robin]]
 
* lc: least connection (smallest number of open connections)
 
* lc: least connection (smallest number of open connections)
  
Line 9: Line 9:
 
* nq: never queue
 
* nq: never queue
  
 +
 +
Sep  4 06:25:10 XXXXX kernel: [19259337.009038] [[IPVS]]: [[rr]]: TCP 10.236.10.10:32303 - [[no destination available]]
  
 
== See also ==
 
== See also ==
* {{K8s}}
+
* {{Kubernetes networking}}
 +
 
 +
[[Category:K8s]]

Latest revision as of 13:06, 8 September 2023

IPVS provides more options for balancing traffic to backend Pods; these are:

  • rr: round-robin
  • lc: least connection (smallest number of open connections)
  • dh: destination hashing
  • sh: source hashing
  • sed: shortest expected delay
  • nq: never queue


Sep  4 06:25:10 XXXXX kernel: [19259337.009038] IPVS: rr: TCP 10.236.10.10:32303 - no destination available

See also[edit]

Advertising: