eBay Search On K8s
eBay currently has billions of items available for search. The search engine at any given time can get around 100Ks of queries per second for search within this inventory.In order to support this sca …
Talk Title | eBay Search On K8s |
Speakers | Mohnish Kodnani (Sr MTS, Software Engineer, eBay), Yashwanth Vempati (MTS 1,Software Engineer, eBay) |
Conference | KubeCon + CloudNativeCon North America |
Conf Tag | |
Location | San Diego, CA, USA |
Date | Nov 15-21, 2019 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
eBay currently has billions of items available for search. The search engine at any given time can get around 100K’s of queries per second for search within this inventory.In order to support this scale of traffic and the size of the inventory we need thousands of servers. The inventory is sharded and then replicated across these servers to handle the traffic. In this talk we will go through how we migrated the application to kubernetes and its deployment architecture while meeting some of the business requirements for resiliency and availability. We will also go through our index distribution architecture that leverages kubernetes principles. At the end we will also share our challenges and learnings while deploying the application on kubernetes.