Deployments
Everything on SkillVeris tagged Deployments — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 3 libraries
Study Notes(7)
Self-Contained Deployments
Understand the difference between framework-dependent and self-contained .NET deployments, and how to publish, trim, and single-file your apps for target machi…
Deployments In Depth
How Kubernetes Deployments manage ReplicaSets to deliver declarative rolling updates, rollbacks, and self-healing for stateless workloads.
Stateful Application Patterns
Explore how StatefulSets, headless Services, and volumeClaimTemplates combine to run databases and other stateful workloads reliably on Kubernetes.
Blue-Green and Canary Deployments
How to safely release new application versions to production using zero-downtime blue-green switches and gradual canary rollouts.
Deployments and ReplicaSets
Learn how Deployments manage ReplicaSets to declaratively run, scale, and update stateless Pod replicas in Kubernetes.
Blue-Green Deployments
Understand the blue-green deployment pattern for near-instant, low-risk releases and rollbacks by running two full environments and switching traffic between t…
Rolling Deployments
Rolling deployments replace instances of an application gradually, batch by batch, so the service stays available throughout the release without needing a full…