Tag: Deployment
Browse all articles, tutorials, and guides about Deployment
Posts
⌘K
DevOps
2025-11-17|12 min read
Deployment Strategies: Blue-Green, Canary, and Rolling Deployments Explained
Learn how to deploy applications safely using blue-green, canary, and rolling deployment strategies. Understand the theory, trade-offs, and decision-making behind each approach.
Kubernetes
2024-12-13|8 min read
kubectl apply vs kubectl create: Understanding the Key Differences
Learn the differences between kubectl apply and kubectl create commands, when to use each, and how they handle resource management in Kubernetes deployments.