Cloud 66 Technical specifications
Operating system
Your servers are deployed with Ubuntu 18.04 LTS.
Supported cloud providers
Cloud 66 currently supports the following cloud providers:
Supported platforms
Broadly, we support three types of applications:
- Ruby applications running on Rails (or variants like Sinatra)
- Javascript applications running on NodeJS
- Docker applications running on Kubernetes clusters
The first two platforms are best suited to traditional “monolithic” application types where all of the components run on a common framework.
The third 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.
Component versions
Cloud 66 servers have two types of components with differing policies on versioning.
1. Components built via apt-packages
We default the latest stable major version available from the maintainers of that package.
2. Components built from source
Cloud 66 maintains an internal list of versions for most components built from source, which is updated periodically after testing.
You are free to specify a version for a number of components in your manifest file.
Component | Default version |
---|---|
BX | 0.0.23 |
CAdvisor | 0.0.3 |
Delphi | 2.0.4 |
Docker | 18.06.3-ce (as per Kubernetes guidelines) |
ElasticSearch | 5.1.2 |
GlusterFS | 3.12.6 |
Gotty | 1.0.0 |
Kubernetes | 1.14.4 |
MongoDB | 2.6.11 |
MySQL | 8.0 |
Phusion Passenger | 5.3.7 |
Passenger Enterprise | 5.3.7 |
PostGIS | 2.5 |
PostgreSQL | 11 |
Rails* | All versions from 2.6.3 and up |
Redis | 5.0 |
Ruby | 2.6.3 |
Scaleio | 2.0.7120 |
Stack | 1.4.6 |
Telegraf | 0.10.4 |
Weave | 1.9.8 |
White Rabbit (client) | 0.1.5 |
* We don’t install a default version of Rails - the version installed is based on the requirements of your application. Versions earlier than 2.6.3 may work but have some compatibility issues with Ubuntu 16.04 and 18.04.
Warning
We cannot take responsibility for issues arising from non-recognized or incompatible versions.
Suggest version changes
Would you like to suggest a version change? Email us!