Wednesday 

Room 2 

13:40 - 14:40 

(UTC+10

Talk (60 min)

Scalable Microservices with gRPC & Kubernetes

While migrating to a microservices based architecture provides many benefits, it also brings up a lot of challenges. Unlike monolithic architectures, microservice architectures have to deal with coordinating, organizing, and managing a collection of different services with different scaling needs. Often overlooked from a developer’s perspective, HTTP client libraries are clunky and require code that defines paths, handles parameters, and deals with responses in bytes. gRPC abstracts all of this away and makes network calls feel like any other function calls defined for a struct.

Software Design
Process
Microservices
Web

This talk will show how Kubernetes and gRPC, two popular open source projects based on experience Google has gained running microservices at scale

gRPC is a platform-neutral RPC framework, based on HTTP/2 and Protobuf, used to build highly performant and scalable APIs. gRPC benefits from new features introduced in HTTP/2 like framing, bidirectional streaming, header compression, multiplexing, and flow control. gRPC is not just a blueprint for high performance RPC, but also provides a methodology to generate services and clients in multiple languages. This talk is based on our experience by contributing to the network intelligence center’s Simulator, which itself used gRPC for all intra-server communication.

This talk will demonstrate the core concepts of gRPC and Kubernetes, and show you how to combine these two technologies to create scalable and performant microservices rooted in lessons learned from Google’s experience.
If you're interested in a dead simple way to add gRPC load balancing to your Kubernetes services, regardless of what language it's written in, this talk is surely going to be beneficial.
gRPC is relatively new, but its fast-growing ecosystem and community will definitely make an impact in microservice development. Since gRPC is an open standard, all mainstream programming languages support it, it will help viewers to understand how ideal it is for working in a microservice environment.

Sanket Singh

Sanket Singh is an avid and passionate Software Engineer at Google. He has worked with organizations like LinkedIn and Harvard - Berkman Klein Centre in the past. He is curious to build products that can solve simple and complex problems but in a graceful way.
Sanket has always been a forefront runner for writing high-quality code. But he also understands that it is a gradual process and thus it is important to always look back every few months and refractor the code whenever possible so that it's easier to debug in case of any issues.
He has taken multiple workshops in the past to promote the same and encouraged many engineers to not neglect the power of well refactored code.
He has taught more than 15000 budding engineers and wants to create a community of people with impactful skills. He runs a YouTube channel with a 25k+ subscriber base where he shares unpopular opinions and his tech journey experiences.
In his free time, he likes to play chess and mentor budding engineers in the industry.