Docker-Compose/Docker Run to Kubernetes Manifest Conversion Tool
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
Being able to translate readily available compose files to Kubernetes manifests would be absolutely amazing. As someone using K8S in my home for self-hosted deployments, this would be a nice time saver! I know Kompose exists, but using explicit manifest files usually works better in the long run.
I would love to be able to contribute to this, but I am no developer, sadly.
Is their example of this tool in the wild?
I sadly cannot find any alternatives to this. Everything points to using Kompose, but as stated above, Kompose has some drawbacks!
Additional context
No response
Validations
- [x] Check the feature is not already implemented in the project.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [x] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Hi @epoch-philosophy , something like : https://sharevb-it-tools.vercel.app/docker-run-to-kubernetes or https://sharevb-it-tools.vercel.app/docker-compose-to-kubernetes
And if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)
Oh wow. That is exactly what I am looking for! I'm curious did the official IT-Tools deny a pull request to add these features?
Hi @epoch-philosophy , probably because lack of time, I made more than hundred PR so I finaly forked
Ah, well nice. Open source rules! I will use your image then! Thanks a ton for commenting this.