Cloud 66 Technical specifications
Operating system
Your servers are deployed with Ubuntu 24.04 LTS.
Supported cloud providers
Cloud 66 currently supports the following cloud providers:
- Amazon Web Services
- Digital Ocean
- Google Compute Engine
- Hetzner Cloud
- Latitude.sh
- Linode
- OVHcloud
- Microsoft Azure
- Vultr
Supported platforms
Broadly, we support four types of applications:
- Ruby applications running on Rails (or variants like Sinatra)
- Applications (of any kind) running in Docker containers on Kubernetes clusters
- Prebuilt or "static" websites built in Jekyll, Hugo or Gatsby
The first option is best suited to traditional "monolithic" application types where all of the components run on a common framework.
The second platform is best suited to containerized applications with a strong service orientation. Since Docker effectively supports virtually every programming language and framework, it is possible to use it to host any type of application. We support end-to-end Docker deployments. You can either let us build your Docker image (with a Dockerfile), or provide your own.
The third platform is specifically designed to build and host Jamstack-style preprocessed application on object storage services.