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
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,22 @@ This is a list of repos associated with the [Carvel](https://carvel.dev) project
* [kapp](https://github.com/carvel-dev/kapp) - Install, upgrade, and delete multiple Kubernetes resources as one "application"
* [kbld](https://github.com/carvel-dev/kbld) - Build or reference container images in Kubernetes configuration in an immutable way
* [imgpkg](https://github.com/carvel-dev/imgpkg) - Bundle and relocate application configuration (with images) via Docker registries
* [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.
* [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.

| 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 management | 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