Skip to main content

Comwork Cloud

Here's the documentation of comwork cloud console and API.

"CwCloud" (for Comwork Cloud) is a DaaS1 and FaaS2 platform that allows us to speed up the provisioning of the infrastructure and managed service such as serverless FaaS engine, Advanced web IDE, DBaaS3, WPaaS4, or any other application you want to deploy as a managed service.

cloud_bg

It aims to provide those services in a "IaC5" or "GitOps" way: you'll get access to gitlab repositories that contains ansible roles, templates and playbooks you'll be able to maintain (same thing with Helm charts for Kubernetes instances very soon). The modification on this repositories will automatically be applied in your instances.

Here's a schema explaining how the DaaS is working using virtual machines:

cwcloud_daas_vm

And how it's working with K8S:

cwcloud_daas_k8s

There is a SaaS version which provide instances that are hosted on Scaleway or OVHCloud. Those two are really beautiful European 🇪🇺 cloud providers and we intend to propose even more cloud providers in the future (CwCloud can work with any cloud provider that provide standard IaaS6 API's such as OpenStack or Kubernetes).

There is also a way to deploy a self-hosted version of CwCloud with your own prefered cloud provider and account. The self-hosted version is also compatible with AWS, GCP and cloudflare (for the DNS records).

Available resources​

Documentations​

Tutorials and demos​

Go see all our available tutorials and demo here

Self-hosted version​

You're already hosted on Scaleway or OVHCloud or any other cloud provider based on Openstack API, you can have your own self-hosted instance.

You can contact us if this is something you're interested in.


  1. Deployment as a service, check-out this tutorial to know more about this concept↩
  2. Function as a service↩
  3. Databases as a service↩
  4. Wordpress as a service↩
  5. Infrastructure as code↩
  6. Infrastructure as a service↩