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

Deployment Strategies for Microservices

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

Contents


More Related Answers

  • What are the best practices to design Microservices?
  • performance improvement in microservices
  • How messaging works in microservices
  • microservices security best practices
  • Disadvantages of Microservice?
  • Microservices Transaction Management
  • Microservices Distributed Transaction Patterns
  • Principles Used to Design Microservice Architecture
  • How messaging works in microservices
  • How to deploy Microservice?
  • Write main features of Microservices
  • Write the fundamental characteristics of Microservice Design.
  • What are the fundamental characteristics of a microservices design?
  • How do microservices relate to the business
  • introduction to configuration management challanges inside microservices
  • Configuration management architecture inside microservices
  • Microservice Strategies
  • Microservices Data Management Patterns
  • Microservices Deployment Patterns
  • Evaluate: Microservices Architecture
  • Benefits and Challenges of Microservices Architecture
  • Learn: Microservices Architecture
  • Microservices Data Management - Main Topics
  • Microservices Deployments with Containers and Orchestrators
  • DEMO: Microservices Architecture Code Review
  • What is the role of containers in the development and deployment of microservices ?
  • What are some examples of orchestrators for microservices deployments ?
  • What is the role of Kubernetes in the management and deployment of microservices ?
  • Which is NOT a deployment strategies for microservices ?

  • Deployment Strategies for Microservices

    0

    Blue-green deployment

    Deploying updates to a new set of microservices (the "green" deployment), while the old version of the

    microservices (the "blue" deployment) remains running.

    ▪ Rolling deployment

    Deploying updates to a subset of the microservices at a time, and then rolling the updates out to the rest

    of the microservices over time.

    ▪ Canary deployment

    Deploying updates to a small subset of the microservices, and then gradually rolling the updates out to

    the rest of the microservices over time.

    ▪ A/B testing

    Deploying updates to a subset of the microservices, and then comparing the performance of the updated

    microservices with the performance of the unmodified microservices.

    https://semaphoreci.com/blog/deploy-microservices

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