Back up Cluster Configuration | Teradata AppCenter - Backing up Cluster Configuration - Teradata AppCenter

Teradata® AppCenter Customer Installation and Upgrade Guide for vSphere

Product
Teradata AppCenter
Release Number
1.10
Published
June 2020
Language
English (United States)
Last Update
2020-07-02
dita:mapPath
ixs1586886570933.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1117
lifecycle
previous
Product Category
Analytical Ecosystem
You should always keep a backup copy of the cluster information in a directory. This information can be valuable if you encounter issues during KubeKit installation.
Treat the backup file with great care because it contains credentials for the cluster you created.
  1. Run the export command:
    $ kubekit get env appcenter
    export KUBECONFIG=/Users/foo/.kubekit.d/clusters/f355ee04-8f79-4f43-53b1-700196970a48/certificates/kubeconfig
    # Run this command to configure your shell:
    # eval "$(kubekit get env appcenter)"
  2. Run one of the following backup commands, without certificates/kubeconfig:
    Available Utility Command
    TAR
    $ tar cvfz myclustername-backup.tgz /Users/foo/.kubekit.d/clusters/f355ee04-8f79-4f43-53b1-700196970a48/
    ZIP
    $ zip -r myclustername-backup.zip /Users/foo/.kubekit.d/clusters/f355ee04-8f79-4f43-53b1-700196970a48/