Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will this work in kubernetes as well? If yes - how #3

Open
suyashsikarwar opened this issue Mar 17, 2021 · 1 comment
Open

Will this work in kubernetes as well? If yes - how #3

suyashsikarwar opened this issue Mar 17, 2021 · 1 comment

Comments

@suyashsikarwar
Copy link

suyashsikarwar commented Mar 17, 2021

Hello Ed, Will this work in kubernetes? If yes - how

For eg. I dont see Kind: Template in kubernetes.

@edseymour
Copy link
Owner

Kind: Template is OpenShift specific, but you should be able to derive a K8s yaml from this; k8s does have templates, you'd need to use something like Helm instead.
(I think you could change Template to List, remove the parameters, and use a command line tool like sed to process YAML)

Alternatively look at upstream projects such as https://github.com/konveyor/velero for managing data migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants