Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How can we separate Deployment from Release of Microservices?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • How to deploy Microservice?
  • Microservices Deployment Patterns
  • Service-to-Service Communications between Backend Internal Microservices
  • Microservices Deployments with Containers and Orchestrators
  • Deployment Strategies for Microservices
  • What is the role of containers in the development and deployment of microservices ?
  • What are some examples of orchestrators for microservices deployments ?
  • Which is NOT a deployment strategies for microservices ?
  • What is the benefit of Single Service per Host model in Microservices?
  • What are the biggest challenges in Microservice deployment?
  • How to handle service communication and data sharing in a Microservices architecture?
  • How to handle deployments and rollbacks in a Microservices architecture?
  • Service deployment platforms
  • Deploying microservices for your proposed application system
  • 5 Options for Deploying Microservices
  • Deploy Microservices to AWS

  • How can we separate Deployment from Release of Microservices?

    0

    The most common way to start out with a microservice architecture application is to use the multirepo approach:

    Apply Domain-Driven Design to plan how to break up the monolith into services.

    A separate repository is created for each microservice (where the “multi” in multirepo comes from).

    Each repository has an independent CI/CD pipeline to continuously deploy the microservice to production.

    https://medium.com/tecnolog%C3%ADa/how-to-implement-continuous-delivery-for-microservices-6d3d46a934d8

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.