PlatformServerless deploy

Serverless deploy

Apps that scale on their own — from marketplace to runtime.

In Deploy, developers run their own apps on the eQuantic Cloud as serverless services that scale automatically, including to zero when idle.

Create a service

The wizard is a marketplace by category. The Custom category (default) covers four sources:

SourceWhat it does
Git repositoryWe detect the stack, build the Dockerfile and discover the port and variables — auto-detect.
DockerfileBuild from a Dockerfile in the repository.
Docker ComposeBrings up multiple services from a compose.yml.
Docker imageUses a ready-made image from a registry.

The other categories bring ~40 ready-made open-source services (Postgres, Redis, RabbitMQ, MinIO, Grafana, n8n, Metabase, Keycloak, WordPress…), each with its own installation form.

Operate the service

  • Overview with CPU/memory charts and source/build.
  • Deployments with a live build stream and rollback.
  • Scale & resources — scale triggers (KEDA), scale-to-zero and the provisioned resources.
  • Interactive Console (drawer), live runtime logs, variables and domains (automatic TLS).
  • Advanced configuration (EXPERT) — resource/probe overrides and inspection of the generated manifest.
The platform does not expose servers/nodes — it's serverless. Each project is an isolated environment and each service scales by instances.