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

Convert a Helm Chart to docker compose #911

Open
mmattel opened this issue Nov 10, 2022 · 1 comment
Open

Convert a Helm Chart to docker compose #911

mmattel opened this issue Nov 10, 2022 · 1 comment

Comments

@mmattel
Copy link

mmattel commented Nov 10, 2022

Knowing by reading the name the direction (move3kube), I just wanted to know if it is possible to do it the other way round. Hope that this is not a stupid question but we have a case where this would be helpful to have an outcome as guideline for next tasks.

@ashokponkumar
Copy link
Member

It's not supported out of the box, but technically speaking, it is achievable with custom transformers. If we write a custom transformer to read kubernetes yamls and load them to IR artifact, then it will end up creating docker compose files. If you have only a few fields you are interested in, the starlark transformer lets you read yaml, from where you can build up an IR artifact.

But since many of the features of kubernetes is not present in docker compose, it will result in a loss of data.

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