SEARCH (ENTER TO SEE ALL RESULTS)
Cancel Search
POPULAR TOPICS
Contributed
sponsored-post-contributed
News
Analysis
The New Stack Makers
Tutorial
Podcast
Feature
Research
Profile
The New Stack Logo
Skip to content
  • Podcasts
  • Events
  • Ebooks
    • DevOps
    • DevSecOps
    • Docker Ecosystem
    • Kubernetes Ecosystem
    • Microservices
    • Observability
    • Security
    • Serverless
    • Storage
    • All Ebooks
  • Newsletter
  • Sponsorship
  • • • •
    • Podcasts
      • TNS @Scale Series
      • TNS Analysts Round Table
      • TNS Context Weekly News
      • TNS Makers Interviews
      • All Podcasts
    • Events
    • Ebooks
      • DevOps
      • DevSecOps
      • Docker Ecosystem
      • Kubernetes Ecosystem
      • Microservices
      • Observability
      • Security
      • Serverless
      • Storage
      • All Ebooks
    • Newsletter
    • Sponsorship
Skip to content
  • Architecture
    • Cloud Native
    • Containers
    • Edge/IoT
    • Microservices
    • Networking
    • Serverless
    • Storage
  • Development
    • Development
    • Cloud Services
    • Data
    • Machine Learning
    • Security
  • Operations
    • CI/CD
    • Culture
    • DevOps
    • Kubernetes
    • Monitoring
    • Service Mesh
    • Tools
Search The New Stack
 

Microservices

▾ 4 MINUTE READ — CLOSE

Application development greatly benefits from the growing popularity of microservices — a technique that involves a group of loosely coupled services. Netflix and Amazon are part of the early pioneers of microservices.
What Are Microservices?
Microservices are an architectural approach to software development based on building an application as a collection of small services. There is no standard definition for what amount of code constitutes a “small service.” Some experts say it’s about the size at which a team can query the service’s health with a single request that returns a “yes” or “no” answer. Similarly, a service is too big if it requires more than one team to manage it.

Each service has its unique and well-defined role, runs its process, and communicates via HTTP APIs or messaging. Teams can deploy, upgrade, scale, and restart each microservice independent of all the sibling services in the application. These microservices are typically orchestrated by an automated system, making it possible to have frequent updates of live applications without affecting the end-users.
Benefits of the Microservices Framework
Microservices are an evolution of a service-oriented architecture (SOA) — and some would argue that microservices are just SOA rebranded to make it hip again. Cloud-native microservices take the SOA concept to a new level, though. The difference now is that cloud infrastructure has finally caught up to the SOA concept so that loosely-coupled services (aka microservices) are now feasible to implement and manage at scale.

Here are some benefits of microservices architecture:

Enabling independent development. Microservices architecture enables small autonomous teams to develop, deploy, and scale their respective services independently. This enablement gives room for more developers to work on smaller codebases, lightening the workload.
Increasing development speed. Microservices parallelize development, thereby speeding up the production cycle exponentially.
Promoting continuous delivery. The adoption of microservices facilitates the use of DevOps, continuous integration, continuous delivery (CI/CD), and containers. There will be no need to deploy code all at once as developers do in a monolithic environment. This feature makes updates frequent and fast, enabling CI/CD.

The Need for Microservices Orchestration
Microservices orchestration manages complex processes in products to enable developers to operationalize containers at scale. Orchestration coordinates workload management, communication, and microservices architecture readability. Microservices orchestration ensures that there is no data loss in the process of coordination. This capability eases system development for developers and enables support teams to fix problems quickly.

Several microservices orchestration solutions are available in the market. Here are some factors to consider when deciding on an orchestrator for your microservices:

Multiplatform integration. All teams should be able to use the orchestrator at once. For example, the tool should support teams using an open-source developer platform and object programming languages.
Ease of use. Ideally, the orchestrator has a simple environment in which the microservice interaction is easily visible.
Error processing. A microservices orchestrator allows developers to set up multiple retries and timeouts when a malfunction occurs.
Non-synchronized workflow support. During development, some workflows run parallelly and may not be simultaneous. An orchestrator should save current data, stabilize general performance, and simplify the development process.
Scalability. Unlike monolithic applications requiring multiple instances for every component, microservices allow teams to scale a part of an application independently, according to the resource the component needs.

