Blue-Green Deployment
On the premise that the old version on the line continues to run, deploy the new version directly and then test it. When the new version passes the test, switch the traffic to the new version, and finally upgrade the old version to the new version.
Scene Description
Describe the current IDC, service deployment, service information, desired effects, etc.
Operation process
step 1
- routing configuration
- authentication scheme
step 2
- routing configuration
- authentication scheme
Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c1)