FAQ

We've got the answers to your questions

Learn more about Planetary Quantum’s application hosting platform, the technology, and the company itself.

Docker is the world’s most widely used container engine.

Containerization is beneficial from several angles:

Containers always behave in the same way, regardless of the environment – this means that staging and local development environments are often trivial to set up. And since containers are built using deterministic Docker files, configuration changes are now integrated in the normal code workflow – from code reviews and tests to CI / CD solutions.

The division of an app into different containers makes dependencies visible and components can be individually exchanged and scaled independently.

Containers are significantly more efficient than VMs – and therefore more resource-saving and cost-effective. In many cases, containerized apps achieve near-native performance.

Containers isolate the processes that run in them, both from the host system and from other containers – optionally also with private networks among each other. They thus offer simple tools to increase the security of the overall system.

Docker Swarm makes it easy to distribute your apps across multiple machines. It offers the advantages of Kubernetes (simple scaling through dynamic clusters, reliability, etc.) but is less complex to use and operate.

Docker Swarm stacks are configured using simple YAML files, similar to docker-compose. Porting a docker-compose project to Docker Swarm is trivial in practice; the concepts are similar and you get the advantages of a cluster system without much additional effort or changes.

Planetary Quantum has no special requirements, basically any type of application can be run. It becomes particularly easy if your app already has a Docker-compose or Docker Swarm setup – these can be deployed directly on Planetary Quantum.

But even if you’re just starting out with Docker, container setups are quick and easy to use. Ready-made Docker images exist for almost all apps, and the widespread use of Docker means that working setups for many common stacks (Ruby On Rails, LAMP, …) are often only a Google search away.

We are happy to support you individually with the containerization of your applications.

We are happy to support you in choosing the right add-ons. You can add these at any time.

Since Docker’s overhead is generally negligibly small, you can easily orient yourself on the resources you have previously required.

However, it is advisable to choose a slightly larger Quantum Cluster so that you can also benefit from the flexibility that Docker offers – staging environments etc. are often easy to set up – if the resources are sufficient.

Planetary Quantum Clusters (no matter what size) have no artificial limitations except for the booked CPU / RAM / HDD resources.

Adding nodes to a cluster is possible without downtime. Upgrades of individual nodes are associated with minimal downtime. In both cases, you can simply contact us to upgrade.

All add-ons are compatible with any of our hosting packages.