Top "Kustomize" questions

Questions about using kustomize to create and modify Kubernetes manifests in an immutable way.

Kubernetes kustomize command giving error when we specify base manifest files in kustomization.yaml file under resources section

I am trying to build manifest file for specific environment example:- test and I want to re-use base manifest …

kubernetes yaml kustomize
Kubernetes Kustomize: replace variable in patch file

Given the following kustomize patch: apiVersion: apps/v1 kind: Deployment metadata: name: flux spec: template: spec: containers: - name: some-name …

kubernetes kustomize
Changing image tags and name with kustomization.yaml

According to the official documentation I should be able to easily override the tags and name of my docker images …

docker kubernetes tags kubectl kustomize
How can I create a namespace with kustomize?

I've a simple project that use kustomize like this: base/ namespace.yaml kustomization.yaml service.yaml With kustomization.yaml is: …

kustomize