An UI for interacting with Move2Kube API.
$ docker run --rm -it -p 8080:8080 move2kube-ui
Using docker
:
$ docker-compose up
or using podman
:
$ podman-compose -f podman-compose.yml up
Make sure you are logged into a Kubernetes/Openshift cluster
$ cd helm-charts
$ helm install my-m2k-instance ./move2kube/
For more information and configuration options, see Move2Kube UI Helm chart
For deploying the UI as a Kubernetes Operator, see Move2Kube Operator
This requires Golang 1.18 and NodeJS 16 and above.
- Install the Move2Kube CLI tool https://github.com/konveyor/move2kube
- Install the Move2Kube API server https://github.com/konveyor/move2kube-api
make install
make build
pnpm run start
- Build the UI image:
make cbuild
- Create a data folder to persist information:
mkdir -p data
- This uses
docker
orpodman
and runs everything inside a single container using the UI image:make crun
- Access the UI at http://localhost:8080
For any questions reach out to us on any of the communication channels given on our website https://move2kube.konveyor.io/