Next Generation Load Balancing: ALB with gRPC and HTTP/2

Next Generation Load Balancing

AWS announced an important update for the Application Load Balancer (ALB) in November 2020: Support for gRPC and HTTP/2.

HTTP/2 comes with request multiplexing over a single TCP connection, header compression (HPACK) which reduces network utilization, and a
binary protocol which reduces overhead in parsing data.

gRPC is a high-performance RPC framework with full-duplex streaming. It is designed to connect mircoservices efficiently and uses HTTP/2 under the covers.

[wpcc-element _tag=”source” type=”image/webp” srcset=”/images/2020/12/[email protected] 730w, /images/2020/12/[email protected] 1460w, /images/2020/12/[email protected] 610w, /images/2020/12/[email protected] 1220w, /images/2020/12/[email protected] 450w, /images/2020/12/[email protected] 900w, /images/2020/12/[email protected] 330w, /images/2020/12/[email protected] 660w, /images/2020/12/[email protected] 545w, /images/2020/12/[email protected] 1090w” sizes=”(min-width: 1200px) 730px, (min-width: 992px) 610px, (min-width: 768px) 450px, (min-width: 576px) 330px, 545px” _close=”0″]

This video includes a demo of a gRPC service running behind an ALB.

[wpcc-iframe class=”embed-responsive-item lozad” data-src=”https://www.youtube-nocookie.com/embed/4zVyRHXEWgM” allow=”accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture” allowfullscreen=””]


Discover more from Free Exam Prep By IT Professionals | CertificationTest | ExamTopics

Subscribe to get the latest posts sent to your email.

Discover more from Free Exam Prep By IT Professionals | CertificationTest | ExamTopics

Subscribe now to keep reading and get access to the full archive.

Continue reading