Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ananta: cloud scale load balancing #4

Open
openjny opened this issue Jul 26, 2019 · 0 comments
Open

Ananta: cloud scale load balancing #4

openjny opened this issue Jul 26, 2019 · 0 comments
Labels
article-idea 記事のネタ paper 論文関連

Comments

@openjny
Copy link
Owner

openjny commented Jul 26, 2019

Abstract

Layer-4 load balancing is fundamental to creating scale-out web services.
We designed and implemented Ananta, a scale-out layer-4 load balancer that runs on commodity hardware and meets the performance, reliability and operational requirements of multi-tenant cloud computing environments.
Ananta combines existing techniques in routing and distributed systems in a unique way and splits the components of a load balancer into a consensus-based reliable
control plane and a decentralized scale-out data plane.
A key component of Ananta is an agent in every host that can take over the packet modification function from the load balancer, thereby enabling the load balancer to naturally scale with the size of the data center.
Due to its distributed architecture, Ananta provides direct server return (DSR) and network address translation (NAT) capabilities across layer-2 boundaries.
Multiple instances of Ananta have been deployed in the Windows Azure public cloud with combined bandwidth capacity exceeding 1Tbps.
It is serving traffic needs of a diverse set of tenants, including the blob, table and relational storage services.
With its scale-out data plane we can easily achieve more than 100Gbps throughput for a single public IP address.
In this paper, we describe the requirements of a cloud-scale load balancer, the design of Ananta and lessons learnt from its implementation and operation in the Windows Azure public cloud.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
article-idea 記事のネタ paper 論文関連
Projects
None yet
Development

No branches or pull requests

1 participant