Kubernetes YAML splitter

Split Kubernetes YAML into clean resource files.

Turn multi-document bundles and List resources into a namespaced, Kustomize-ready directory and download everything as a ZIP.

Private by designYour configuration never leaves this device.
ComposeMorph toolSplit Kubernetes YAML
10

Kubernetes YAML Resource files

Split bundles and List resources into an organized Kustomize-ready archive.

kubernetes.yaml
31 lines
resource file preview
Your split Kubernetes resource files will appear here.

Creates one file per resource, separates namespaces and cluster resources, expands Lists, and generates kustomization.yaml.

What it converts

Useful output, with the mappings made visible.

  • YAML documents and Kubernetes Lists into one file per resource
  • Namespaced resources into namespace directories and cluster resources into _cluster
  • Every generated path into a ready-to-use kustomization.yaml

What to review

Generated does not mean ready to deploy.

  • Generated fallback names for resources missing metadata.name
  • Duplicate resource identities and filename suffixes
  • Comments and formatting that cannot survive YAML parsing