Skip to content

Releases: konveyor/move2kube

Move2Kube v0.1.0-alpha

18 Sep 22:32
Compare
Choose a tag to compare
Pre-release

Move2Kube

Move2Kube is a command-line tool that accelerates the process of re-platforming to Kubernetes/Openshift. It does so by analysing the environment and source artifacts, and asking guidance from the user when required.

Setup

  1. Ensure that the move2kube executable is in path. export PATH=$PATH:$PWD
  2. To install dependencies such as pack, kubectl and operator-sdk, invoke source installdeps.sh.

Usage

  1. Plan : Place source code in a directory say src and generate a plan. For example, you can use the samples directory.
    move2kube plan -s src
  2. Translate : In the same directory, invoke the below command.
    move2kube translate

Note: If information about any runtime instance say cloud foundry or kubernetes cluster needs to be collected use move2kube collect. You can place the collected data in the src directory used in the plan.

Contact

For more information, please contact Amith Singhee ([email protected]) or Ashok Pon Kumar ([email protected])