So now that's managed K8S, managed databases, load balancers, a cloud firewall that's partially VPC like, object storage and block storage. Curious what's next. Lambdas maybe?
DigitalOcean launches its container service
101–110 of 256 posts
Re: DigitalOcean launches its container service
#102DigitalOcean has always been behind the curve of these things. All of the other big cloud platforms have had this for at least a few months. I haven't actually seen anything 'new' come out of DigitalOcean in years.
Their homepage even says "The simplest cloud platform for developers & teams". Their goal is simplicity, not bleeding edge.
Re: DigitalOcean launches its container service
#103Earlier quoted context omitted.
Yes, kubernetes
yeah, but your configs aren't fully portable between cloud providers when you look at things like LBs, storage, etc..
Volume classes are probably the best example of being cloud-specific, but this problem is solved by having a different volume class for each cloud provider, named the same, such that the deployment can always grab a disk regardless of which cloud its living in.
Re: DigitalOcean launches its container service
#104Digitalocean also should produce and sell chairs, sofas, yoghurt, car tires etc...
Re: DigitalOcean launches its container service
#105DO's kubernetes release is an an example of why I am a big fan. As a sole developer, I can't afford high technical debt, but DO packages tech in a way I can manage. I hope they keep on and wish other services (here's looking at you AWS) would package their services as well.
Once I was comfortable with DigitalOcean, I tried launching a VPS on AWS and holycrap it was so insanely complicated. Within 10 mins of creating an AWS account, I was out. I understand that there is nothing wrong with AWS - it is not for me, but DigitalOcean has fullfilled my needs in the most perfect way with a huge knowledge base and detailed tutorials.
DigitalOcean is absolutely incredible.
Re: DigitalOcean launches its container service
#106DigitalOcean has always been behind the curve of these things. All of the other big cloud platforms have had this for at least a few months. I haven't actually seen anything 'new' come out of DigitalOcean in years.
Were they ever 'new' in anything? I use them for small personal projects (they've gotten a lot more stable recently). I never thought of them as an innovative cloud provider but just one that was cheap and easy.
Re: DigitalOcean launches its container service
#107Earlier quoted context omitted.
Yes, kubernetes
yeah, but your configs aren't fully portable between cloud providers when you look at things like LBs, storage, etc..
There can of course be some difference in the capabilities that each cloud provider supports (e.g. not all load balancer implementations may support UDP) but the abstraction is definitely there.
Re: DigitalOcean launches its container service
#108Been 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.
Maybe this is a dumb question, but couldn't/shouldn't a KaaS (and other orchestration systems) just be a layer on top of "vanilla" CaaS?
Re: DigitalOcean launches its container service
#109DO's kubernetes release is an an example of why I am a big fan. As a sole developer, I can't afford high technical debt, but DO packages tech in a way I can manage. I hope they keep on and wish other services (here's looking at you AWS) would package their services as well.
Combine it with Terraform and you're winning the Internet.