Hacker News new | ask | show | jobs
by lost_name 2396 days ago
> "Scalable" no idea what it means.

Generally refers to the idea that a microservice should be designed to scale horizontally (with more instances) vs. vertically (more compute power). If you can scale horizontally you're more likely to be able to meet changes demand at a lower price.