- ✍️ Blogger
- ⚽ Football Player
- ♾️ DevOps Engineer
- ⭐ Open-source Contributor
- 😄 Pronouns: Mr. Nho Luong
- 📚 Lifelong Learner | Always exploring something new
- 📫 How to reach me: luongutnho@hotmail.com
Welcome to Kustomize learning! This guide will help you learn Kustomize step by step, using simple examples and clear explanations.
Kustomize helps you change Kubernetes files without editing them directly. Think of it like cooking:
- You have a basic recipe (we call this the base)
- You want to make small changes (we call these overlays)
- You don't need to change the original recipe!
- Start with the basics folder
- Try each example yourself
- Move to the next topic when you feel ready
- Each folder has its own README with examples
- Basics - Learn what Kustomize is and how to use it
- Patches - Make specific changes to your files
- ConfigMaps and Secrets - Work with configuration files
- Generators - Create configs automatically
- Real World Examples - See how to use Kustomize in real projects
- kubectl installed on your computer
- Basic understanding of Kubernetes (pods, deployments)
- A text editor
- Clone this repository
- Go to the
01-basicsfolder - Follow the instructions in each README file
- Try the examples yourself!
Need help? Check the README in each folder for detailed explanations and examples.
- Nho Luong (c). All Rights Reserved.🌟