rubysecurity.org

Anecdotes from a Linux Systems Administrator. /root

Home About Books Blog Portfolio Archive
24 March 2023

Leveraging Kustomize for Kubernetes Manifests

by Alpha01

Kustomize is one of tools that if I don’t use it often, resulting in me forgetting how it works. The last time I used this useful Kubernetes tool was about 2.5 years ago. At the time I used it to modify (patch) Helm charts, without having to touch the original chart templates. So at a high level, I knew what Kustomize is capable of doing, and what it does not do. I finally came into a situation where I needed to use the functionality of this awesome tool, so I decided to read this short O’Reilly book (or article given its length).

This short 46 page book is practically all you need to learn Kustomize. It is divided into two chapters. The first chapter is a brief overview on the problems Kustomize is trying to solve, and how it differs from Helm. The second chapter is where most important content is covered in. In hindsight Kustomize is a simple tool. The author does an excellent job describing the tool’s usage. With easy to follow, comprehensive examples. Anyone, even with basic level of Kubernetes knowledge can read this book, and start incorporating it in their application deployment workflow almost instantly. Reading this book along the official Kustomize Documentation, is practically all its needed to become efficient in Kustomize. All while in less time their is to finish your cup of coffee!

Rating: 4/5

Leveraging Kustomize for Kubernetes Manifests

Tags: [ kubernetes kustomize ]