Prev Next

API / Microservices

What is Blue-Green Deployment Technique?

Blue-green deployment is a technique that reduces downtime and risk by running two identical production environments called Blue and Green. At any time, only one of the environments is live, with the live environment serving all production traffic while the other is idle.

As you prepare a new version of your software, deployment and the final stage of testing takes place in an environment that is not LIVE (GREEN). Once you have deployed and fully tested the software in non-live (GREEN), you switch the router so all incoming requests now go to Green instead of Blue (earlier LIVE). Green is now live, and Blue is idle.

This technique can eliminate downtime due to application deployment. In addition, blue-green deployment reduces risk: if something unexpected happens with your new version on Green, you can immediately roll back to the last version by switching back to Blue.

It's right time to invest in Cryptocurrencies Dogecoin! Earn free bitcoins up to $250 now by signing up.

Earn bitcoins upto $250 (free), invest in other Cryptocurrencies when you signup with blockfi. Use the referral link: Signup now and earn!

Using BlockFi, don't just buy crypto - start earning on it. Open an interest account with up to 8.6% APY, trade currencies, or borrow money without selling your assets.


Join CoinBase! We'll both receive $10 in free Bitcoin when they buy or sell their first $100 on Coinbase! Available in India also. Use the referral Join coinbase!


Invest now!!! Get Free equity stock (US, UK only)!

Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.

The Robinhood app makes it easy to trade stocks, crypto and more.


Webull! Receive free stock by signing up using the link: Webull signup.

More Related questions...

Explain micro service architecture. Explain the benefits of microservices. Some of the challenges with Microservice. Explain spring boot in the context of microservices. What is Docker? What is Dockerfile? What is kubernetes? What are polyglot microservices? What is a service mesh? What is distributed tracing? Explain Trace and Span terminologies in distributed tracing. How do I decompose an application into services? What is Semantic monitoring in Microservices architecture? What is Melvin Conway's Law? What is Spring Cloud? What is a CDC in Microservices? What is PACT in Microservices Architecture? What is a Client Certificate? What is meant by Continuous Integration? What is Blue-Green Deployment Technique? Explain Monolithic vs SOA vs Microservices. What are the best practices to design Microservices? What is Domain-Driven Design (DDD)? Why do we need Domain Derived Design (DDD)? Different types of tests for microservices. What is API Gateway? Difference between Service orchestration and Service Choreography. What is APIGEE? Mention a few of the cross-cutting concerns that we need to implement for any microservice. Drawbacks of using microservices. Main components of Microservices. Explain the importance of reports and dashboards in microservices. Difference between API and microservice. What are the three commonly used tools for Microservices? How does a Microservice architecture work? Different strategies used in Microservices deployment. What does hystrix do? Explain the concept of message-driven microservices using Spring Boot and Apache Pulsar. What are the types of Microservice Communication? What is decentralized in microservices?
Show more question and Answers...

GraphQL Interview Questions

Comments & Discussions