salt VS SaltStack

Compare salt vs SaltStack and see what are their differences.

salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here: (by DaAwesomeP)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
salt SaltStack
1 46
0 13,832
- 0.5%
0.0 10.0
over 1 year ago 4 days ago
Python Python
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

salt

Posts with mentions or reviews of salt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-23.
  • salt-master gitfs Failed to retrieve list of SSH authentication methods: Failed getting response
    2 projects | /r/saltstack | 23 May 2022
    I think I have found the solution for Debian 11.Check this pull by DaAwesomeP:https://github.com/DaAwesomeP/salt/commit/3306ae15beaebd23ccf793f490f69289fd43873d### solution:Debian Pygit2 Issues~~~~~~~~~~~~~~~~~~~~The Debian repos currently have older versions of pygit2 (package``python3-pygit2``). These older versions may have issues using newer SSH keys(see [this issue](https://github.com/saltstack/salt/issues/61790)). Instead,``pygit2`` can be installed from Pypi, but you will need a version thatmatches the ``libgit2`` version from Debian. This is version 1.6.1... code-block:: bash # apt-get purge python3-pygit2 # apt-get install python3-pip # python3 -m pip install pygit2==1.6.1 It worked for me.Check this pull by DaAwesomeP.I think I have found the solution for Debian 11. Check this pull by DaAwesomeP.https://github.com/DaAwesomeP/salt/commit/3306ae15beaebd23ccf793f490f69289fd43873d

SaltStack

Posts with mentions or reviews of SaltStack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.

What are some alternatives?

When comparing salt and SaltStack you can also consider the following projects:

Rundeck - Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts

Cloud-Init - unofficial mirror of Ubuntu's cloud-init

Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

kubernetes - Production-Grade Container Scheduling and Management

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.

Docker Compose - Define and run multi-container applications with Docker

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

OSQuery - SQL powered operating system instrumentation, monitoring, and analytics.

Juju - Orchestration engine that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure (Kubernetes or otherwise).

letsencrypt - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

pexpect - A Python module for controlling interactive programs in a pseudo-terminal

Fabric - Simple, Pythonic remote execution and deployment.