Replace item in list with 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]

Kustomize

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