canary deployment
Canary Deployment in Kubernetes: Safely Rolling Out Application Updates
Introduction
When deploying applications in Kubernetes, one of the biggest concerns is avoiding downtime during updates.
There are several deployment strategies:
Recreate Deploy...
canardeployment.hashnode.dev3 min read