Cloudify alternatives and similar tools
Based on the "Cloud Orchestration" category.
Alternatively, view Cloudify alternatives based on common mentions on social networks and blogs.
-
consul
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. -
Salt
Software to automate the management and configuration of infrastructure and applications at scale. -
Nomad
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations. -
Rundeck
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts -
StackStorm
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, incident responses, troubleshooting, deployments, and more for DevOps and SREs. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html -
BOSH
Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services. -
Juju
Orchestration engine that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure (Kubernetes or otherwise).
CodeRabbit: AI Code Reviews for Developers

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Cloudify or a related project?
README
packman
packman
creates packages.
You can write a packages file
containing your packages' configuration and packman will retrieve the resources and create the packages accordingly.
The project was initally invented to create Cloudify (http://getcloudify.org/) packages and is now progressing towards being a simple open-source solution to creating different types of packages.
Quick Start
Documentation
Installation
see packman requirements before installing packman
pip install packman
# or, for dev:
pip install https://github.com/cloudify-cosmo/cloudify-packager/archive/master.tar.gz
Usage Examples
see Packages Configuration to configure your packages file
# `pkm get` retrieves package sources
pkm get --packages my_package --packages_file /my_packages_file.yaml
# `pkm pack` packages sources, scripts and configs.
pkm pack -c my_package,my_other_package
# `pkm make` ... does both one after the other
pkm make -x excluded_package,excluded_package2