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.

Cloud Native / Data / Microservices / Sponsored

Modern Hardware’s Role in a Software Driven Data Center

24 Jun 2016 8:59am, by Kiran Oliver

Microservices / Sponsored

From the Enterprise Service Bus to Microservices

14 Jun 2016 10:36am, by Michael Coté

CI/CD / Cloud Native / Development / Microservices / Monitoring

Running Puppet Inside Docker Containers: Useful Tool or Cool Trick?

2 Jun 2016 8:36am, by Scott M. Fulton III

Kubernetes / Microservices / Storage / Contributed

CoreOS Launches a Kubernetes-Friendly Storage System: Torus

1 Jun 2016 11:32am, by Joab Jackson

Kubernetes / Microservices / Sponsored

OSCON Roundtable: The Great Infrastructure Convergence

19 May 2016 8:53am, by Mike Melanson

Microservices / Networking

Buoyant’s Linkerd Offers RPC-based Microservices Communications

6 May 2016 8:48am, by Kiran Oliver

API Management / Cloud Native / Microservices / Serverless

Microservices Require Robust API Management

5 May 2016 6:38am, by Mark Boyd

Containers / Microservices / Monitoring

AppNeta Offers Monitoring Solutions for Microservices at Scale

3 May 2016 2:20pm, by Kiran Oliver

Cloud Native / Development / Microservices / Open Source / Sponsored

How GoDaddy Streamlines Provisioning with OpenStack and Microservices

3 May 2016 10:57am, by Kiran Oliver

Containers / DevOps / Kubernetes / Microservices

Hello World: Our eBook on Container Orchestration and Automation is Now Available

29 Apr 2016 7:24am, by Benjamin Ball

Containers / Development / Microservices / Open Source

OSCON 2016 Reaches Out for a More Diverse Audience

18 Apr 2016 9:42am, by Kiran Oliver

Data / Microservices

Apache Flink Gets Real with Continuous Stream Processing

18 Apr 2016 9:17am, by Susan Hall

Cloud Native / Microservices / Serverless / Sponsored

Iron.io: Orchestration Should Focus on the Job, Not the Container

15 Apr 2016 8:52am, by Scott M. Fulton III

API Management / Microservices

How Synchronous REST Turns Microservices Back into Monoliths

14 Apr 2016 10:46am, by Joab Jackson

Microservices / Monitoring

Rocana Could Eliminate the Blame Game from Microservices Troubleshooting

5 Apr 2016 3:54am, by Kiran Oliver

Containers / Development / Microservices

Micro Wants to Move Beyond Containers with Go-Based Microservices Framework

4 Apr 2016 8:36am, by Susan Hall

Containers / Kubernetes / Microservices

Containers in Production, Part II: Workflows

3 Apr 2016 7:00pm, by Mark Boyd

Containers / Microservices / Monitoring

Opsee Eases Microservice Monitoring with a Cloud-based Approach

31 Mar 2016 10:35am, by Kiran Oliver

Containers / Kubernetes / Microservices

Containers in Production: Case Studies, Part 1

28 Mar 2016 7:53am, by Mark Boyd

Cloud Services / Containers / Microservices

The Role of Platform-as-a-Service in the Container Era

18 Mar 2016 7:05am, by Susan Hall

Containers / Data / Kubernetes / Microservices / Storage

Crate Built a Distributed SQL Database System To Run Within Containers

16 Mar 2016 11:11am, by Susan Hall

CI/CD / Containers / DevOps / Microservices

How Containers Provide Feedback Loops for Developers

11 Mar 2016 12:00pm, by Vivek Juneja

Containers / Microservices

WSO2 Unveils a Lightweight Java Framework for Building Microservices

7 Mar 2016 9:01am, by Jennifer Riggins

Cloud Native / Containers / Microservices / Security

How Containers and Microservices Work Together to Enable Agility

4 Mar 2016 1:10pm, by Alex Williams

Microservices / Monitoring

AppDynamics’ Winter 2016 APM Release Offers More Visibility into C, C++ Apps

29 Feb 2016 12:20pm, by Kiran Oliver

Microservices

Lightbend’s Lagom Will Run Java-Based Microservices at Scale

24 Feb 2016 11:51am, by Kiran Oliver

11 12 13 14 15 16 17 18 19 20

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.