Hello,
I am in the process of trying to migrate about 7 applications within a single namespace to a new cluster. I have the backup/exports [references only] from the source working and I can import on the destination side.
Question(s):
- Can you transform ALL (deployments, configmaps, secrets, statefulesets, pvc, daemonsets) resources with a path of “/metadata/namespace” to something new, while doing the auto-restore?
- Without doing one application/resource at a time
- Is there a way to set the Transform subject to multiple items?
- Assume the answer is no but….
Environment:
- K8 on-prem
- source: v1.21.1
- destination: v1.24.2
- K10 v5.0.4 (both)
- Shared S3 bucket between both K10 just for migrations