HN user

fss

170 karma

[ my public key: https://keybase.io/fsouza; my proof: https://keybase.io/fsouza/sigs/NgcU1t_I0WbnI7YgS3TnPv20ndxHijOJghM4wB9jEWA ]

Posts28
Comments14
View on HN
blog.tsuru.io 9y ago

Tsuru PaaS on Google Cloud Platform

fss
14pts1
blog.tsuru.io 11y ago

A new release of the tsuru open source PaaS is out today

fss
4pts0
blog.tsuru.io 12y ago

Tsuru at OSCON 2014 (Go powered PaaS)

fss
2pts0
blog.tsuru.io 12y ago

Running tsuru in production: scaling and segregating Docker containers

fss
3pts0
software.intel.com 12y ago

Version 1.2 of the Cilk Plus Language Specification released

fss
2pts0
github.com 12y ago

HTTP graceful shutdown wrapper for Go

fss
1pts0
talks.godoc.org 13y ago

High Performance Apps with Go on App Engine

fss
3pts0
www.youtube.com 13y ago

Advanced Go Concurrency Patterns

fss
5pts0
rjpower.org 13y ago

Thread profiling in Python

fss
9pts0
da-data.blogspot.de 13y ago

Improving the Pi Searcher's speed by moving from C++ to Go

fss
4pts1
groups.google.com 13y ago

Go 1.1 Release Candidate 3 is released

fss
9pts0
ostatic.com 13y ago

Is Open Always Better?

fss
2pts0
software.intel.com 13y ago

Intel TSX Profiling

fss
5pts0
codeinthehole.com 13y ago

PyPI README badges

fss
3pts0
software.intel.com 13y ago

Getting Xen working for Intel(R) Xeon Phi(tm) Coprocessor

fss
2pts0
groups.google.com 13y ago

Go 1.1 Release Candidate 1

fss
2pts0
copperhead.github.io 13y ago

Copperhead - Data Parallel Python

fss
2pts0
blog.iron.io 13y ago

Iron.io Joins OpenStack to Drive Open Cloud Message Queues

fss
1pts0
www.openmprtl.org 13y ago

Intel open sources OpenMP runtime

fss
39pts7
blogs.msdn.com 13y ago

Dark corners of C/C++: typedef keyword

fss
1pts0
www.drdobbs.com 13y ago

Reusable Components Finally Arrive As Cloud-Based APIs

fss
1pts0
blog.labix.org 13y ago

Exceptional crashes ("Exceptions teach developers to not care about errors"

fss
3pts0
blog.llvm.org 13y ago

Clang support for C++11 and beyond

fss
11pts0
f.souza.cc 13y ago

Try out Tsuru: announcing limited preview

fss
1pts0
www.tsuru.io 13y ago

Tsuru open source PaaS limited preview

fss
4pts1
www.wired.com 13y ago

Google’s Go Appears on Brazilian Cloud

fss
10pts0
cacm.acm.org 13y ago

Doing it right or doing it over?

fss
1pts0
blog.golang.org 14y ago

Gccgo in GCC 4.7.1

fss
72pts44

git works as a deployment tool, but not in all cases. It's useful to deploy code, but when writing Java or Go, you usually don't deploy the code, you deploy compiled binaries. Currently, tsuru forces you to deploy your code (you can create a git repository versioning the binaries, and do some local magic to compile your source, put it in the repository and push it - like creating a "deploy" target in your Makefile, but that's an ugly workaround).

In the future, tsuru will probably support other ways of deployment.

The original motivation wasn't exactly that, but we changed it. At the first moment, we started an open source platform as a service based on Globo.com needs. That's why tsuru first supported EC2 instances. But that's pretty expensive: having 10 virtual machines for an app is not cheap, and does not fit in most company's budgets.

That's why we started implementing support for application containers, and we need to work on documentation and facilitate the life of people willing to deploy tsuru.

Thank you for your feedback!

Sorry for our absense. This HN entry surprised us. We're aware that we need better docs explaining what tsuru is and it compares to alternatives like OpenShift and Cloud Foundry.

Currently, we're not running tsuru in any public cloud. We _hope_ that will change in the future :-)