githubEdit

shield-checkProduction Readiness

Production readiness checklist for deploying Spice.ai Enterprise.

This section is the canonical reference for running Spice.ai Enterprise in production. It covers the architectural, operational, and security decisions required to operate Spice at scale with the SLAs expected from an enterprise data and AI platform.

Use this checklist as the definitive sign-off list before promoting a Spice.ai Enterprise deployment to production.

At a Glance

Area
Production Target
Reference

Topology

Multi-replica, multi-AZ; SpicepodCluster for distributed query workloads.

Storage

Local NVMe for accelerations; io2 / Premium SSD v2 for shared state.

Observability

Prometheus scraping, Grafana dashboard, log aggregation, alerts.

Security

mTLS between nodes, OIDC authentication, NetworkPolicy, image pinning.

Authentication

OIDC bearer tokens or API keys; identity SQL functions.

Upgrades

Tiered security updates; rolling, validated upgrades.

Backup / DR

Object-store-backed cluster state; Spicepod source of truth in Git.

Support

24/7 premium support; 99.9%+ SLA.

Production Readiness Checklist

Topology and high availability

Storage and acceleration

Observability

Security

Capacity and resource limits

Lifecycle and upgrades

Compliance and support

When to use what

Workload pattern
Recommended deployment

Single-tenant edge / sidecar accelerator

SpicepodSet with replicas: 1, local NVMe.

Multi-replica stateless query API

SpicepodSet with replicas >= 2, behind an internal LB.

File-based acceleration with persistence (DuckDB, etc.)

SpicepodSet with volume.storage_requests on io2 / Premium SSD v2.

Distributed query, multi-AZ, multi-tenant

SpicepodCluster with 2+ schedulers and 3+ executors.

Air-gapped / regulated environment

Self-hosted with private registry; pinned digests; mTLS enforced.

Next steps

  1. Walk through the checklist above end to end.

  2. Read the area-specific guides linked from the At a Glance table.

  3. Engage Spice.ai Enterprise support for an architecture review prior to go-live.

Last updated

Was this helpful?