Track Awesome Kustomize Updates Weekly
A curated and collaborative list of awesome Kustomize resources
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 aabouzaid/awesome-kustomize · ⭐ 90 · 🏷️ DevOps
Sep 11 - Sep 17, 2023
Plugins / Generators
- Merger (⭐27) - Generating manifests seamlessly by extending Kustomize merge strategies using schemaless StrategicMerge (Containerized KRM, Exec KRM).
Sep 04 - Sep 10, 2023
Plugins / Generators
- KRMFfnBuiltin (⭐5) - Running builtin generators transformers (Exec).
Guides / Intermediate
- 🧪 ArgoCD GitOps Tutorial - Working with Kustomize - A hands-on lab covers using Kustomize in GitOps and it goes through the Kustomize syntax and deploying a Kustomized application.
Aug 07 - Aug 13, 2023
Plugins / Generators
- Secretize (⭐68) - Generating Kubernetes Secret from various sources. It's like a swiss army knife, but for Kubernetes secrets (Exec).
- SopsSecretGenerator (⭐113) - Generating Secrets from sops-encrypted files (Exec, Exec KRM).
- KSops (⭐628) - Generating Secrets from sops-encrypted files (Exec).
- PolicyGenerator (⭐29) - Generating Open Cluster Management policies (Exec).
Plugins / Transformers
- HelmValuesTransformer (⭐14) - Transforming values in HelmRelease CustomResource. It helps to manage a lot of HelmRelease's value in single transformer file (Exec).
- TemplateTransformer (⭐12) - Providing a set of KRM Functions to run builtin transformers in place (Containerized KRM, Exec KRM).
Plugins / Validators
- KubeconformValidator (⭐7) - Validating Kubernetes manifests using embedded Kubeconform (Containerized KRM, Exec KRM).
Misc / Tips & Tricks
- Asdf-kustomize (⭐21) - Kustomize plugin for asdf version manager.
Related lists / Tips & Tricks
- Awesome Kubernetes (⭐15k) - A curated list of awesome Kubernetes resources.
- Awesome Kubectl plugins (⭐884) - A curated list of awesome Kubectl plugins.
- Awesome Helm (⭐921) - A curated list of awesome Helm charts and resources.
Apr 10 - Apr 16, 2023
Guides / Novice
- 📰 Declarative Management of Kubernetes Objects Using Kustomize - The official Kubernetes documentation task for Kustomize.
- 📰 Configure Kubernetes with Kustomize - A guide helps to get started with Kustomize, understand its intended use cases, and find resources for using it with other Google Cloud tools.
- 📺 Organizing the YAML mess with Kustomize - A talk shows how Kustomize could help to manage Kubernetes YAML files with a growing number of services and environments.
- 📺 Kustomize: Deploy Your App with Template Free YAML - A talk introduces Kustomize, a declarative application management system, that allows deployments to be described as template free YAML.
Guides / Intermediate
- 📰 3 ways to customize off-the-shelf Helm charts with Kustomize - A guide covers 3 different ways to use Kustomize and Helm together.
Guides / Advanced
- 📰 Advanced Kustomize features - A guide covers more than 5 advanced Kustomize capabilities.
- 📰 Set OpenAPI patch strategy for Kubernetes Custom Resources - A guide shows how to provide schema to control the patch strategy of the CRDs.
- 📺 Customizing Kustomize with Client-Side Custom Resources - A talk covers extending Kustomize via plugins to address common yet idiosyncratic application needs.
- 📺 Own your YAML: extending Kustomize via Plugins - A talk shows how to create custom resources using Kustomize external plugins.
- 📰 Kustomize Enhancement with KRM Functions - A detailed guide covers KRM concept and how to use it in Kustomize plugins.
Guides / Tips & Tricks
- 📰 Delete a manifest from a Kustomize base - A handy way to delete named manifest using Kustomize patch.
- 📰 Apply Kustomize builtin transformers on a single resource - A way to use internal transformers on specific resources.
- 📰 Pass extra data to the Containerized KRM function - Different cases of share data with Containerized KRM function.