lab:kubernetes_app:step_6_-_application_configuration
This is an old revision of the document!
Step 6 - Application Configuration
In this step we look at deploying different application images
- red
- green
- blue (latest)
Strategies supported by kubernetes out of the box:
- rolling deployment (replaces pods running the older version with the new version one-by-one)
- recreate deployment (terminates all pods and replaces them with the new version)
Requires customization or specialized tools
- ramped slow rollout
- best-effort controlled rollout
- blue/green deployment
- canary deployment
- shadow deployment
- A/B testing
Next Step
Continue to Step 7 - Load Balancing
Or, back to Step 5 - Application Pods or Start
lab/kubernetes_app/step_6_-_application_configuration.1707883755.txt.gz ยท Last modified: 2024/02/14 04:09 by user