Challenges with Microservices
Microservices have many advantages, but migrating away from a monolith introduces its own set of challenges.

Here are some drawbacks of using a microservice architecture:

Complexity. With a microservices architecture, service discovery, networking, testing, and monitoring all become more complex and difficult, if not impossible, to manage following reliable older systems and practices. And the problem is amplified as the number of services grows.
Excess Resource Consumption. Tools that once seemed essential, such as logging, are now racking up huge bills that can send a microservices migration into negative return on investment (ROI) territory. Although microservices support the efficient use of resources, they can also increase resource consumption as services grow. Each microservice would need its own container and instance, which may increase the CPU and storage use.
Routing Microservices. In a traditional microservices approach, teams run only the exact small services they need and nothing else. It’s a sleek setup, but these services are not aware of each other until you step in to orchestrate them. Orchestrating services requires time and resources beyond the engineering reach of many small to midsize organizations.

Relationship between Microservices and Containers
A microservice architecture splits applications into different services that perform specific functions. Each microservice has a unique logical function for each part of a monolithic application.

Containers are packages that contain microservices. These containers also house code, dependencies, binaries, and libraries. Container-based — and open source — systems like Docker and Kubernetes are a very effective way to develop, deploy, and manage microservices in an enterprise environment. Many mature and robust tools, platforms, and other services exist in the container space, rendering containerization a natural fit for microservices-based applications.
Why Organizations Are Embracing Microservices Solutions
A market leap forward is now happening with microservices. There is a virtual tech sector land rush on, with companies feverishly producing not just microservices themselves but also the platforms, tools, and frameworks necessary for joining them together.
Keep up with Microservices Developments on The New Stack
It can be difficult to gauge both best fit and ultimate longevity at this stage in the developing ecosystem around microservices. Despite the abundant potential benefits, microservices are not the right solution for every project. A well-built monolithic architecture can scale just as well and remains the best option in many scenarios.

Many business and process decisions are involved in transitioning to a microservices-based architecture. Still, there are many companies for which microservices are the best option and well worth the immediate challenge.

At The New Stack, we monitor microservice architecture developments, new orchestration tools, and microservices frameworks. Be sure to bookmark this page to read the latest articles on microservices.


