preloader

kapp

Overview

kapp is a CLI utility that improves on the experience of working with kubectl by managing groups of Kubernetes resources as applications.

This allows for applying changes safely and predictably, watching resources as they converge.

Theory

  • Know what kapp is and how it fits into the Carvel toolchain.
  • Review the kapp documentation

Review documentation (45min)

Practical

  • Know how to use kapp for deploying apps.
  • TODO: write tutorial here.

The basic kapp tutorial is now complete!

For a longer form tutorial check out how kapp fits into a carvel package the hard way