<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Deployment on Manvendra Rajpoot</title>
    <link>https://blog.rajpoot.dev/tags/deployment/</link>
    <description>Recent content in Deployment on Manvendra Rajpoot</description>
    <image>
      <title>Manvendra Rajpoot</title>
      <url>https://blog.rajpoot.dev/img/personal/cover.png</url>
      <link>https://blog.rajpoot.dev/img/personal/cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>Manvendra Rajpoot</copyright>
    <lastBuildDate>Sun, 17 May 2026 17:50:46 +0530</lastBuildDate>
    <atom:link href="https://blog.rajpoot.dev/tags/deployment/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Integration Cheatsheet 09 — Deployment Stack (Docker &#43; K8s &#43; Migrations)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/integrations/09-deployment-stack-cheatsheet/</link>
      <pubDate>Sat, 16 May 2026 07:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/integrations/09-deployment-stack-cheatsheet/</guid>
      <description>Deploy FastAPI &#43; SQLAlchemy &#43; Alembic to K8s — Dockerfile, Helm Job, lifecycle.</description>
    </item>
    <item>
      <title>FastAPI Cheatsheet 11 — Docker, Kubernetes, and Deploy</title>
      <link>https://blog.rajpoot.dev/cheatsheets/fastapi/11-deployment-cheatsheet/</link>
      <pubDate>Mon, 11 May 2026 07:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/fastapi/11-deployment-cheatsheet/</guid>
      <description>FastAPI deploy cheatsheet — Dockerfile, Uvicorn, Kubernetes manifest, graceful shutdown, autoscaling.</description>
    </item>
    <item>
      <title>Next.js Cheatsheet 12 — Deployment (Vercel and self-host)</title>
      <link>https://blog.rajpoot.dev/cheatsheets/nextjs/12-deployment-cheatsheet/</link>
      <pubDate>Wed, 20 May 2026 07:50:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/nextjs/12-deployment-cheatsheet/</guid>
      <description>Next.js deployment cheatsheet — Vercel, Docker, self-host, standalone.</description>
    </item>
    <item>
      <title>Django Cheatsheet 14 — Deployment with Docker</title>
      <link>https://blog.rajpoot.dev/cheatsheets/django/14-deployment-cheatsheet/</link>
      <pubDate>Thu, 21 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/cheatsheets/django/14-deployment-cheatsheet/</guid>
      <description>Django deployment cheatsheet — gunicorn, uvicorn, Docker, nginx.</description>
    </item>
    <item>
      <title>Blue/Green vs Canary vs Rolling Deploys in 2026 — Which to Pick</title>
      <link>https://blog.rajpoot.dev/posts/devops/blue-green-canary-2026/</link>
      <pubDate>Tue, 05 May 2026 08:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/blue-green-canary-2026/</guid>
      <description>Deploy strategies in 2026 — blue/green, canary, rolling, and the production tradeoffs from Argo Rollouts / Flagger / native K8s.</description>
    </item>
    <item>
      <title>LLM Deployment Patterns in 2026 — Inference Servers, Routing, and Production Architectures</title>
      <link>https://blog.rajpoot.dev/posts/ai/llm-deployment-patterns-2026/</link>
      <pubDate>Sun, 03 May 2026 06:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/ai/llm-deployment-patterns-2026/</guid>
      <description>LLM deployment patterns in 2026 — vLLM, TGI, Ollama, hybrid API&#43;self-hosted, routing layers, and the production architectures that actually work.</description>
    </item>
    <item>
      <title>Zero-Downtime Database Migrations in 2026 — The Expand-and-Contract Playbook</title>
      <link>https://blog.rajpoot.dev/posts/backend/database-migrations-zero-downtime-2026/</link>
      <pubDate>Fri, 01 May 2026 00:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/backend/database-migrations-zero-downtime-2026/</guid>
      <description>How to do zero-downtime database migrations in 2026 — expand-and-contract pattern, examples for adding columns, renaming, dropping, with concrete steps.</description>
    </item>
    <item>
      <title>Zero-Downtime Deployments in 2026 — Blue/Green, Canary, and Rolling</title>
      <link>https://blog.rajpoot.dev/posts/devops/zero-downtime-deployments-2026/</link>
      <pubDate>Thu, 30 Apr 2026 17:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/zero-downtime-deployments-2026/</guid>
      <description>Zero-downtime deployment patterns in 2026 — blue/green, canary, rolling, the role of feature flags, schema migrations, and rollback strategies.</description>
    </item>
    <item>
      <title>Feature Flags and Progressive Delivery in 2026 — LaunchDarkly, Flagsmith, and OpenFeature</title>
      <link>https://blog.rajpoot.dev/posts/backend/feature-flags-progressive-delivery-2026/</link>
      <pubDate>Thu, 30 Apr 2026 14:20:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/backend/feature-flags-progressive-delivery-2026/</guid>
      <description>Feature flags and progressive delivery in 2026 — LaunchDarkly, Flagsmith, OpenFeature, the patterns for safe rollouts and the operational realities.</description>
    </item>
    <item>
      <title>Kubernetes for App Developers: The Practical Subset</title>
      <link>https://blog.rajpoot.dev/posts/devops/kubernetes-for-app-developers/</link>
      <pubDate>Tue, 28 Apr 2026 15:15:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/kubernetes-for-app-developers/</guid>
      <description>What an app developer actually needs to know about Kubernetes — pods, services, deployments, configs, secrets, ingress, and the patterns to ship a real app.</description>
    </item>
    <item>
      <title>Docker for Python Developers: A Practical Starter</title>
      <link>https://blog.rajpoot.dev/posts/devops/docker-for-python-developers/</link>
      <pubDate>Tue, 28 Apr 2026 14:10:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/devops/docker-for-python-developers/</guid>
      <description>A no-fluff Docker guide for Python developers — Dockerfiles that aren&amp;#39;t 2GB, multi-stage builds, docker-compose for local dev, and the patterns that actually scale.</description>
    </item>
    <item>
      <title>Deploying Django to Production: A Pragmatic Checklist</title>
      <link>https://blog.rajpoot.dev/posts/django/deploying-django-to-production/</link>
      <pubDate>Tue, 28 Apr 2026 13:40:00 +0530</pubDate>
      <guid>https://blog.rajpoot.dev/posts/django/deploying-django-to-production/</guid>
      <description>A practical, opinionated guide to deploying Django to production — Gunicorn, Nginx, PostgreSQL, static files, environment config, security headers, and the pre-flight checklist.</description>
    </item>
  </channel>
</rss>
