production

Deploy ML models to production with FastAPI, Docker, and Kubernetes templates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill production-infantesromeroadrian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: production
Source: https://github.com/infantesromeroadrian/arca-claude-code/tree/main/skills/production
Command: npx skills add https://github.com/infantesromeroadrian/arca-claude-code --skill production-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ML production deployment is often error-prone and time-consuming without standardized patterns for APIs, containers, orchestration, and observability. This Skill provides production-grade templates and best practices to streamline deployment, scaling, and monitoring of ML services.

Core Features & Use Cases

  • Production-ready API scaffolding (FastAPI) with lifecycles and health checks.
  • Docker and Kubernetes templates for containerized ML services, including CI/CD integration.
  • ONNX optimization and inference tuning, plus monitoring, logging, and alerting.
  • Use Case: Deploy a sentiment-analysis model behind a scalable API with automated deployment and observability dashboards.

Quick Start

Create a production-ready deployment by containerizing your model with Docker and deploying it to Kubernetes using the provided templates.

Frequently Asked Questions about production

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy ML models to production using Kubernetes and Docker?▼

Deploying ML models to production involves using reusable templates for Docker containers and Kubernetes orchestration to streamline scaling and monitoring. This approach provides standardized patterns for containerized ML services with CI/CD integration.

What is the best way to build a production-grade API for machine learning inference?▼

Building a production-grade API for ML inference requires scaffolding with FastAPI, including lifecycles and health checks. This approach provides production-ready templates that optimize inference using ONNX and integrate logging and alerting.

Does this deployment approach support ONNX optimization for inference tuning?▼

Yes, ONNX optimization for inference tuning is supported. The deployment process includes ONNX optimization alongside monitoring and logging configurations to ensure ML services run efficiently in production environments.

How do I set up monitoring and observability for a containerized ML service?▼

Setting up monitoring for a containerized ML service involves configuring logging, alerting, and observability dashboards. These configurations are integrated into the Docker and Kubernetes deployment templates to maintain service health.

When do I need standardized patterns for ML production deployment?▼

You need standardized patterns for ML production deployment when manual deployment becomes error-prone and time-consuming. These templates provide best practices for APIs, containers, orchestration, and observability to streamline the process.

Can I use FastAPI with Kubernetes for automated ML model deployment?▼

Yes, FastAPI can be used with Kubernetes for automated ML model deployment through CI/CD integration. The templates provide production-ready API scaffolding combined with Kubernetes orchestration for scalable, automated deployments.