Serverless overview
What a serverless service is on the Crusoe AI Platform, how scale-to-zero works, and how it compares to Cloud Run, Lambda, and Container Apps.
Deploy a service
Deploy a container image as a scale-to-zero service using the console or the REST API, check whether it is ready, and understand the quota it consumes.
Serverless guide
One-page working guide to Serverless — what it does, the five-command quickstart, core concepts, API and CLI examples, Console walkthrough, limits, troubleshooting, and security notes.
Deploy from source (Dockerfile)
Hand the platform a directory with a Dockerfile; it builds the image and runs it as a scale-to-zero service. No registry, no local Docker.
Autoscaling and scale to zero
How min/max instances and concurrency control scaling, what cold starts cost you, and how to keep one instance always warm.
Public endpoints and domains
How to publish a service to the internet, what URL it gets, how TLS works, why a published service has no access control, and where custom domains stand today.
Triggers
Fire a service on a schedule, on a Pub/Sub message, or on object-storage activity — including the exact HTTP request a scheduled trigger sends and how retries work.
Troubleshooting serverless
Real serverless error messages — quota wedges, stuck publishing, image pull failures, traffic validation — with causes and fixes.