Taking a portal infrastructure configuration backup
Create YAML backup files of your portal subsystem's Kubernetes configuration.
About this task
A portal infrastructure configuration backup is essential for disaster recovery. Take an infrastructure configuration backup after installation, and whenever you make an update to your portal's Kubernetes configuration.
If you have multiple portal clusters in the same namespace, include the portal CR name in all
kubectl get PortalCluster
commands provided in this topic. For
example:kubectl -n <portal namespace> get PortalCluster <portal CR name>
Note: For OpenShift® users: The steps that are detailed in this topic use the Kubernetes
kubectl
command. On OpenShift, use the equivalent oc
command in its place.Procedure
What to do next
Important: If you update your portal
subsystem's Kubernetes configuration, remember to update your infrastructure configuration
backup.