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 independently develop, deploy, and scale their respective services. This enablement allows 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 using DevOps, continuous integration, continuous delivery (CI/CD), and containers. There will be no need to deploy code simultaneously as developers do in a monolithic environment. This feature makes updates frequent and fast, enabling CI/CD.

Discover the Ten Commandments of Microservices

The Need for Microservices Orchestration

Microservices orchestration manages complex production processes 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 where 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 development.

Scalability. Unlike monolithic applications requiring multiple instances for every component, microservices allow teams to scale a part of an application independently, according to the component’s resource needs.

Challenges with Microservices

Microservices have many advantages, but migrating away from a monolith introduces challenges.

Here are some drawbacks of using a microservice architecture:

Complexity. With a microservices architecture, service discovery, networking, testing, and monitoring 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 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 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 also scale and remains the best option in many scenarios.

Many business and process decisions are involved in transitioning to a microservices-based architecture. Still, 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.

Discover more about microservices:

Microservices 101

The Future of Microservices? More Abstractions

Primer: Microservices Explained


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.
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Analysts.svg
Culture / DevOps / IoT Edge Computing / Machine Learning / Microservices
A New Developer Conference Explores the Intersection of Infrastructure and Application Technologies
4 May 2017 3:10pm, by Alex Williams
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
API Management / Cloud Native Ecosystem / Cloud Services / Containers / DevOps / Kubernetes / Microservices / Open Source / Software Development
Cloud Foundry Service Broker API: Simplicity Is the Secret Sauce
3 May 2017 3:00pm, by Joab Jackson
Cloud Services / Containers / DevOps Tools / Kubernetes / Microservices / Software Development
Red Hat Summit Serves Up OpenShift.io, a Cloud Service for Containerized Java Microservices
3 May 2017 11:01am, by Scott M. Fulton III
Cloud Native Ecosystem / Kubernetes / Microservices
The Case for Containerizing Middleware
2 May 2017 6:00am, by Scott M. Fulton III
Cloud Native Ecosystem / Containers / Microservices / Networking
F5 Networks: Containers Need Both Networking and Orchestration
28 Apr 2017 12:51pm, by Scott M. Fulton III
API Management / Microservices
A MuleSoft Concession? RAML Creators Join OpenAPI Initiative to Unify API Descriptions
28 Apr 2017 10:08am, by Alex Handy
Cloud Native Ecosystem / Microservices / Networking / Service Mesh / Software Development
Linkerd 1.0, a Communications Service Mesh for Cloud-Native Apps
27 Apr 2017 1:00am, by Susan Hall
Containers / Kubernetes / Microservices / Software Development
Docker Doesn’t Fear Kubernetes, Keeps Sights on the Enterprise Instead
26 Apr 2017 11:23am, by Joab Jackson
Containers / Kubernetes / Microservices
Tutorial: Configuring a Kubernetes DevTest Cluster in DigitalOcean
20 Apr 2017 1:00am, by Janakiram MSV
Cloud Native Ecosystem / Culture / IoT Edge Computing / Microservices / Security / Serverless
iRobot Confronts the Challenges of Running Serverless at Scale
12 Apr 2017 1:00am, by Mark Boyd
Cloud Native Ecosystem / Microservices / Software Development
The Latest Pivotal Cloud Foundry Sets the Stage for .NET Microservices
10 Apr 2017 1:00am, by Scott M. Fulton III
CI/CD / Cloud Native Ecosystem / DevOps / Machine Learning / Microservices
Staples Moves to Microservices and Cognitive Computing for Flexibility and Growth
5 Apr 2017 12:00pm, by Darryl K. Taft
Cloud Native Ecosystem / Cloud Services / Containers / Kubernetes / Microservices
IBM Taps Kubernetes for the Bluemix Container Service
3 Apr 2017 1:00am, by Darryl K. Taft
Microservices / Observability
Weave Cloud’s New Enterprise Edition Comes with Guided Functionality, Additional Support
29 Mar 2017 7:42am, by Scott M. Fulton III
Containers / Kubernetes / Microservices / Networking / Security / Contributed
Automating Kubernetes Cluster Operations with Operators
21 Mar 2017 8:59pm, by Timo Derstappen
CI/CD / Cloud Native Ecosystem / Containers / DevOps / Microservices / Contributed
The Cloud-Native Application Lifecycle Difference: Continuous Change
21 Mar 2017 1:00am, by Chip Childers
CI/CD / Microservices / Networking / Software Development / Contributed
IT Automation Best Practices for Network Engineers and Architects
14 Mar 2017 8:55am, by Eric Anderson
CI/CD / Containers / Kubernetes / Microservices / Software Development
Ansible Container: Playbooks as the Sole Build and Management Tool
8 Mar 2017 1:00am, by Susan Hall
Cloud Native Ecosystem / Data Science / Microservices / Security
CNCF to Host CoreDNS, Boosting its Cloud-Native Portfolio with Service Discovery
3 Mar 2017 8:57am, by Scott M. Fulton III
Cloud Native Ecosystem / Cloud Services / Containers / Microservices / Open Source / Software Development
CNCF Adds Google’s gRPC Remote Call Project to Its ‘Big Tent’
1 Mar 2017 7:30am, by Scott M. Fulton III
Cloud Native Ecosystem / Containers / Data Science / Kubernetes / Microservices / Networking / Contributed
A Hacker’s Guide to Kubernetes Networking
27 Feb 2017 10:33am, by Yaron Haviv
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
API Management / Cloud Native Ecosystem / Data Science / DevOps / Microservices / Software Development
How Marketing Platform Tapad is Utilizing Scala at Scale
27 Feb 2017 8:00am, by Kiran Oliver
https://cdn.thenewstack.io/media/2016/01/PodcastBrandingOverlay_TNS_Makers.svg
Cloud Native Ecosystem / Containers / Kubernetes / Microservices
OpenStack Ocata: Containers all the Way Down
24 Feb 2017 11:48am, by Joab Jackson
Cloud Native Ecosystem / Containers / Machine Learning / Microservices / Observability / Security
CoScale Offers Full-Stack Monitoring for Containers and Microservices
24 Feb 2017 9:19am, by Susan Hall
Cloud Native Ecosystem / Microservices / Networking
Six Challenges Every Organization Will Face Implementing Microservices
23 Feb 2017 6:00am, by TC Currie
CI/CD / Cloud Native Ecosystem / Containers / Kubernetes / Microservices / Sponsored / Contributed
Adapt or Die: The New Pattern of Software Delivery
23 Feb 2017 1:00am, by Wayne Gibbins
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.