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¶
-
What the cuvis-ai gRPC service is, how it's organised, and the typical request/response lifecycle.
-
Prerequisites, install, TLS, Docker, Kubernetes, monitoring, security, troubleshooting.
-
Operational walk-through: starting the server, connecting from a client, training and inferring remotely.
API reference¶
-
Creating and tearing down sessions.
-
Server- and pipeline-side configuration.
-
Load, inspect, and run pipelines remotely.
-
Train pipelines and run inference over gRPC.
-
Wire types and the error taxonomy.
Client patterns¶
-
:material-pattern: Connections & Sessions
Connection management and session lifecycle patterns.
-
Configuration, training, inference, and error-handling patterns.
-
Visual workflows for the major operations.