Compute

Our suite of compute products lets you create the infrastructure you want, whether you want to build applications by managing your own infrastructure with Droplets, implement modern container-based methodology with Kubernetes, use a fully-managed Platform-as-a-Service (PaaS) environment with App Platform, or go serverless with DigitalOcean Functions.

DigitalOcean Droplets are Linux-based virtual machines (VMs). Each Droplet you create is a new server you can use. Choose from a variety of Droplet plans to get right resources (like CPU, RAM, and storage) for your workload.
DigitalOcean Kubernetes (DOKS) is a managed Kubernetes service that lets you deploy Kubernetes clusters without the complexities of handling the control plane and containerized infrastructure. Clusters are compatible with standard Kubernetes toolchains and integrate natively with DigitalOcean Load Balancers and volumes.
App Platform is a platform as a service (PaaS) offering that lets you publish code directly to DigitalOcean servers without worrying about the underlying infrastructure, runtimes, or dependencies.
DigitalOcean Functions is a function as a service (FaaS) offering that lets you run your local serverless code in the cloud using Node.js, Python, Go, or PHP without managing any backend infrastructure.
Cloudways is a managed cloud hosting platform where teams can build, deploy, and scale web applications.
Paperspace is a cloud-based machine learning platform that offers GPU-powered virtual machines and a Kubernetes-based container service.

Latest Updates

7 May 2024

  • We have released a new catalog of pricing plans for App Platform. The new plans offer lower pricing on instances with dedicated CPUs and better egress bandwidth allowance. All previous plans will eventually be deprecated. We strongly recommend you use the new plans when creating or upgrading apps.

1 May 2024

  • App Platform developer databases now default to use PostgreSQL 14 upon creation instead of PostgreSQL 12. You can create a database that uses PostgreSQL 16 by specifying the engine version in your app’s spec, like this:

        
            
                
    databases:
    - engine: PG
      name: db-example
      version: "16"
    
            
        
    

  • We have added minimum and maximum values for the health check configuration parameters in App Platform. The new limits are:

    • initial_delay_seconds: Minimum 0 seconds, maximum 3600 seconds
    • period_seconds: Minimum 1 second, maximum 300 seconds
    • timeout_seconds: Minimum 1 second, maximum 120 seconds
    • success_threshold: Minimum 1 successful check, maximum 50 successful check
    • failure_threshold: Minimum 1 failed check, maximum 50 failed checks

30 April 2024

  • Premium CPUs are now available for Storage-Optimized Droplets.

    Click here to view the full list of new Storage-Optimized Droplet plans with Premium CPUs.
    Slug vCPUs RAM (GB) Disk (GB) Transfer (TB) Price
    so-2vcpu-16gb-intel 2 16 300 4 $131.00 per month
    so1_5-2vcpu-16gb-intel 2 16 450 4 $139.00 per month
    so-4vcpu-32gb-intel 4 32 600 6 $262.00 per month
    so1_5-4vcpu-32gb-intel 4 32 900 6 $278.00 per month
    so-8vcpu-64gb-intel 8 64 1200 7 $524.00 per month
    so1_5-8vcpu-64gb-intel 8 64 1800 7 $556.00 per month
    so-16vcpu-128gb-intel 16 128 2400 8 $1048.00 per month
    so1_5-16vcpu-128gb-intel 16 128 3600 8 $1112.00 per month
    so-24vcpu-192gb-intel 24 192 3600 9 $1572.00 per month
    so1_5-24vcpu-192gb-intel 24 192 5400 9 $1668.00 per month
    so-32vcpu-256gb-intel 32 256 4800 10 $2096.00 per month
    so1_5-32vcpu-256gb-intel 32 256 7200 10 $2224.00 per month

    The new plans are available through the control panel and the API in NYC1, NYC3, SFO2, TOR1, FRA1, BLR1, and SYD1.

For more information, see the full release notes.