Skip to content

Web application that convert docker-compose files to kubernetes files

License

Notifications You must be signed in to change notification settings

Com2Kube/Com2Kube

Repository files navigation

Com2Kube

License code style: prettier BCH compliance Azure DevOps build Azure DevOps tests Azure DevOps Deploy

This project aims to provide an easy way for docker-compose users to convert their deployment files for Kubernetes

com2kube demo

Installation

git clone https://github.com/Com2Kube/Com2Kube.git
cd Com2Kube
npm install

Start the project locally

We are using Docker as our development environment so that anyone can simply clone the repository and get to work in minutes. The only requirements is to have Docker and docker-compose installed on your computer.

docker-compose up

To force docker to rebuild the images : docker-compose up --build

Build with

Frontend

Backend

  • ExpressJS
  • Multer
  • Kompose

Roadmap

  • File drop
  • Helm Chart
  • Download the file with preview option
  • Dark theme
  • Save file to Github repo

Contribute

Thank your for contributing to our project. Please follow our Contributing documentation and the Code of Conduct

Contributors

You can reach us by email.

Release History

Please check our CHANGELOG or our release.

Licence

Apache License