github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/site/book/README.md (about) 1 # The kpt Book 2 3 _by Frank Farzan with contributions from the kpt team and community_ 4 5 Welcome to the _The kpt Book_, a step-by-step introduction to kpt. 6 7 This book is organized as follows: 8 9 - [Chapter 1] is a quickstart to get you oriented with kpt and sets up the 10 context for the rest of the book. 11 - [Chapter 2] introduces the fundamental concepts in kpt. 12 - [Chapter 3] covers how to work with kpt packages. 13 - [Chapter 4] covers how to use kpt functions to automate configuration changes. 14 - [Chapter 5] guides you through developing custom functions. 15 - [Chapter 6] covers how to deploy a package to a Kubernetes cluster. 16 - [Chapter 7] covers effective customizations techniques. 17 - [Chapter 8] covers package orchestration concepts and support in kpt toolchain. 18 19 Let's get started! 20 21 [chapter 1]: /book/01-getting-started/ 22 [chapter 2]: /book/02-concepts/ 23 [chapter 3]: /book/03-packages/ 24 [chapter 4]: /book/04-using-functions/ 25 [chapter 5]: /book/05-developing-functions/ 26 [chapter 6]: /book/06-deploying-packages/ 27 [chapter 7]: /book/07-effective-customizations/ 28 [chapter 8]: /book/08-package-orchestration/