The Tinder, Reddit, Airbnb and Pinterest’s move to Kubernetes

Kubernetes’ increased adoption is showcased by a number of leading companies which have integrated the technology into their services. Get some insights from the biggest companies which are successfully using Kubernetes.

The Docker adoption is growing fast with more companies using it into their Production. Using an orchestration platform to scale & manage your containers is key.

When you start using Docker for sometimes and also deployed on a few different servers. Your application starts getting traffic, here comes the need to scale up fast, how will you go from 2 servers to 30 or 50 servers? And how will you decide which container should go where? How would you monitor all these containers ? How will you make sure they are restarted if they exit?

This is where Kubernetes comes in.

kube1

Source: DataDog

Kubernetes’ increased adoption is showcased by a number of leading companies which have integrated it right into their services.

Check out the amazing companies of our time which had successfully using Kubernetes

Tinder’s move to Kubernetes

Due to high traffic volume, Tinder’s engineering team faced challenges of scale and stability. What did they do?

Kubernetes – Yes, the answer is Kubernetes.

Tinder’s engineering team solved interesting challenges to migrate 200 services and run a Kubernetes cluster at scale totaling 1,000 nodes, 15,000 pods, and 48,000 running containers.

Was that easy? No at all. However, this was a must to set the foundation for a smooth business operations. One of their Engineering leaders said, “As we onboarded more and more services to Kubernetes, we found ourselves running a DNS service that was answering 250,000 requests per second.” Fantastic culture, Tinder’s entire engineering organization now has knowledge and experience on how to containerize and deploy their applications on Kubernetes.

Read this amazing case study here.

Reddit’s Kubernetes story

Reddit is one of the top traffic sites in the world. Kubernetes forms the core of Reddit’s internal Infrastructure.

From many years, the Reddit infrastructure team followed traditional ways of provisioning and configuring. However, this didn’t go long until they saw some huge drawbacks and failures happening while doing the things the old way. They moved to ‘Kubernetes.’

kube2

Source: Reddit

Check out this video where their infrastructure release engineering manager describes the Kubernetes story at Reddit.

The New York Times Journey to Kubernetes

Today the majority of their customer-facing applications are running on Kubernetes. The biggest impact has been to speed up deployment and productivity. Legacy deployments that took up to 45 minutes are now pushed in just a few. It’s also given developers more freedom and fewer bottlenecks. The New York Times has gone from a ticket-based system for requesting resources and weekly deploy schedules to allowing developers to push updates independently.

Check out the evolution & the fascinating story of The New York Times tech stack here.

Airbnb’s Kubernetes story

Airbnb’s transition from a monolithic to a microservices architecture is pretty amazing. They needed to scale continuous delivery horizontally, and the goal was to make continuous delivery available to the company’s 1000 or so engineers so they could add new services. Airbnb adopted to support over 1000 engineers concurrently configuring and deploying over 250 critical services to Kubernetes (at a frequency of about 500 deploys per day on average). Check out the great presentation from Melanie Cebula, the infrastructure engineer at Airbnb.

kube3

Source: Slides by Melanie Cebula at QCon London 2019

Read more about this story here.

Pinterest’s Kubernetes story

With over 250 million monthly active users and serving over 10 billion recommendations every single day, that is huge. (The numbers might have changed now) As they knew these numbers are going to grow day by day, they began to realize the pain of scalability and performance issues.

Their initial strategy was to move their workload from EC2 instances to Docker containers; hence they first moved their services to Docker to free up engineering time spent on Puppet and to have an immutable infrastructure.

And then the next strategy was to move to Kubernetes. Now they can take ideas from ideation to production in a matter of minutes whereas earlier they used to take hours or even days. They have cut down so much of overhead cost by utilizing Kubernetes and have removed a lot of manual work without making engineers worry about the underlying infrastructure.

Read the Pinterest Kubernetes story on their website ‘Pinterest Case Study

Pokemon Go’s Kubernetes story

How was ‘Pokemon Go’ able to scale so efficiently & became so successful? The answer is Kubernetes. Pokemon Go was developed and published by Niantic Inc. 500+ million downloads and 20+ million daily active users.

Pokemon Go engineers never thought their user base would increase exponentially surpassing the expectations within a short time, they were not ready for it, and even the servers couldn’t handle this much traffic.

kube4

Source: iThome

The challenge

The horizontal scaling on one side but Pokemon Go also faced a severe challenge when it came to vertical scaling because of the real-time activity by millions of users worldwide. Niantic was not prepared for this.

The solution

The magic of containers. The application logic for the game ran on Google Container Engine (GKE) powered by the open source Kubernetes project. Niantic chose GKE for its ability to orchestrate their container cluster at planetary-scale, freeing its team to focus on deploying live changes for their players. In this way, Niantic used Google Cloud to turn Pokémon GO into a service for millions of players, continuously adapting and improving. This got them more time to concentrate on building the game’s application logic and new features rather than worrying about the scaling part.

Impressive, isn’t it? Read the complete case study shared on Google Cloud.

Conclusion

Around the world, many technologists have chosen to use Kubernetes, and it is expected to evolve much more in the years to come.

Containers are becoming more and more popular in the software world and Kubernetes has become the industry standard for deploying containers in production. We will expect a high growth rate of Kubernetes this year too.