Process Flow - Blue-green deployment for models
Start with Blue environment live
Deploy new model to Green environment
Test Green environment model
Switch traffic
Green becomes live
Blue environment idle, ready for next update
This flow shows how a new model is deployed to a separate environment (Green) while the current model runs in Blue. After testing, traffic switches to Green if successful, else fixes are made.