Deployment
Browse all articles, tutorials, and guides about Deployment
Posts
Coolify: Self-Hosted PaaS on DigitalOcean - Deploy Apps Without Vendor Lock-In
Set up Coolify on a DigitalOcean droplet and get your own Vercel-like platform for deploying Next.js apps, databases, and more - with auto SSL, GitHub auto-deploy, and no per-seat pricing.
Introduction to ArgoCD: Getting Started with GitOps
Learn how ArgoCD brings GitOps principles to Kubernetes deployments. This hands-on guide covers core concepts, architecture, and practical examples to get you started with declarative, automated application delivery.
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.
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.