Cloudify as Kubernetes Service

Cloudify Manager may be installed to Kubernetes cluster using our official helm chart. You have two options for installation: AIO helm chart and Cloudify manager worker helm chart, to better understand each option read about it below.

Prerequisites

Cloudify manager AIO helm chart ( Community Version )

Description

It’s a helm chart for cloudify manager which is:

This is the best and most simple way to make yourself familiar with cloudify, running a Cloudify manager AIO is a matter of minutes

Installation

helm repo add cloudify-helm https://cloudify-cosmo.github.io/cloudify-helm

helm install cloudify-manager-aio cloudify-helm/cloudify-manager-aio

To understand all available options AIO cloudify manager chart has, please read Cloudify AIO Helm chart

Cloudify manager worker helm chart ( Premium Version )

Description

It’s a helm chart for cloudify manager which is:

This is how the setup looks after it’s deployed to ‘cfy-example’ namespace (it’s possible to have multiple replicas (pods) of cloudify manager):

cfy-manager

How to create and deploy such a setup?

  1. Deployment of DB (Postgres).

  2. Deployment of Message Broker (rabbitMQ).

  3. Deployment of Cloudify manager worker.

You need to deploy DB and Message Broker before deploying Cloudify manager worker.

To better understand how to install and configure cloudify manager worker setup please read Cloudify manager worker helm chart

Deployment Examples

Deployment to Azure

Deployment to GCP

Deployment to AWS