DevOps

Progressive Delivery

Argo Rollouts, Flagger, canary deployments, blue-green, traffic splitting, automated rollbacks

20 mülakat soruları·
Senior
1

What is Progressive Delivery in the DevOps context?

Cevap

Progressive Delivery is a deployment approach that allows gradually releasing new application versions by finely controlling traffic exposure. Unlike traditional deployments where all traffic switches immediately, Progressive Delivery uses strategies like canary or blue-green to gradually expose the new version. This reduces risks by enabling progressive validation, fast rollback and metric analysis before complete rollout.

2

What is a canary deployment?

Cevap

A canary deployment is a deployment strategy where a new version is first exposed to a small percentage of users (5-10%) before being progressively deployed to all traffic. The term comes from canaries used in mines to detect toxic gases. This approach allows validating the new version in production with limited risk, analyzing metrics (errors, latency) and rolling back quickly if issues are detected.

3

What is a blue-green deployment?

Cevap

A blue-green deployment is a strategy where two identical environments (blue and green) are maintained in parallel. The new version is deployed to the inactive environment while the active environment continues serving traffic, then traffic instantly switches to the new environment. This approach allows immediate rollback by redirecting traffic to the old environment if issues occur, but requires double the resources.

4

What is Argo Rollouts?

5

What is Flagger?

+17 mülakat soruları

Bir sonraki mülakatın için DevOps'de uzmanlaş

Tüm sorulara, flashcards'a, teknik testlere, code review alıştırmalarına ve mülakat simülatörlerine eriş.

Ücretsiz başla