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

Microservices facilitate continuous delivery #

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

Contents


More Related Answers

  • How can CDC be used in a microservice architecture ?
  • What are some examples of orchestrators for microservices deployments ?
  • Experimental microservice
  • How to handle testing and continuous integration in a Microservices architecture?
  • Developing and implementing microservices

  • Microservices facilitate continuous delivery #

    0

    The continuous delivery pipeline is significantly faster because the deployment units are smaller. Consequently, deployment is faster.

    Continuous delivery pipelines contain many test stages. The software has to be deployed in each stage. Faster deployments speed up the tests and therefore the pipeline.

    The tests are also faster because they need to cover fewer functionalities. Only the features in the individual microservice have to be tested, whereas in the case of a deployment monolith, the entire functionality has to be tested due to possible regressions.

    Building up a continuous delivery pipeline is easier for microservices. Setting up an environment for a deployment monolith is complicated. Most of the time, powerful servers are required. In addition, third-party systems are frequently necessary for tests. A microservice requires less powerful hardware. Besides, not many third-party systems are needed in the test environments.

    In summary, microservices facilitate continuous delivery. Even their support of continuous delivery can be reason enough to migrate a deployment monolith to microservices.

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 12 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.