DigitalOcean's Droplets is designed to help the user spin up a virtual machine in just 55 seconds. Standard, General Purpose, CPU-Optimized, or Memory-Optimized configurations provide flexibility to build, test, and grow an app from startup to scale.
$4
per month
Longhorn Block Storage
Score 10.0 out of 10
N/A
Longhorn is cloud native distributed block storage for Kubernetes, supported by Rancher Labs headquartered in Cupertino.
N/A
Pricing
DigitalOcean Droplets
Longhorn Block Storage
Editions & Modules
Basic
$4
per month
CPU-Optimized
$42
per month
General Purpose
$63
per month
Memory-Optimized
$84
per month
Storage-Optimized
$131
per month
No answers on this topic
Offerings
Pricing Offerings
DigitalOcean Droplets
Longhorn Block Storage
Free Trial
No
No
Free/Freemium Version
No
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
Pricing for DigitalOcean Droplets varies depending on the size of the virtual environment and the associated data needs.
—
More Pricing Information
Community Pulse
DigitalOcean Droplets
Longhorn Block Storage
Features
DigitalOcean Droplets
Longhorn Block Storage
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
DigitalOcean Droplets are the best choice for developers teams that need reliable Linux servers to deploy their projects, the ability to create a droplet for testing purposes then destroy it, and only get charged for the few hours used makes the chances of messing up very slim. DigitalOcean Droplets is a great solution because the servers are scalable and the process of adding more resources like CPU or RAM to an existing droplet takes only a few minutes and once a server is scaled up it can also be scaled down if necessary which is perfect for supporting a temporary peak in traffic for example.
Longhorn is performing well as storage for databases and in almost any solution that uses exclusive access to volumes (ReadWriteOnce in Kubernetes nomenclature). When write access is required from many clients (ReadWriteMany) Longhorn Block Storage covers its volumes with NFS (file-based) access. Longhorn Block Storage also is well fitted in every architecture where data security (snapshots, backups, multiple replicas) is more important than access speed (in terms on IOPS and MiB/s).
ReadWriteMany Longhorn volumes are still using NFS (file-based) protocol in the core.
Using iSCSI as main protocol instead of FC ties Longhorn to Ethernet-based LAN which is in most architectures much slower that FC-based SAN.
Longhorn could implement S3 as alternative access protocol to its volumes.
Backups, and snapshots configuration could be configured at each volume-level by administrators (maybe from additional CRD object?), because currently is configured at storage-class level which is not granular enough.
Longhorn is mature software defined storage solution that is still developed and receive new functionalities. From the beginning every Longhorn volume have multiple (at least two) replicas, can leverage manual or automatic snapshots and backup to external S3 volume. Longhorn provides nice and clear GUI for administrators, but also can be managed from CLI.
DigitalOcean Droplets is continuously evolving to be more and more powerful. It has great features and has low cost options, which is really great for developers. Its CDN, Loadbalancer, etc. make it a good place to host a high-traffic application. Moroever, DigitalOcean Droplets has a nonprofit program that helps nonprofit sites to run their infrastructure, which is tremendous and no competitor of DigitalOcean Droplets does that.
GlusterFS was first Persistent Storage solution used in our Kubernetes-based clusters. It is file-based what in some usages led us to many data corruptions. CEPH is object-based persistent storage which can be used as file-based Persistent Storage in Kubernetes. It is also is much more resource-hungry than other solutions including Longhorn. Dell PowerScale (or Isilon) is a hardware-software solution, that provides volumes that can be accessed by file-based NFS and CIFS protocols. Recently was added access to its volumes with object-based S3 protocol. Longhorn is in the middle. It is block-based, it is build on industry standards like iSCSI, performs very well on 10Gbit or faster LAN and commodity hardware (or in virtual machines)