Rundeck alternatives and similar tools
Based on the "Cloud Orchestration" category.
Alternatively, view Rundeck 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. -
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). -
Cloudify
DISCONTINUED. Open source TOSCA-based cloud orchestration software platform written in Python and YAML.
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 Rundeck or a related project?
Popular Comparisons
README
Rundeck
Travis | Deb | RPM | War |
---|---|---|---|
Download | Download | Download |
Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes.
Site: https://www.rundeck.com
Latest documentation: https://docs.rundeck.com/docs/
Get Help: https://docs.rundeck.com/docs/introduction/getting-help.html
Installation: https://docs.rundeck.com/docs/administration/install/installing-rundeck.html
See the Release Notes for the latest version information.
How To Build:
Primary build is supported with gradle. More info in the wiki.
Requirements: Java 1.8, NodeJs 16
Build with Gradle
Produces: rundeckapp/build/libs/rundeck-X.Y.war
./gradlew build
Docker Build
Uses the war artifact and produces a docker image.
Creates image rundeck/rundeck:SNAPSHOT
, you can define -PdockerTags
to add additional tags
./gradlew :docker:officialBuild
Documentation
Available online at https://docs.rundeck.com/docs
FAQ: https://github.com/rundeck/rundeck/wiki/FAQ
Development
Refer to the IDE Development Environment to get set up using IntelliJ IDEA or Eclipse/STS.
- Issue tracker at github.com
Do you have changes to contribute? Please see the Development wiki page.
License
Copyright 2020 Rundeck, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
*Note that all licence references and agreements mentioned in the Rundeck README section above
are relevant to that project's source code only.