Overview

tsuru is an extensible and open source Platform as a Service (PaaS) that makesapplication deployments faster and easier. With tsuru, you don’t need to think about servers at all.As an application developer, you can:

  • Write apps in the programming language of your choice
  • Back apps with add-on resources such as SQL and NoSQL databases, including memcached, redis, and many others.
  • Manage apps using the tsuru command-line tool
  • Deploy apps using Git, tsuru app-deploy or using docker images directly

Why tsuru?

Fast, easy and continuous deployment

Deploying an app is simple and easy, tsuru will also take care of all the applicationsdependencies in the deployment process.

Easily create testing, staging, and production versions of your app and deployto them instantly.

Scaling

Scaling applications is completely painless. Just add a unit and tsuru will take care of everything else.

Reliable

tsuru has a set of tools to make sure that the applications will be alwaysavailable.

Open source

tsuru is free, open source software released under the BSD 3-Clause license.

原文: https://docs.tsuru.io/1.6/understanding/overview.html