Tag: Deployment
7 items found
Glossary Terms
Blue-Green Deployment
Blue-green deployment releases a new version beside the live one, then switches traffic so rollback is fast and downtime is minimal.
Canary Deployment
Canary deployment sends a small share of traffic to a new release first, then expands rollout only if metrics stay healthy.
CI/CD (Continuous Integration / Continuous Delivery)
CI/CD makes software releases repeatable by moving code changes through automated build, test, and deployment pipelines.
Code Push (OTA Updates)
Code push delivers JavaScript or asset updates to a mobile app over the air without waiting for a full store release.
Feature Flag
A feature flag controls who sees a feature and when it is enabled, without requiring a new code deployment, separating release decisions from deploys.
Helm
Helm packages Kubernetes manifests into versioned charts, making application configuration and deployment repeatable.
Rollback
A rollback restores a system to a previous known-good state after a faulty deployment, configuration change, or data operation.