MLOps & Deployment SeriesElena Daehnhardt |
Image credit: Illustration created with Midjourney, prompt by the author.
Image prompt“An illustration representing cloud computing” |
MLOps & Deployment
This series covers the deployment side of building with AI — Docker and Docker Compose, CI/CD, cross-platform runtimes, and the infrastructure plumbing that moves a project from localhost to a running service.
Series Progress
0 of 8 posts published
All Posts in This Series
Part 1: My Docker Needed Some TLCComing SoonA practical Docker troubleshooting guide for macOS: stalled BuildKit, cache pressure, startup failures, and safe recovery steps. This post is currently being written and will be published soon. |
|
Part 2: Exploring Docker Compose and a Llama GPT repoComing SoonA practical Docker Compose walkthrough for Python and local LLM experiments with reproducible services and cleaner onboarding. This post is currently being written and will be published soon. |
|
Part 3: From Localhost to LiveComing SoonFrom localhost to production VPS: deploy Docker Compose with Nginx, TLS, firewall defaults, and operations checklists. This post is currently being written and will be published soon. |
|
Part 4: Caching Docker Compose Builds with BuildKitComing SoonA practical BuildKit guide for Docker Compose: cache mounts, Dockerfile ordering, and reproducible fast rebuilds. This post is currently being written and will be published soon. |
|
Part 5: ONNX Runtime: Cross-Platform AI Model Deployment Made EasyComing SoonConvert and deploy ML models with ONNX Runtime, then optimize for CPU/GPU/edge with a repeatable inference pipeline. This post is currently being written and will be published soon. |
|
Part 6: CI/CD and DockerComing SoonA practical CI/CD Compose workflow with reproducible builds, environment separation, and safe release gating. This post is currently being written and will be published soon. |
|
Part 7: Configuring DNS for EmailComing SoonA practical DNS-email setup guide with SPF/DKIM/DMARC configuration, validation steps, and rollout safety checks. This post is currently being written and will be published soon. |
|
Part 8: DNS Made EasyComing SoonA practical DNS setup guide covering A/CNAME/MX/TXT/SPF basics plus validation and common misconfiguration recovery steps. This post is currently being written and will be published soon. |
|
Getting Started
This series is coming soon. The first post introduces the foundations.