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.

Development / Microservices / Sponsored / Contributed

7 Best Practices to Build and Maintain Resilient Applications and Infrastructure

23 Sep 2020 10:47am, by Kris Beevers

Cloud Services / Microservices / Serverless

TriggerMesh Wants to Be the Plumber for Multicloud

21 Sep 2020 6:00am, by Richard MacManus

Kubernetes / Microservices

How Does Service Discovery Work in Kubernetes?

10 Sep 2020 1:00pm, by Janakiram MSV

Cloud Native / Kubernetes / Microservices

The New Stack Context: In-Memory Computing Meets Cloud Native Computing

28 Aug 2020 3:00pm, by Joab Jackson

Cloud Native / Kubernetes / Microservices

KubeCon Pancake Breakfast: Why Your K8s ‘Stack’ Should Be Boring

24 Aug 2020 5:00pm, by Alex Williams and B. Cameron Gain

Development / Microservices / Networking / Service Mesh

KubeCon EU: Envoy Looks to WebAssembly to Extend Microservices Monitoring

24 Aug 2020 6:00am, by Jennifer Riggins

Kubernetes / Microservices / Networking / Sponsored / Contributed

Meshy and Happy with Kubernetes Ingress

18 Aug 2020 12:00pm, by Patrick McFadin and Christopher Bradford

Cloud Services / Microservices / Serverless / Contributed

All Cloud Native Roads Lead to Fargate

18 Aug 2020 12:00pm, by Michele Mancioppi and Thorsten Höger

CI/CD / DevOps / Microservices / Sponsored

The Developer’s Struggle for Control

10 Aug 2020 5:00pm, by B. Cameron Gain

Data / Microservices / Contributed

Future-Proof High-Performance Microservice Applications with In-Memory Technology

3 Aug 2020 12:46pm, by Michael Yawn

API Management / Cloud Native / Microservices

APISIX: An Open Source API Gateway for Microservices

3 Aug 2020 11:20am, by Susan Hall

Data / Microservices / Sponsored / Contributed

Unlock the Value of Microservices Using Database-as-a-Service (DBaaS)

29 Jul 2020 9:14am, by Andrew Davidson

Cloud Native / Kubernetes / Microservices / Sponsored

The Ups and Downs of Box’s Kubernetes Journey

28 Jul 2020 3:00pm, by Alex Williams and B. Cameron Gain

Cloud Native / Microservices / Contributed

Why Automating for Cloud Native Infrastructures Is a Win for All Involved

23 Jul 2020 12:00pm, by Robert Hopson

Kubernetes / Microservices / Monitoring / Contributed

Best Practices for Deploying Jaeger on Kubernetes in Production

22 Jul 2020 10:28am, by Dotan Horovits

Microservices / Networking / Serverless / Contributed

Publish-Subscribe: Introduction to Scalable Messaging

21 Jul 2020 8:32am, by Matthew O’Riordan

Culture / Microservices / Serverless / Contributed

Enterprise Application Cost Savings Using Serverless Computing

17 Jul 2020 12:22pm, by Andy Thurai

Microservices / Contributed

Microservices vs. Monoliths: An Operational Comparison

7 Jul 2020 9:20am, by Alexander Kainz

Cloud Native / Microservices / Monitoring / Sponsored / Contributed

How Data Helps Modernize Monolithic VMware Applications

26 Jun 2020 12:00pm, by Laura Santamaria and Matthew Johnson

Cloud Native / Development / Microservices / Contributed

Open Application Model: Build the Next Generation of Cloud Native Applications

26 Jun 2020 11:48am, by Ryan Zhang

Kubernetes / Microservices / Service Mesh / Sponsored

How Istio Is Built to Boost Engineering Efficiency

24 Jun 2020 5:00pm, by Alex Williams and B. Cameron Gain

DevOps / Microservices

Puppet Relay Offers Event-Driven Automation for DevOps Workflows

24 Jun 2020 11:01am, by Mike Melanson

Cloud Services / Development / Microservices

Harness.io Translates Cloud Costs to Developers

16 Jun 2020 9:53am, by Mike Melanson

Microservices / Contributed

5 Steps to Ensure your Microservices Are Running Optimally

15 Jun 2020 11:48am, by Tal Weiss

Cloud Native / Microservices / Monitoring / Sponsored / Contributed

What the Cloud Native Revolution Means for Log Management

12 Jun 2020 12:00pm, by Chris Tozzi

Kubernetes / Microservices / Monitoring / Sponsored / Contributed

Introducing the Telegraf Operator: Kubernetes Sidecars Made Simple

10 Jun 2020 11:16am, by Giacomo Tirabassi

1 2 3 4 5 6 7 8 9 10
21 22 23

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.