it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] Docker command to Kubernetes kustomization

Open TheAnachronism opened this issue 1 year ago • 4 comments

What tool do you want? There's already a tool to convert a docker run command into a docker-compose configuration. It would be nice to convert such a command into pure Kubernetes manifests, and maybe even provide a kustomization config for all of these manifests.

Describe the solution you'd like Similarly, like the docker converter, one should be able to supply a docker run command, and it results in a YAML file containing all the different Kubernetes manifests.

Is their example of this tool in the wild? There's kompose.io, which can convert a docker-compose file into Kubernetes manifests, so currently one could chain these tools together.

TheAnachronism avatar Feb 13 '24 09:02 TheAnachronism

Hi @TheAnachronism, will look to implement this (since I did many improvment to composerize.com and corresponding tool) By the way, not sure to know what is "kustomization config"

sharevb avatar Feb 18 '24 11:02 sharevb

Hey there, thanks for having a look. With kustomize, I mean: https://kustomize.io/

Its a way to easily group and patch kubernetes manifests.

TheAnachronism avatar Feb 18 '24 11:02 TheAnachronism

Hi @TheAnachronism and @CorentinTh , found docker2kube on npm (which also use composerize), implemented in #889 and #890

sharevb avatar Feb 18 '24 19:02 sharevb