rodadmin / Com2Kube

Web application that convert docker-compose files into kubernetes files

Home Page:https://dev.com2kube.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Com2Kube

License code style: prettier BCH compliance

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

Getting started

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

For the future

We would like to add these items:

  • 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

Licence

Apache License

About

Web application that convert docker-compose files into kubernetes files

https://dev.com2kube.io/

License:Apache License 2.0


Languages

Language:JavaScript 85.2%Language:HTML 7.3%Language:Dockerfile 4.5%Language:CSS 2.5%Language:Shell 0.5%