k8s.github.io

Backup and Restore Methods

In this section, we will take a look at backup and restore methods

Backup Candidates

bc

Resource Configuration

Backup - Resource Configs

  $ kubectl get all --all-namespaces -o yaml > all-deploy-services.yaml (only for few resource groups)

Backup - ETCD

Restore - ETCD

K8s Reference Docs