Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ This is a list of repos associated with the [Carvel](https://carvel.dev) project
* [kapp-controller](https://github.com/carvel-dev/kapp-controller) - Capture application deployment workflow in App CRD. Reliable GitOps experience powered by kapp.
* [vendir](https://github.com/carvel-dev/vendir) - Declaratively state what files should be in a directory.
* [secretgen-controller](https://github.com/carvel-dev/secretgen-controller) - Provides CRDs to specify what secrets need to be on a cluster (generated or not).
## Tool Overview Table

The Carvel project includes multiple focused tools.
The following table gives a quick overview of each tool, its purpose, and links to documentation and source code.

| Tool | Purpose | Documentation | Repository |
|------|---------|---------------|------------|
| **ytt** | YAML templating and overlays | https://carvel.dev/ytt/ | https://github.com/carvel-dev/ytt |
| **kapp** | Kubernetes application deployment and lifecycle mgmt | https://carvel.dev/kapp/ | https://github.com/carvel-dev/kapp |
| **kbld** | Image building and immutable references | https://carvel.dev/kbld/ | https://github.com/carvel-dev/kbld |
| **imgpkg** | Distribute config + images as OCI bundles | https://carvel.dev/imgpkg/ | https://github.com/carvel-dev/imgpkg |
| **kapp-controller** | GitOps-style application controller | https://carvel.dev/kapp-controller/ | https://github.com/carvel-dev/kapp-controller |
| **vendir** | Declarative file/directory vendoring | https://carvel.dev/vendir/ | https://github.com/carvel-dev/vendir |
| **secretgen-controller** | CRDs for secret generation | https://carvel.dev/secretgen-controller/ | https://github.com/carvel-dev/secretgen-controller |

Experimental:

Expand Down
Loading