kustomize

Posts tagged with #kustomize
Total: 3

Replace item in list with Kustomize

Notes | 2025-09-16 (updated 2025-10-25) | 1 min read
#k8s #kustomize

Kubernetes resources have quite a lot of lists in them and replacing an item in such lists is quite easy using kustomize patches with op: replace.

Replacing a specific list item safely however is not as obvious as the order of items could change, leading to a technically valid but practically incorrect manifest.

Read more…

Add fields to list with Kustomize

Notes | 2023-10-18 (updated 2025-10-25) | 1 min read
#k8s #kustomize

How to add things to a list using kustomize. This is useful for example when you need to patch additional environment variables into a pod.

Read more…

Kustomize

Notes | 2020-01-01 (updated 2025-10-25) | 1 min read
#kustomize #slashpage-uses

My prefered tool for writing and provisioning home-built manifests to [[kubernetes]]