deployments
Browse all articles, tutorials, and guides about deployments
Posts
GitOps with Argo CD: Structuring Your Repository for Multi-Environment Deployments
A practical guide to laying out your Git repository for Argo CD across dev, staging, and production. See real folder structures, Kustomize and Helm patterns, and the pitfalls that bite teams in production.
What is the Difference Between a Pod and a Deployment?
Understanding the difference between Pods and Deployments in Kubernetes is crucial for managing containerized applications effectively. Learn how they work and when to use each.
How to Clean Up ReplicaSets When Updating Kubernetes Deployments
Learn how and when to clean up old ReplicaSets after updating Kubernetes Deployments, why they accumulate, and how to manage rollout history for a tidy cluster.
Kubernetes: How to Make Deployment to Update Image
Learn how to update the container image in a Kubernetes Deployment using kubectl commands.
Why Does a Kubernetes Pod Get Recreated When Deleted?
Learn why Kubernetes automatically recreates Pods when they are deleted, and understand the mechanisms behind this behavior.
Kubernetes Deployments vs StatefulSets
Understand the differences between Kubernetes Deployments and StatefulSets, when to use each, and how they impact your application's behavior and scaling.