I work for a bank and one use case of pre-prod environment is to run regression test. We don't have blue-green deployments so regression is very helpful. Thanks for awesome content. Keep it going.
The GLARING problem I see with Blue Green Deployment…. is REAL data in the database server. That means developers could access real, unsanitized data. No thanks.
Very helpful. Watching this at night in darkness, it didn't burn my eyes.. Kudos!
Thanks so much Vijay!
I work for a bank and one use case of pre-prod environment is to run regression test. We don't have blue-green deployments so regression is very helpful.
Thanks for awesome content. Keep it going.
Very welcome and thanks for the kind words
Please do a video on testing and role of QAs within CI/CD
Thanks for education, man
You bet!
absolutely Brilliant. Thank you
Thank you!!
You're very welcome!
How do you deal with blue green deployments when you have 2 separate databases?
Great video! Would love to see some stuff on AWS X-Ray!
Thanks andy!
Hey man great stuff. What do you use for your blackboard illustration? I really like the eraser effect.
I know its not really in the topic, but how do you make a canary that has breaking changes in the database schema?
Can we get the pdf of this?
What software are you using to draw and annotate your presentation with your tablet?
Hi Chris, I use photoshop to 'erase' a layer ontop of the text.
Hi, can you please help me to get your lambda alias and version video? I am trying to find that🥺
Were you an amazon sde?
Still am :)
@@BeABetterDev Me too, caught you at 1box xD
The GLARING problem I see with Blue Green Deployment…. is REAL data in the database server. That means developers could access real, unsanitized data. No thanks.
Part of deployment from blue to green is changing endpoints and also flipping the database
Not a router mate, a Load-balancer with a manual redirection or a DNS Global LB. Not a router.
Thank you for clarifying