Show HN: Daestro – cloud agnostic compute workload orchestrator

daestro.com

1 points by thevivekshukla 5 hours ago

Hello HN!

My name is Vivek, I've been working on Daestro (https://daestro.com) for quite some time which is a cloud agnostic orchestration platform. Where cloud providers are the first citizen. Which let's you run jobs (docker image based) across cloud providers.

What can Daestro do? - Run jobs on your machine or Cloud Provider account, i.e. AWS, Vultr, DigitalOcean, Linode - Daestro handles creation and deletion of instances on your cloud provider account - Cron Jobs - Schedule jobs for later execution - Realtime logs and metrics (currently very basic but will improve) - Set custom cpu and memory quota for jobs - Can run multiple jobs per machine - See metrics and logs for each job run

Why I created Daestro? There are way too many options available when choosing cloud providers, they all have compute to offer however most don't have any options when it comes to running managed batch jobs. They all have their merits and demerits when it comes to your specific needs. So why not a platform that integrates with these platform and manages it for you. So suppose if you are getting some cheaper compute or lower data transfer cost, you can use that without any extra effort.

What's next for Daestro? - Multi user support with RBAC - Job chaining - GCP and Azure Integration - Run multiple jobs on single machine - External triggers integration - Improve API support