Earlier quoted context omitted.
I've seen at least one place with many more than that in recent years. If you have one microservice "listener" per queue and another for the database processing and persistence (business logic) and another providing an API for one or more frontend UI's related to it then the microservice tally goes up very fast. It's kind of surprising to read so many comments indicating HN readers weren't aware of this.
sounds like a massive nightmare
Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
221–230 of 233 posts
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#222Earlier quoted context omitted.
Yup I remember that. Netflix seems to be the poster child for overengineered architecture - for something that is almost entirely commoditised nowadays (one-way over the internet video streaming). Uber's problem space is significantly more complex than Netflix, so I'm unsure it's a fair comparison. But they do seem to have quite a lot of overengineering going on. At least that's how I feel each time I read an Uber te…
> Uber's problem space is significantly more complex than Netflix What makes you say this? Netflix serves probably several orders of magnitude more bytes and online video is hard. At its core Uber is basically a Passenger Service System and we had systems like these implemented in software since 1950s
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#223We're giving a talk about this at KCD Denmark on the 14th of November "Keynote: Uber - Migrating 2 million CPU cores to Kubernetes" if anyone is in the area and has any particular interest in this.
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#224Earlier quoted context omitted.
I worked at a SV startup (series A) for a while and an EM once mentioned struggling to keep the number of microservices under the number of engineers.
Is there a compelling article about the ideal microservice to engineer ratio (ie less than 1.0)?
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#225Earlier quoted context omitted.
All other things being equal, 1 service is obviously better than 4,000 services to maintain.
Not that obvious, how do you coordinate people from several of teams working on it?
Even Microsoft managed to do so for multiple products while also stack ranking the teams.
And I doubt there's a single service, even payments, that's as technically complex as Excel.
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#226> In preparation for the move to the cloud, the company spent two years working towards making all stateless microservices portable so that their placement in zones and regions can be managed centrally without any involvement from the service engineers I'd like to hear more about how Uber organized the engineering teams over two years to make "stateless microservices portable". How many teams? What were the requireme…
Maybe direct these questions to a C-level employee at Uber who could potentially answer them for you?
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#227Earlier quoted context omitted.
No the answer is keeping all of your VMs stateless and just using autoscaling with the appropriate health checks. Even if you just having a min/max of 1.
Describe a health check that can detect any possible hardware problem. The error rate on the machines was higher in both cases, but many requests still succeeded. Amazon certainly didn't detect an issue right away either.
I’m assuming this isn’t a web server, if so it’s even simpler.
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#228Earlier quoted context omitted.
All other things being equal, 1 service is obviously better than 4,000 services to maintain.
Not that obvious, how do you coordinate people from several of teams working on it?
And I'd agree with the other child comment that the monolith can always be broken into separate components which are owned by different teams.
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#229Earlier quoted context omitted.
Describe a health check that can detect any possible hardware problem. The error rate on the machines was higher in both cases, but many requests still succeeded. Amazon certainly didn't detect an issue right away either.
There is no way that you could record metrics - even custom metrics that get populated via the CloudWatch logs agent to CloudWatch and over a certain threshold of errors, bring another instance up and kill the existing instance? If you could detect sporadic errors there must be some method to automated it. I’m assuming this isn’t a web server, if so it’s even simpler.
Re: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
#230Earlier quoted context omitted.
because this is the Internet and anyone can make an anonymous account via VPN, if someone were so inclined.
Yes and I would break my NDA to answer a random question on HN for what personal gain?