Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,6 +1,6 @@
 Awesome Kustomize !Awesome (https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge.svg) (https://github.com/sindresorhus/awesome) !PRs Welcome 
 (https://img.shields.io/badge/PRs-welcome-brightgreen.svg) (https://github.com/aabouzaid/awesome-kustomize/compare)
 Awesome Kustomize !Awesome (https://raw.githubusercontent.com/sindresorhus/awesome/main/media/badge.svg) (https://github.com/sindresorhus/awesome) !PRs Welcome (https://img.shields.io/badge/PRs-welcome-brightgreen.svg) 
 (https://github.com/aabouzaid/awesome-kustomize/compare)
 
@@ -10,8 +10,8 @@
▐ A curated and collaborative list of awesome Kustomize resources.
Kustomize (https://kustomize.io) introduces a template-free way to customize Kubernetes manifests. It's extensible and uses a purely declarative approach to configuration customization, which
will help you efficiently manage your Infrastructure as a code (IaC).
Kustomize (https://kustomize.io) introduces a template-free way to customize Kubernetes manifests. It's extensible and uses a purely declarative approach to configuration customization, which will help you efficiently manage your 
Infrastructure as a code (IaC).
Contributions are welcome, add links through pull requests (https://github.com/aabouzaid/awesome-kustomize/pulls) or create an issue to start a discussion.
@@ -33,8 +33,8 @@
Overview
Kustomize works as a standalone binary; also, it's built into kubectl (since v1.14). It can be used with off-the-shelf applications like Helm charts. Also, it has a deep integration with 
different GitOps tools like ArgoCD, Flux, and many others.
Kustomize works as a standalone binary; also, it's built into kubectl (since v1.14). It can be used with off-the-shelf applications like Helm charts. Also, it has a deep integration with different GitOps tools like ArgoCD, Flux, and 
many others.
Plugins
@@ -52,13 +52,11 @@
- KSops (https://github.com/viaduct-ai/kustomize-sops) - Generating Secrets from sops-encrypted files (Exec).
- PolicyGenerator (https://github.com/open-cluster-management-io/policy-generator-plugin) - Generating Open Cluster Management policies (Exec).
- KRMFfnBuiltin (https://github.com/kaweezle/krmfnbuiltin) - Running builtin generators transformers (Exec).
- Merger (https://github.com/aabouzaid/kustomize-plugin-merger) - Generating manifests seamlessly by extending Kustomize merge strategies using schemaless StrategicMerge (Containerized KRM, 
Exec KRM).
- Merger (https://github.com/aabouzaid/kustomize-plugin-merger) - Generating manifests seamlessly by extending Kustomize merge strategies using schemaless StrategicMerge (Containerized KRM, Exec KRM).
Transformers
- HelmValuesTransformer (https://github.com/openinfradev/kustomize-helm-transformer) - Transforming values in HelmRelease CustomResource. It helps to manage a lot of HelmRelease's value in 
single transformer file (Exec).
- HelmValuesTransformer (https://github.com/openinfradev/kustomize-helm-transformer) - Transforming values in HelmRelease CustomResource. It helps to manage a lot of HelmRelease's value in single transformer file (Exec).
- TemplateTransformer (https://github.com/joshdk/template-transformer) - Providing a set of KRM Functions to run builtin transformers in place (Containerized KRM, Exec KRM).
Validators
@@ -71,40 +69,34 @@
Novice
- 📰 Declarative Management of Kubernetes Objects Using Kustomize (https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/) - The official Kubernetes documentation task for 
Kustomize.
- 📰 Configure Kubernetes with Kustomize (https://cloud.google.com/anthos-config-management/docs/concepts/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 (https://www.youtube.com/watch?v=1fCAwFGX38U) - 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 (https://www.youtube.com/watch?v=ahMIBxufNR0) - A talk introduces Kustomize, a declarative application management system, that allows 
deployments to be described as template free YAML.
- 📰 Declarative Management of Kubernetes Objects Using Kustomize (https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/) - The official Kubernetes documentation task for Kustomize.
- 📰 Configure Kubernetes with Kustomize (https://cloud.google.com/anthos-config-management/docs/concepts/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 (https://www.youtube.com/watch?v=1fCAwFGX38U) - 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 (https://www.youtube.com/watch?v=ahMIBxufNR0) - A talk introduces Kustomize, a declarative application management system, that allows deployments to be described as template free 
YAML.
Intermediate
- 🧪 ArgoCD GitOps Tutorial - Working with Kustomize (https://redhat-scholars.github.io/argocd-tutorial/argocd-tutorial/03-kustomize.html) - A hands-on lab covers using Kustomize in GitOps 
and it goes through the Kustomize syntax and deploying a Kustomized application.
- 📰 3 ways to customize off-the-shelf Helm charts with Kustomize (https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts-with-kustomize-kubernetes.html) - A guide 
covers 3 different ways to use Kustomize and Helm together.
- 🧪 ArgoCD GitOps Tutorial - Working with Kustomize (https://redhat-scholars.github.io/argocd-tutorial/argocd-tutorial/03-kustomize.html) - A hands-on lab covers using Kustomize in GitOps and it goes through the Kustomize syntax and 
deploying a Kustomized application.
- 📰 3 ways to customize off-the-shelf Helm charts with Kustomize (https://tech.aabouzaid.com/2020/09/3-ways-to-customize-off-the-shelf-helm-charts-with-kustomize-kubernetes.html) - A guide covers 3 different ways to use Kustomize and 
Helm together.
Advanced
- 📰 Advanced Kustomize features (https://www.innoq.com/en/blog/advanced-kustomize-features/) - A guide covers more than 5 advanced Kustomize capabilities.
- 📰 Set OpenAPI patch strategy for Kubernetes Custom Resources (https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html) - A guide shows 
how to provide schema to control the patch strategy of the CRDs.
- 📺 Customizing Kustomize with Client-Side Custom Resources (https://www.youtube.com/watch?v=YlFUv4F5PYc) - A talk covers extending Kustomize via plugins to address common yet idiosyncratic 
application needs.
- 📰 Set OpenAPI patch strategy for Kubernetes Custom Resources (https://tech.aabouzaid.com/2022/11/set-openapi-patch-strategy-for-kubernetes-custom-resources-kustomize.html) - A guide shows how to provide schema to control the patch 
strategy of the CRDs.
- 📺 Customizing Kustomize with Client-Side Custom Resources (https://www.youtube.com/watch?v=YlFUv4F5PYc) - A talk covers extending Kustomize via plugins to address common yet idiosyncratic application needs.
- 📺 Own your YAML: extending Kustomize via Plugins (https://www.youtube.com/watch?v=Xoh_OpLoVtI) - A talk shows how to create custom resources using Kustomize external plugins.
- 📰 Kustomize Enhancement with KRM Functions (https://www.innoq.com/en/blog/kustomize-enhancement-with-krm-functions/) - A detailed guide covers KRM concept and how to use it in Kustomize 
plugins.
- 📰 Kustomize Enhancement with KRM Functions (https://www.innoq.com/en/blog/kustomize-enhancement-with-krm-functions/) - A detailed guide covers KRM concept and how to use it in Kustomize plugins.
Tips & Tricks
- 📰 Delete a manifest from a Kustomize base (https://tech.aabouzaid.com/2021/05/delete-a-manifest-from-kustomize-base.html) - A handy way to delete named manifest using Kustomize patch.
- 📰 Apply Kustomize builtin transformers on a single resource (https://tech.aabouzaid.com/2022/04/apply-kustomize-builtin-transformers-on-a-single-resource.html) - A way to use internal 
transformers on specific resources.
- 📰 Pass extra data to the Containerized KRM function (https://tech.aabouzaid.com/2022/12/pass-extra-data-to-the-containerized-krm-function.html) - Different cases of share data with 
Containerized KRM function.
- 📰 Apply Kustomize builtin transformers on a single resource (https://tech.aabouzaid.com/2022/04/apply-kustomize-builtin-transformers-on-a-single-resource.html) - A way to use internal transformers on specific resources.
- 📰 Pass extra data to the Containerized KRM function (https://tech.aabouzaid.com/2022/12/pass-extra-data-to-the-containerized-krm-function.html) - Different cases of share data with Containerized KRM function.
Misc