Earlier quoted context omitted.
It is cool, but it does not scale to zero, so if you have N services you will end up paying for at least N instances.
That's a good thing actually since it means you never have cold starts (unlike Google Cloud Run). Their micro instances cost like $3-4 which isn't that much.
DigitalOcean App Platform
351–357 of 357 posts
Re: DigitalOcean App Platform
#352Earlier quoted context omitted.
This still seems ridiculous. Why did I need to keep secrets in my repo to begin with? GAE, as far as I can tell, has been the only major PaaS that hasn't offered a solution for this. It's so easy to get wrong...it contradicts one of the biggest rules of version control: keep your secrets out of your repo.
There are a million ways to do it that don't require Google? Your CI system builds the production image, it can get secrets from anywhere.
Re: DigitalOcean App Platform
#353Earlier quoted context omitted.
This is always great until there is a bug somewhere in the infr layer. Then having k8s is no longer such a good idea.
A non tech person could say the same about having an "app" at all.
Re: DigitalOcean App Platform
#354I am so glad to see this. I was looking to deploy an app and the choice is either Heroku or manage your own server which I don't want to do. Heroku gives instant deployment for the most common types of apps (python/java/ruby). It's PaaS done right, it's fantastic. You should really have a look if you're not aware of it, it's only $7 for a starter app. Problem is, scaling up is about $50 per gigabyte of memory which m…
There are more options than Heroku: - Google App Engine (PaaS) - Google Cloud Run (serverless containers) - Fly.io (serverless containers with a minimum of 1 container running per configured region)
Re: DigitalOcean App Platform
#355Earlier quoted context omitted.
In addition to there being no self-service, the kinds of people who want this aren't going to be using Fly.io in the first place. Look at the prices. DigitalOcean's $5 droplet would cost over $50/month on Fly.
That's not true. Our CPU VMs are similar to DO's CPU optimized droplets. The cheaper droplets are all shared CPU.
If for some convoluted reason this is wrong, then you guys really need to reconsider how you're presenting your prices and to lay out exactly what those convoluted reasons are, because Fly's pricing page certainly tells people that trying to match DigitalOcean's $5 plan is going to cost 10x on Fly.
Re: DigitalOcean App Platform
#356Earlier quoted context omitted.
You shouldn’t trust Digital Ocean, either. They’ve a history of being shady liars about platform security. https://github.com/fog/fog/issues/2525 https://news.ycombinator.com/item?id=6983097
I read that thread, it's quite concerning. Now I'm wondering how to determine if other providers are doing the same thing. I suppose I can test on a new instance, but that can only tell me definitively if they are doing it, not if they're not.
The issue is not that it happened, or that they had clueless staff; the issue is that their board and senior management thought that the best way to respond to their own error was to blatantly lie in their blog that there was no problem at all.
It seems to have worked; they're massively valuable now.
Re: DigitalOcean App Platform
#357Earlier quoted context omitted.
You're reading it wrong. For $5/month you can get 250GB of storage with 1TB outgoing. Additional is $1/100GB and $10/TB
I must be missing something: https://i.imgur.com/3PNqSt5.png Edit: You're talking about spaces[1], I'm talking about volumes[2]. [1] https://www.digitalocean.com/products/spaces/ [2] https://www.digitalocean.com/products/block-storage/
The screenshot you shared is attempting to add additional volumes to a droplet. See the pricing for droplets, it includes 25GB of SSD and 1TB of transfer.