Kubernetes native declarative configuration management tool.
๐ฐ - A guide covers 3 different ways to use Kustomize and Helm together.
๐ฐ - A guide covers more than 5 advanced Kustomize capabilities.
๐ฐ - A way to use internal transformers on specific resources.
๐งช - A hands-on lab covers using Kustomize in GitOps and it goes through the Kustomize syntax and deploying a Kustomized application.
๐ฐ - A guide helps to get started with Kustomize, understand its intended use cases, and find resources for using it with other Google Cloud tools.
๐บ - A talk covers extending Kustomize via plugins to address common yet idiosyncratic application needs.
๐ฐ - The official Kubernetes documentation task for Kustomize.
๐ฐ - A handy way to delete named manifest using Kustomize patch.
๐ฐ - A detailed guide covers KRM concept and how to use it in Kustomize plugins.
๐บ - A talk introduces Kustomize, a declarative application management system, that allows deployments to be described as template free YAML.
๐บ - A talk shows how Kustomize could help to manage Kubernetes YAML files with a growing number of services and environments.
๐บ - A talk shows how to create custom resources using Kustomize external plugins.
๐ฐ - Different cases of share data with Containerized KRM function.
๐ฐ - A guide shows how to provide schema to control the patch strategy of the CRDs.
๐ฐ - A clear use case of using Kustomize Components.
Transforming values in HelmRelease CustomResource. It helps to manage a lot of HelmRelease's value in single transformer file (Exec).
Running builtin generators transformers (Exec).
Generating Secrets from sops-encrypted files (Exec).
Validating Kubernetes manifests using embedded Kubeconform (Containerized KRM, Exec KRM).
Generating manifests seamlessly by extending Kustomize merge strategies using schemaless StrategicMerge (Containerized KRM, Exec KRM).
Generating Open Cluster Management policies (Exec).
Generating Kubernetes Secret from various sources. It's like a swiss army knife, but for Kubernetes secrets (Exec).
Generating Secrets from sops-encrypted files (Exec, Exec KRM).
Providing a set of KRM Functions to run builtin transformers in place (Containerized KRM, Exec KRM).