Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/carvel-dev/kapp-controller

Continuous delivery and package management for Kubernetes.
https://github.com/carvel-dev/kapp-controller

carvel cd continious-delivery controller declarative gitops helm k8s kapp kubernetes operator ytt

Last synced: 26 days ago
JSON representation

Continuous delivery and package management for Kubernetes.

Lists

README

        

![logo](docs/CarvelLogo.png)

[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7746/badge)](https://bestpractices.coreinfrastructure.org/projects/7746)

# kapp-controller

Kubernetes native continuous delivery and package management experience through custom resource definitions.


Documentation ·
Backlog ·
Slack ·
Twitter

## Features

:zap: **Kubernetes Package Management** :zap:
- [Authoring software packages](https://carvel.dev/kapp-controller/docs/latest/package-authoring/) through `Package` and `PackageMetadata` custom resources
- [Consuming software packages](https://carvel.dev/kapp-controller/docs/latest/package-consumption/) through `PackageRepository` and `PackageInstall` custom resources

:truck: **Continuous Delivery** :truck:
- Declarative installation, management, and upgrading of applications on a Kubernetes cluster using the [App CRD](https://carvel.dev/kapp-controller/docs/latest/app-overview/#app)
- [Fetchable resources](https://carvel.dev/kapp-controller/docs/latest/app-overview/#specfetch) are continuously monitored and the cluster is updated to reflect any change
- [Checkout our tutorial](https://carvel.dev/kapp-controller/docs/latest/walkthrough/)

:octocat: **GitOps** :octocat:
- Our Continuous Delivery mechanism is perfect for GitOps!
- Use a git repository as your single source of truth for Kubernetes Package Management
- [Checkout our tutorial](https://carvel.dev/kapp-controller/docs/latest/packaging-gitops/)

## Contribute

Check out our [contributing guidelines](CONTRIBUTING.md).

First time contributing? Welcome! We are excited to support you, we have created a [list of good first issues to get started](https://github.com/carvel-dev/kapp-controller/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).

Detailed instructions on how to setup and test locally can be found in our [developer guide](docs/dev.md).

### Join the Community and Make Carvel Better

Carvel is better because of our contributors and maintainers. It is because of you that we can bring great software to the community.
Please join us during our online community meetings. Details can be found on our [Carvel website](https://carvel.dev/community/).

You can chat with us on Kubernetes Slack in the #carvel channel and follow us on Twitter at @carvel_dev.

Check out which organizations are using and contributing to Carvel: [Adopter's list](https://github.com/carvel-dev/carvel/blob/master/ADOPTERS.md)