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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: