k8s-grpc-lb-solutions

module
v0.0.0-...-18c355e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2020 License: MIT

README

k8s-grpc-lb-solutions

LoadBalancer solutions in kubernetes, includes demo code and solution detail

Solutions
  • gRPC Client LoadBalancing

    • advantages:

      • No need to import proxy, no need to maintain an external component.

      • No delay to increase.

    • disadvantages:

      • Client changes and LoadBalancing strategy is simple as usually.

      • Service changes, headless service required.

  • gRPC Server LoadBalancing proxy

    • advantages:

      • Keep client simple and no changes.
    • disadvantages:

      • Increasing delay.

      • Need to maintain LoadBalancing proxy

  • gRPC Client Resolver

    • advantages:

    • disadvantages:

References

Directories

Path Synopsis
examples
solutions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL