alexbrand / carvel-kapp-controller

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kapp-controller

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

Features:

  • supports fetching git repos (via git), Helm charts (via helm fetch), Docker images (via imgpkg), inline content within resource
  • supports templating of Helm charts, ytt configuration (let us know what else we should support...)
  • installs and syncs resources with kapp
  • secure multi-tenant usage via service accounts and RBAC

More details in docs.

About

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

License:Apache License 2.0


Languages

Language:Go 96.4%Language:Dockerfile 2.1%Language:Shell 1.5%