Compare different service types available on Ryvn
Type | Use Case | Request Pattern | Scaling | Networking |
---|---|---|---|---|
Server | HTTP/HTTPS services, web applications, APIs | HTTP/HTTPS traffic | Auto-scaling based on HTTP traffic | Inbound/Outbound |
Worker | Background processing, async tasks | Queue-based messages | Auto-scaling based on queue size | Outbound only |
Job | Scheduled tasks, batch processing | One-off or scheduled execution | Manual scaling | Outbound only |
Chart | Custom Kubernetes workloads | Configurable | Chart-defined | Configurable |
Terraform | Infrastructure provisioning | N/A | N/A | Varies |