## Imperativekubectl create namespace new-namespacekubectl create secretkubectl create configmap## Declarativekubectl apply -f pod-definition.yaml## backup - Resource configkubectl get all --all-namespaces -o yaml > all-deploy-services.yamlUSE VELERO(ARK made by HeptIO)## etcd Pod describe 해서 Command 조회k describe pod/etcd-controlplane -n kube-systemexport ETCD_API=3etcdctl snapshot## backup - ET..