Spinnaker
Multi-cloud continuous delivery platform originally built at Netflix for deploying applications reliably across many cloud providers and regions.
Overview
Spinnaker manages deployment pipelines across multiple cloud providers and regions from one platform, with built-in support for canary analysis, automated rollback, and complex multi-stage release strategies that larger organizations often need. It was built at Netflix to manage deployments at very large scale and later open-sourced.
Spinnaker is a fit for larger organizations deploying across multiple cloud providers or many regions who need sophisticated release orchestration, a heavier-weight platform than the more focused Argo CD or Flux (also in this catalog) for teams whose deployment needs go beyond a single Kubernetes cluster.
- Categories
- DevOps
- Languages
- Java
- License
- Apache-2.0
Related Projects
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Flux
Apache-2.0GitOps continuous delivery tool for Kubernetes that keeps a cluster's state synchronized with a git repository, a genuine alternative to Argo CD.
- DevOps
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Caddy
Apache-2.0Modern web server and reverse proxy with automatic HTTPS by default, built for simplicity compared to traditional web server configuration.
- DevOps
Spotted an error? Suggest an edit on GitHub.