Earlier quoted context omitted.
The same thing applies to AWS, and AWS doesn't have '10 servers maximum' limit. Beyond anything, it tells people about their target audience, which is indie development. That's fine, and it's a great market to be in. But in the case I have to spin up 17 servers in 24 hours in three continents, I can't really afford to deal with DigitalOcean's support under that kind of stress. This doesn't happen often, but when it h…
AWS most definitely has service limits that apply to all products including ec2 for this exact (and other abusive) reasons. In fact, the aws limits are even more convoluted and can hit at random if not tracked. More details here: https://aws.amazon.com/ec2/faqs/#How_many_instances_can_I_ru...
DigitalOcean launches its container service
181–190 of 256 posts
Re: DigitalOcean launches its container service
#182Earlier quoted context omitted.
This I don't understand, there's a million cheaper VPS providers. I can understand choosing DO cause it's hip and they have great tutorials, but price? Nope.
They hit a balance of price, simplicity and I'm sure they will be there tomorrow though.
Most of the lower priced options are run on a more shoestring budget and get uptime measured in the 98s. Also, I find a lot more noisy neighbors with many LEB-style providers.
Re: DigitalOcean launches its container service
#183Serious question: Is there an emerging cross platform workflow language to just write stuff to run on any cloud/container hosting setup? The idea would be to be portable, avoid vendor lock-in and take advantage price differences or quickly route around a system failure in one of the providers.
We rely on bash. Each machine that's spun up is built from scratch via one command-line call. The first half of the process interacts with each hosting API (we rely on DigitalOcean, Linode, and Vultr primarily), to build a clean slate machine with all of the packages and libraries that we expect. The second half of the process runs the actual build process, building the instance step-by-step on top of the clean slate…
Re: DigitalOcean launches its container service
#184Been a user of DOs beta kubernetes service and it works well. Though I would say the title of the linked article is a bit misleading. It is a Kubernetes as a service, like EKS, GKE and AKS. But not vanilla container service a la ECS, Fargate, the former Docker Cloud, etc.
Re: DigitalOcean launches its container service
#185I love everything from their clean design, great tutorials and easy of use for everything VPS related.
I hope the best for them.
Re: DigitalOcean launches its container service
#186Earlier quoted context omitted.
The same thing applies to AWS, and AWS doesn't have '10 servers maximum' limit. Beyond anything, it tells people about their target audience, which is indie development. That's fine, and it's a great market to be in. But in the case I have to spin up 17 servers in 24 hours in three continents, I can't really afford to deal with DigitalOcean's support under that kind of stress. This doesn't happen often, but when it h…
AWS also has a initial soft limit on EC2 instances. I dont remember what it is but its <100
Re: DigitalOcean launches its container service
#187Been a user of DOs beta kubernetes service and it works well. Though I would say the title of the linked article is a bit misleading. It is a Kubernetes as a service, like EKS, GKE and AKS. But not vanilla container service a la ECS, Fargate, the former Docker Cloud, etc.
Curious - what are some good alternatives to Fargate? Enjoy the ease of use, but more expensive than I'd like for low-to-no traffic side projects
AWS Micro Instance
AWS Lightsail
Linode Nanonode
Shared Hosting
-----
Tons of options for $5 a month.
Re: DigitalOcean launches its container service
#188Earlier quoted context omitted.
The same thing applies to AWS, and AWS doesn't have '10 servers maximum' limit. Beyond anything, it tells people about their target audience, which is indie development. That's fine, and it's a great market to be in. But in the case I have to spin up 17 servers in 24 hours in three continents, I can't really afford to deal with DigitalOcean's support under that kind of stress. This doesn't happen often, but when it h…
Hey Rolleiflex - Thanks so much for being a DigitalOcean customer! We would be happy to increase your Droplet limit if you get in touch. Just visit the support link from your Cloud control panel to make the request or drop me a line directly (first name @). Thanks! Zach Director of Support, DigitalOcean
Re: DigitalOcean launches its container service
#189Earlier quoted context omitted.
Curious - what are some good alternatives to Fargate? Enjoy the ease of use, but more expensive than I'd like for low-to-no traffic side projects
Digital Ocean Droplet AWS Micro Instance AWS Lightsail Linode Nanonode Shared Hosting ----- Tons of options for $5 a month.
Also like how my deploy script is basically 'build image; push image; aws ecs update-service'.
With my side projects that are running on a droplet, it feels like there's an incredible amount of additional setup that I need to do every time I add an additional project. Add the new site to the reverse proxy, setup a git server I can push to, set up post-receive hooks for the server, etc., etc.
Re: DigitalOcean launches its container service
#190Earlier quoted context omitted.
They hit a balance of price, simplicity and I'm sure they will be there tomorrow though.
That and as a user of 12 different LowEndBox-style providers, DigitalOcean is only marginally more expensive, with way less downtime, faster support response, an easy to use API, integrations with everything, and even planned maintenance windows which are clearly communicated. Most of the lower priced options are run on a more shoestring budget and get uptime measured in the 98s. Also, I find a lot more noisy neighbo…