kubectl cluster-info dump --output-directory=/path/to/cluster-state # Schreibe alle Namespaces auf stdout kubectl cluster-info dump --all-namespaces # Schreibe eine Menge an Namespaces in /path/to/cluster-state kubectl cluster-info dump --namespaces default,kube-system --output-directory=/path/to/cluster-state