Skip to content

Kubernetes controller for installing configuration (helm charts, ytt templates, plain yaml) with kapp as described by App CRD

License

Notifications You must be signed in to change notification settings

manning-ncsa/kapp-controller

 
 

Repository files navigation

kapp-controller

kapp controller provides a way to specify which applications should run on your K8s cluster. It will install, and continiously apply updates.

Features:

  • supports fetching Helm charts (via helm fetch), git repos (via git), Docker images (via imgpkg), inline content within resource
  • supports templating of Helm charts, ytt configuration
  • installs and syncs resources with kapp

More details in docs.

About

Kubernetes controller for installing configuration (helm charts, ytt templates, plain yaml) with kapp as described by App CRD

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.0%
  • Dockerfile 1.1%
  • Shell 0.9%