Releases: konveyor/move2kube
Releases · konveyor/move2kube
Move2Kube v0.1.0-alpha
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
- Ensure that the move2kube executable is in path.
export PATH=$PATH:$PWD
- To install dependencies such as
pack
,kubectl
andoperator-sdk
, invokesource installdeps.sh
.
Usage
- Plan : Place source code in a directory say
src
and generate a plan. For example, you can use thesamples
directory.
move2kube plan -s src
- 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])