> For the complete documentation index, see [llms.txt](https://kubernetes.feisky.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kubernetes.feisky.xyz/en/apps/devops/spinnaker.md).

# Spinnaker

[Spinnaker](https://www.spinnaker.io/) is an enterprise-level continuous delivery platform launched by Google and Netflix. It boasts a multitude of advantages including multi-cloud deployment, automatic release, authoritative control, and an array of application best practices.

## Deployment

```bash
helm install --name spinnaker stable/spinnaker
```
