jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

hydros

Hydros is a tools for continuous delivery. Hydros brings a declarative mindset to continuous delivery. Rather than use a DAG to imperatively define a delivery pipeline, hyrdros consists of a collection of resources. Each resource is a declarative definition of one or more delivery artifacts. Here are some examples of the semantics,

Each resource is backed by a controller baked into the hydros binary. A resource is reconciled by applying it using the CLI

hydros apply  <resource.yaml>

For more information see the docs

Open Source Project Status

Documentation

Documentation is in docs

Binaries

There are two binaries currently being built out of this repository

Releasing