You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this kubectl create job example-job --from=cronjob/backup-service-cronjob --namespace backups job.batch/example-job created but there should also be a restore job too. Restoring a DB should be just as easy as backing one up. This is a good start https://github.com/calypr/backup-service/blob/main/entrypoint.sh but will need to get built out to support restore use case as well from helm environment. The user shouldn't have to exec into the pod to do an operation.