Services overview
Šis turinys dar neišverstas į lietuvių kalbą.
Debesis offers six services. That is deliberate: a curated set that is actually operated well beats a catalogue of two hundred that nobody on your team has time to evaluate.
Compute
Section titled “Compute”Runs your container image. This is where your application lives.
Supports a listening port, external exposure, health probes, CPU and memory limits, optional autoscaling between a minimum and maximum replica count, mounted volumes, and environment variables and secrets. Command and arguments can override the image entrypoint.
Managed PostgreSQL, including high-availability configurations.
Storage
Section titled “Storage”Block volumes and snapshots, mounted into a Compute service at a path you choose.
Messaging
Section titled “Messaging”Streams, running on a Redis Streams engine.
Kafka is on the roadmap and is not available today. If your application requires Kafka specifically, say so before you plan around this service.
Managed Redis, for caching and ephemeral state.
Container Registry
Section titled “Container Registry”A private image registry, so your images have somewhere to live that the platform can pull from without routing through a third party.
Platform features, not services
Section titled “Platform features, not services”Available to every tenant, and not billed as separate services:
- Secrets — sensitive configuration, injected at runtime and encrypted at rest. You can supply your own encryption key, in which case nobody at Debesis can decrypt them: not support, not an on-call engineer, not the provider. Cleartext exists only in transit, when a deploy delivers it to your cluster. If you would rather not manage a key, Debesis holds one for you — the data is still encrypted at rest, but in that case the provider can decrypt it.
- Logs — collected per service.
- Metrics — per service.
- Billing — usage and invoices, broken down per project.
What is not offered
Section titled “What is not offered”Being explicit, because the gap is worth knowing before you plan:
- No object storage. See the Storage note above.
- No Kafka today. Roadmap.
- No managed Kubernetes. Debesis runs your containers; it does not hand you a cluster to operate.