Skip to content

Deployment

How to run cuvis-ai remotely and integrate it into other services. Deployment is the umbrella; gRPC sits inside it as the wire protocol that powers the deployment story.

If you only need to run a pipeline locally against a .cu3s file, use restore-pipeline instead — no deployment required.

Start here

  • Architecture


    What the cuvis-ai gRPC service is, how it's organised, and the typical request/response lifecycle.

  • Deployment Guide


    Prerequisites, install, TLS, Docker, Kubernetes, monitoring, security, troubleshooting.

  • gRPC Workflow


    Operational walk-through: starting the server, connecting from a client, training and inferring remotely.

API reference

Client patterns