Kompose UI is a web interface for Kompose. It helps people easily switch from docker-compose
to Kubernetes
by converting the YAML files.
Here is a live demo for the project
You can either use the docker image from docker hub or run the project locally
- Pull latest image
docker pull jadcham/komposeui:latest
- Run the container
docker run -it --name komposeui -p 8000:8000 jadcham/komposeui
That's it ! Happy converting.
- Setup venv and install requirements
uv sync --frozen
- Prepare the database
uv run python manage.py makemigrations
uv run python manage.py migrate
- Run server
uv run python manage.py runserver 0.0.0.0:8000
Issues: If you find an issue or want to suggest a feature file an issue here.
Contributions: If you want to contribute to the project make a pull request.