kapp

Group and manage Kubernetes resources as a single application

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for Kubernetes users to group and manage bulk resources

Commands

kapp

Examples

Deploy an application from a YAML file$ kapp deploy -a my-app -f app.yaml
List all deployed applications$ kapp list
Delete an application and its resources$ kapp delete -a my-app