Cloud storage

kapp – simple deployment tool

kapp 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.

This is free and open source software.

Features include:

  • Works with standard Kubernetes YAMLs.
  • Focuses exclusively on deployment workflow, not packaging or templating but plays well with tools (such as ytt) that produce Kubernetes configuration.
  • Converges application resources (creates, updates and/or deletes resources) in each deploy based on comparison between provided files and live objects in the cluster
  • Separates calculation of changes (diff stage) from application of changes (apply stage).
  • Waits for resources to be “ready”.
  • Creates CRDs and Namespaces first and supports custom change ordering.
  • Works without admin privileges and does not use custom CRDs making it possible to use kapp as a regular user in a single namespace.
  • Records application deployment history.
  • Opt-in resource version management for example, to trigger Deployment rollout when ConfigMap changes.
  • Optionally streams Pod logs during deploy.
  • Works with any group of labeled resources.
  • Works without server side components.
  • GitOps friendly.

Website: github.com/carvel-dev/kapp
Support:
Developer: Carvel
License: Apache License 2.0

kapp is written in Go. Learn Go with our recommended free books and free tutorials.


Explore Linux

Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category.
In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality.

The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions.
Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others.
Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems.
Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks.
Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems.
Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux.
Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools.
Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux.
Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
0 Comments
Oldest
Newest Most Voted