Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
stacker is a tool and library used to create & update multiple CloudFormation stacks. stacker Blueprints are written in troposphere, though the purpose of most templates is to keep them as generic as possible and then use configuration to modify them. | CLI tool, REST API, and web UI for scaffolding production-ready OpenClaw stacks with Docker Compose. 58+ services, 10 skill packs, one command. Or deploy instantly with Clawexa Cloud. |
Easily Create/Update/Destroy many stacks in parallel (though with an understanding of cross-stack dependencies);Makes it easy to manage large environments in a single config, while still allowing you to break each part of the environment up into its own completely separate stack.;Manages dependencies between stacks, only launching one after all the stacks it depends on are finished.;Only updates stacks that have changed and that have not been explicitly locked or disabled.;Easily pass Outputs from one stack in as Variables on another (which also automatically provides an implicit dependency);Use Environments to manage slightly different configuration in different environments.;Use Lookups to allow dynamic fetching or altering of data used in Variables.;A diff command for diffing your config against what is running in a live CloudFormation environment.;A small library of pre-shared Blueprints can be found at the stacker_blueprints repo, making things like setting up a VPC easy. | scaffolding, ai infra, openclaw stack, mcp, cli |
Statistics | |
GitHub Stars 709 | GitHub Stars - |
GitHub Forks 166 | GitHub Forks - |
Stacks 0 | Stacks 0 |
Followers 1 | Followers 1 |
Votes 0 | Votes 1 |

Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions.

Rancher is an open source container management platform that includes full distributions of Kubernetes, Apache Mesos and Docker Swarm, and makes it simple to operate container clusters on any cloud or infrastructure platform.

With Compose, you define a multi-container application in a single file, then spin your application up in a single command which does everything that needs to be done to get it running.

Swarm serves the standard Docker API, so any tool which already communicates with a Docker daemon can use Swarm to transparently scale to multiple hosts: Dokku, Compose, Krane, Deis, DockerUI, Shipyard, Drone, Jenkins... and, of course, the Docker client itself.

Tutum lets developers easily manage and run lightweight, portable, self-sufficient containers from any application. AWS-like control, Heroku-like ease. The same container that a developer builds and tests on a laptop can run at scale in Tutum.

It is a universal container management tool. It works with Kubernetes, Docker, Docker Swarm and Azure ACI. It allows you to manage containers without needing to know platform-specific code.

You can use AWS CloudFormation’s sample templates or create your own templates to describe the AWS resources, and any associated dependencies or runtime parameters, required to run your application. You don’t need to figure out the order in which AWS services need to be provisioned or the subtleties of how to make those dependencies work.

Automate and parallelize testing. Codefresh allows teams to spin up on-demand compositions to run unit and integration tests as part of the continuous integration process. Jenkins integration allows more complex pipelines.

Packer automates the creation of any type of machine image. It embraces modern configuration management by encouraging you to use automated scripts to install and configure the software within your Packer-made images.

Scalr is a remote state & operations backend for Terraform with access controls, policy as code, and many quality of life features.