The New Stack Newsletter Sign-Up
A newsletter digest of the week’s most important stories & analyses.
Do you also want to be notified of the following?
We don’t sell or share your email. By continuing, you agree to our Terms of Use and Privacy Policy.
Containers / Kubernetes / Microservices / Contributed
Trends to Follow at KubeCon 2017
4 Dec 2017 9:30am, by Gadi Naor
CI/CD / Cloud Native Ecosystem / Microservices / Software Development
Spring Framework Creator Rod Johnson Returns to Automate Continuous Deployment
1 Dec 2017 3:00am, by Alex Handy
Cloud Native Ecosystem / Kubernetes / Microservices / Observability
5 Tools for Monitoring Kubernetes at Scale in Production
30 Nov 2017 6:00am, by Craig Martin
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Containers / Data Science / Kubernetes / Microservices / Software Development
Typeform: To Go and Beyond
21 Nov 2017 11:43am, by Kiran Oliver and Alex Williams
Cloud Native Ecosystem / Microservices / Observability
LightStep Brings Performance Management to Microservices
14 Nov 2017 11:16am, by TC Currie
Cloud Native Ecosystem / Data Science / Microservices / Serverless / Storage / Contributed
Cloud Native Storage: A Primer
14 Nov 2017 9:00am, by Yaron Haviv
API Management / Containers / Microservices / Software Development
Apache Juneau Makes Java REST Interfaces Easy for Microservices
14 Nov 2017 6:00am, by Susan Hall
Kubernetes / Microservices / Networking / Security / Software Development / Storage
What Kubernetes Needs to Run in Production
9 Nov 2017 11:18am, by Craig Martin, Janakiram MSV and Krishnan Subramanian
Cloud Native Ecosystem / Containers / Data Science / Microservices / Observability
Prometheus 2.0 Arrives with a Speedy New Local Storage Engine
8 Nov 2017 12:01am, by Susan Hall
Data Science / Microservices / Security / Storage
Apache Kafka 1.0 Released Exactly Once
3 Nov 2017 1:13pm, by Alex Handy
Cloud Native Ecosystem / Cloud Services / Kubernetes / Microservices
IBM Cloud Private Introduces Enterprise Java to the Cloud Native World
1 Nov 2017 7:56am, by Alex Handy
Cloud Native Ecosystem / Kubernetes / Microservices / Service Mesh / Software Development / Contributed
Kubernetes, Microservices, and Istio  — A Great Fit!
31 Oct 2017 6:00am, by Animesh Singh
CI/CD / Cloud Native Ecosystem / Cloud Services / Containers / Data Science / Kubernetes / Microservices / Observability / Contributed
Cloud-Native, Seven Years On…
30 Oct 2017 9:44am, by Paul Fremantle
Cloud Native Ecosystem / Containers / Kubernetes / Microservices
This Week in Numbers: Workloads for Cloud Foundry and Kubernetes
21 Oct 2017 9:00am, by Lawrence E Hecht
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Containers / Kubernetes / Microservices
Mesosphere’s Founders on the Modern Role of the Scheduler
18 Oct 2017 2:04pm, by Scott M. Fulton III
DevOps / Microservices / Networking / Contributed
DevNetOps: How Microservices Could Bring DevOps Speed to Networking Management
13 Oct 2017 12:00pm, by James Kelly
Cloud Native Ecosystem / Data Science / Microservices / Observability / Open Source / Software Development / Sponsored / Contributed
OpenTracing: An Open Standard for Distributed Tracing
10 Oct 2017 6:00am, by Gianluca Arbezzano
CI/CD / Cloud Native Ecosystem / Cloud Services / Containers / Microservices / Serverless / Software Development
A Closer Look at Microsoft’s Azure Event Grid
6 Oct 2017 2:00am, by Janakiram MSV
Cloud Native Ecosystem / Microservices / Contributed
Microservices: Terribly Named, Ambiguously Defined
5 Oct 2017 7:00am, by Roger Jin
Microservices / Software Development
Spring Framework 5 Adjusts to Microservices with a New Reactive Programming Model
4 Oct 2017 6:00am, by Susan Hall
CI/CD / DevOps / Microservices
Airbnb’s 10 Takeaways from Moving to Microservices
3 Oct 2017 6:00am, by TC Currie
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Containers / Kubernetes / Microservices / Sponsored
A Universal Resource Broker to Deploy Mesos Frameworks on Kubernetes
28 Sep 2017 12:55pm, by Alex Williams and Scott M. Fulton III
CI/CD / Containers / DevOps / Kubernetes / Microservices / Sponsored / Contributed
The Case for Running Monolithic Applications in Docker Containers
27 Sep 2017 7:00am, by Laura Frank
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / DevOps / Microservices / Service Mesh / Software Development / Sponsored
Lyft’s Envoy and the Emerging Prospects of Service Mesh Architecture
26 Sep 2017 3:00pm, by Scott M. Fulton III
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Containers / Kubernetes / Microservices / Software Development
Why Containers Are Everywhere in Microsoft Azure
25 Sep 2017 4:00pm, by Scott M. Fulton III
Containers / Microservices / Contributed
The 80/20 Rule Points to Real Benefits from Containers in Production
25 Sep 2017 6:00am, by Mark Thiele
Pagination Previous Button
11 12 13 14 15 16 17 18 19 20
Pagination Next Button
Architecture
  • Cloud Native
  • Containers
  • Edge/IoT
  • Microservices
  • Networking
  • Serverless
  • Storage
Development
  • Cloud Services
  • Data
  • Development
  • Machine Learning
  • Security
Operations
  • CI/CD
  • Culture
  • DevOps
  • Kubernetes
  • Monitoring
  • Service Mesh
  • Tools
The New Stack
  • Ebooks
  • Podcasts
  • Events
  • Newsletter
  • About / Contact
  • Sponsors
  • Sponsorship
  • Disclosures
  • Contributions

© 2022 The New Stack. All rights reserved.

Privacy Policy. Terms of Use.