kapp is a simple deployment tool focused on the concept of Kubernetes application — a set of resources with the same label
kapp (pronounced: kap) CLI encourages Kubernetes users to manage resources in bulk by working with Kubernetes applications (sets of resources with the same label). It focuses on resource diffing, labeling, deployment and deletion. Unlike tools like Helm, kapp considers YAML templating and management of packages outside of its scope, though it works great with tools that generate Kubernetes configuration.
kapp (pronounced: kap) CLI encourages Kubernetes users to manage resources in bulk by working with Kubernetes applications (sets of resources with the same label). It focuses on resource diffing, labeling, deployment and deletion. Unlike tools like Helm, kapp considers YAML templating and management of packages outside of its scope, though it works great with tools that generate Kubernetes configuration.
To install kapp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kapp
To see what files were installed by kapp, run:
port contents kapp
To later upgrade kapp, run:
sudo port selfupdate && sudo port upgrade kapp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.