Thanks a lot nice explanation on Blue Green deployment.
@swagata1003 жыл бұрын
This means that the Blue-green environment is not up and running simultaneously at any given point of time. Instead of keeping 2 separate environment we can easily act on the load balancer. If there are 4 IPs disable 2 IPs deploy and test via IP, If all goes well disable the other 2 IPs and enable the IPs where deployment is completed. This way we can always have all the servers deliver and not just keep on environment only for deployment. Also Canary deployment can also be considered. Even if blue-green deployment is in cloud the maintenance cost of managing a server with updated code isn't it expensive
@swagata1003 жыл бұрын
@@CuelogicTechnologies Yes agree to your point that for cloud providers it will be cost effective as the cloud provider will not charge you for unused resources. But again when we use public cloud then its cost effective but most of the organisations especially banking applications use either hybrid or private cloud and I am concerned how it can be cost effective especially for private cloud where all resoruces allocated will be billed irrespective of used or unused resources.
@danamrajsaikiran78017 ай бұрын
nice information
@ketanpatil4064 Жыл бұрын
thanks a lot for such great explaination..
@venkatkishore1277 Жыл бұрын
What are the Cons ... Shall we apply this Blue-Green for Stateful applications..??
@abhisheksahu1252 Жыл бұрын
Thank you .
@kaustubhkelkar29733 жыл бұрын
Interesting approach for solving data sync problem. 👍🏽
@anshprit7937 Жыл бұрын
How to achieve this for Kubernetes deployment???
@kennyaulakh54442 жыл бұрын
Thank you
@Pulpdood2 жыл бұрын
Thank you! Great explanation!
@ucnguyenminh12913 жыл бұрын
Test listener port will still work after we terminate original task set, right?
@pratikpatel34183 жыл бұрын
Nice explanation👌
@bharatkumarbutani35272 жыл бұрын
What if we have DB changes , like drop a column from a table & create a new table. ...not sure how can the blue work till I deploy my new code to green ..... wont it fail in blue with error ?
@ChetanSankhala2 жыл бұрын
This is indeed complex. She tried to explain same at 8:00
@parames30392 жыл бұрын
Have some doubt how to blue green deployment with lambda service
@dhm843 жыл бұрын
Pretty clear explanation
@javigomez20533 жыл бұрын
thanks a lot for the video!!! Grear explanation
@deepakshah40373 жыл бұрын
nice explanation
@avanijoshi18333 жыл бұрын
Great explanation!!👏
@fatihkgokmen59313 жыл бұрын
great explanations.Thank you
@cpsarathe3 жыл бұрын
The moment when you route traffic from blue to green assume via LB , isn’t it that high volume application user can face failures ?