Skip to main content

Introduction

Cloudify.ro is an infrastructure as a service platform (IaaS). In this documentation, we will cover how to manage the infrastructure via command line and how to use the provided APIs and tools.

Openstack#

The infrastructure is created by Openstack. This is an operating system for the cloud and exposes a command line interface (CLI) and APIs for interacting with your resources.

As a Cloudify.ro customer, you have your own openstack account and project.

To find more about how to use Openstack CLI, please read the openstack documentation.

Kubernetes#

Kubernetes is the most used clustering system for containers. It can run on the virtual machines created on your openstack project.

As a Cloudify.ro customer, you can create a Kubernetes cluster directly from your account. This process will automatically create the virtual machines required by Kubernetes as well as the corresponding infrastructure (networks, routers, public IPs and load balancers).

Find more about it on the kubernetes documentation.