NanoFleets allows you to deploy any container, control your own API gateway, handle service discovery (for example, if you deploy Postgres you connect to it as "postgres:5432"), and observe traffic moving through the system. You can also add additional nodes, where services continue to talk to each other by service name as if they were local.
This isn’t a wrapper around Docker or Kubernetes, but a self-contained runtime built from the ground up using the same underlying technologies (containerd, cgroups, etc.).
Right now only sandbox environments are available. The goal is to offer low-cost 0.5 vCPU / 500 MB environments, either in a multi-tenant setup or as dedicated VPS.
I just launched the sandbox service along with a Next.js + PostgreSQL starter template. It works, but it’s still a large POC.
Comments (1)
I’m looking for a few people to try it out and share feedback on what areas matter most. If the product works out, I can offer free service to early dedicated users.