Repobus (https://www.repobus.com/) yet to be launched will provide this functionality in DO or any other cloud. Simply add your nodes and that is it. It is a Heroku like platform on your VPS. Launching sometime in April.
Correct, both the Convox ECS rack and Empire are AWS exclusive. Convox has a public-beta of their rack running on Kubernetes which is cloud agnostic as it only needs a Kubernetes cluster to operate in.
Convox does not manage the underlying Kubernetes cluster. If you're using EKS it's managed by AWS, GKE by GCP, AKS by Azure, etc. If you're using a self-hosted cluster, then it's up to you to manage it. The Convox platform runs as Kubernetes CRDS so it is cloud agnostic.
Agree, I am actually aware of both services. Personally, I am not sold on functions yet mainly due to the high startup time. I cannot see myself building a project that leverages a functions framework specific to cloud provider X. I however could be wrong on functions and its adoption in the general Dev community.
The plan is to automate from server provisioning to deployment but of course I cannot build integrations with all the cloud providers out there. In that case, you could buy the server, provide the IP address and credentials to log in and then the service does everything.
Once the server is provisioned or added, you create an application from the dashboard and then git push to it.
Will come with monitoring tools and alerts if you choose to set any.
For those who can work Dokku and Flynn by themselves perhaps, it could be enough. But as compared to Heroku, you could save lots of money when you not paying for each app.
Of course I need to mention the service itself could even be free and find other ways to make money.
Right, makes sense, wanted to point out the service will also be usable on GCP as well as you can leverage any cloud host. You could buy a VPS from GCP compute, connect it and deploy apps like you are using Heroku.