SEARCH (ENTER TO SEE ALL RESULTS)

POPULAR TOPICS

Contributed
News
Analysis
The New Stack Makers
Tutorial
Podcast
Research
Feature
Science
Off-The-Shelf Hacker
Skip to content
  • 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
    • 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
      • Machine Learning
      • DevOps
      • Serverless
      • Microservices
      • Kubernetes Ecosystem
      • Docker Ecosystem
      • 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
 

Microservices

▾ 2 MINUTE READ — CLOSE

Microservices are Built, Deployed and Managed Independently

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.” But 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 own unique and well-defined role, runs in its own process and communicates via HTTP APIs or messaging. Each microservice can be deployed, upgraded, scaled and restarted independently of all the sibling services in the application. They are typically orchestrated by an automated system, making it possible to have frequent updates of live applications without affecting the end users.

Microservices Advantages

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. But really, cloud native microservices take the SOA concept to a new level. 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.

By enabling small autonomous teams to develop, deploy and scale their respective services independently, microservices essentially parallelize development, thereby speeding up the production cycle exponentially.

Adoption of microservices is closely correlated with the use of DevOps, continuous integration and continuous delivery (CI/CD) and containers. Container-based — and open source — systems like Docker and Kubernetes are a very effective way to develop, deploy and manage microservices. Many mature and robust tools, platforms and other services already exist in the container space, rendering containerization a natural fit for microservices-based applications.

Microservices Disadvantages

Microservices have many advantages, but migrating away from a monolith introduces its own set of challenges. 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 grow. Tools that once seemed essential, such as logging, are now racking up huge bills that can send a microservices migration into negative ROI territory. Thus, there are many business and process decisions involved in transitioning to a microservices-based architecture.

In a true 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. Until recently, this implementation and orchestration piece have been beyond the engineering reach of many smaller to mid-size organizations.

A Market Leap Forward for Microservices Offerings

Fortunately, 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 the platforms, tools and frameworks necessary for joining them seamlessly together.

At this early stage in the developing ecosystem around microservices, it can be difficult to gauge both best fit and ultimate longevity. 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.

Still, there are many companies for which microservices are the best option, and well worth the immediate challenge.


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 / Microservices / Security

Red Hat’s Keycloak Identity Access Management Bids to Join CNCF

26 May 2020 10:43am, by Mike Melanson

Cloud Native / Microservices / Service Mesh / Sponsored / Contributed

Q&A: How a Service Mesh Can Help Overcome Uncertainty

26 May 2020 8:53am, by Zach Jory

Cloud Native / Development / Microservices / Contributed

Operators and Sidecars Are the New Model for Software Delivery

22 May 2020 8:54am, by Bilgin Ibryam

CI/CD / Microservices / Tools / Sponsored / Contributed

A Pandemic Plan for Application Architecture

12 May 2020 9:36am, by Pankaj Gupta

Microservices / Contributed

Let’s Take Our Conversations about Microservices to the Next Level

11 May 2020 12:59pm, by Eran Levy

Cloud Native / Microservices / Monitoring

New Relic Takes on Distributed Tracing’s Heavy Lifting 

5 May 2020 11:11am, by B. Cameron Gain

Containers / Microservices / Security / Contributed

Public Key Infrastructure Needs to Evolve to Support Cloud Native Computing

1 May 2020 10:55am, by Ben Hirschberg

Containers / Microservices / Contributed

Microservices Verge on Mainstream Adoption, Yet Challenges Remain

30 Apr 2020 11:36am, by Ankur Singla

Development / Microservices / Sponsored / Contributed

Monoliths to Microservices: An API-First Approach

29 Apr 2020 9:22am, by James Burns

Microservices / Monitoring / Contributed

6 Things to Consider in a Prometheus Monitoring Platform

27 Apr 2020 1:40pm, by Loris Degioanni

Development / Microservices / Monitoring / Sponsored / Contributed

The Importance of Resilience Testing and Observability

20 Apr 2020 9:36am, by James Burns

CI/CD / Cloud Native / Microservices / Contributed

Map Your Journey to Monolith Modernization

14 Apr 2020 1:36pm, by Derek Magill

Cloud Native / Kubernetes / Microservices / Sponsored / Contributed

Elements of Cloud Native Business Automation

13 Apr 2020 8:18am, by Balakrishnan Balasubramanian

Microservices / Monitoring / Service Mesh / Sponsored / Contributed

Observability: From Service Discovery to Service Mesh

10 Apr 2020 10:04am, by Peter McCarron

Microservices / Tools / Sponsored / Contributed

TARS Microservices Extended to the ARM Architecture

9 Apr 2020 11:33am, by Katharine Wong

Development / Microservices / Monitoring / Sponsored / Contributed

Why Observability Is Crucial for Developers

9 Apr 2020 8:38am, by Karthik Kumar

Microservices / Networking / Service Mesh / Contributed

Istio 1.5 Brings Advanced Automation for Secure Performance

8 Apr 2020 3:00am, by Karen Bruner

Cloud Native / Microservices / Monitoring

Cortex 1.0 Offers ‘Enterprise-Ready’ Distributed Prometheus Monitoring

6 Apr 2020 1:50pm, by Mike Melanson

balance

DevOps / Microservices / Service Mesh / Sponsored / Contributed

Agility with Stability: Why You Need a Service Mesh

3 Apr 2020 8:21am, by Randy Almond

Microservices / Monitoring

Lightstep: Pay for the Observability, Not Just the Telemetry

2 Apr 2020 9:15am, by Joab Jackson

Microservices / Monitoring / Sponsored

The 3 Pillars of Observability

2 Apr 2020 9:00am, by Alex Williams and B. Cameron Gain

DevOps / Microservices / Service Mesh

An Exploratory Guide to the Service Mesh Platforms

31 Mar 2020 7:45am, by Janakiram MSV

Cloud Services / Containers / Microservices

What COVID-19 Means for Microservices, Multicloud and Kubernetes

30 Mar 2020 4:01pm, by B. Cameron Gain and Alex Williams

Microservices

Kelsey Hightower and Ben Sigelman Debate Microservices vs. Monoliths

27 Mar 2020 5:00pm, by TNS Staff

DevOps / Microservices / Service Mesh / Sponsored / Contributed

The Importance of Uptime and Efficiency in the Application Economy

27 Mar 2020 8:02am, by Zach Jory

Microservices / Service Mesh

Why an IBM ‘Master Inventor’ Calls Istio Service Meshes ‘Storage Boxes’

26 Mar 2020 1:57pm, by Alex Williams and B. Cameron Gain

1 2 3 4 5 6 7 8 9 10

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
  • Twitter
  • Facebook
  • YouTube
  • Soundcloud
  • LinkedIn
  • Slideshare
  • RSS

© 2021 The New Stack. All rights reserved.

Privacy Policy. Terms of Use.