{"id":49621760,"url":"https://github.com/konveyor/move2kube-ui","last_synced_at":"2026-05-05T03:06:53.368Z","repository":{"id":40355790,"uuid":"298626654","full_name":"konveyor/move2kube-ui","owner":"konveyor","description":"An UI for interacting with Move2Kube API","archived":false,"fork":false,"pushed_at":"2024-08-26T07:26:30.000Z","size":2163,"stargazers_count":10,"open_issues_count":9,"forks_count":14,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-08-26T13:56:03.079Z","etag":null,"topics":["hacktoberfest","kubernetes","modernization","move2kube","replatform"],"latest_commit_sha":null,"homepage":"https://move2kube.konveyor.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/konveyor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-25T16:35:41.000Z","updated_at":"2024-07-23T15:51:27.000Z","dependencies_parsed_at":"2023-01-30T09:46:17.770Z","dependency_job_id":"f2b9832d-3600-4eff-b85c-0b858a0170af","html_url":"https://github.com/konveyor/move2kube-ui","commit_stats":null,"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/konveyor/move2kube-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konveyor%2Fmove2kube-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konveyor%2Fmove2kube-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konveyor%2Fmove2kube-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konveyor%2Fmove2kube-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/konveyor","download_url":"https://codeload.github.com/konveyor/move2kube-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/konveyor%2Fmove2kube-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32633445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","kubernetes","modernization","move2kube","replatform"],"created_at":"2026-05-05T03:06:41.566Z","updated_at":"2026-05-05T03:06:53.363Z","avatar_url":"https://github.com/konveyor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build](https://github.com/konveyor/move2kube-ui/workflows/Build/badge.svg 'Github Actions')](https://github.com/konveyor/move2kube-ui/actions?query=workflow%3ABuild)\n[![Docker Repository on Quay](https://quay.io/repository/konveyor/move2kube-ui/status 'Docker Repository on Quay')](https://quay.io/repository/konveyor/move2kube-ui)\n[![License](https://img.shields.io/:license-apache-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/konveyor/move2kube-ui/pulls)\n[\u003cimg src=\"https://img.shields.io/badge/slack-konveyor/move2kube-green.svg?logo=slack\"\u003e](https://kubernetes.slack.com/archives/CR85S82A2)\n\n# Move2Kube-UI\n\nAn UI for interacting with [Move2Kube API](https://github.com/konveyor/move2kube-api).\n\n## Starting the UI\n\n### As a container\n\n```shell\n$ docker run --rm -it -p 8080:8080 move2kube-ui\n```\n\n### As a compose app\n\nUsing `docker`:\n\n```shell\n$ docker-compose up\n```\n\nor using `podman`:\n\n```shell\n$ podman-compose -f podman-compose.yml up\n```\n\n### As a helm chart\n\nMake sure you are logged into a Kubernetes/Openshift cluster\n\n```shell\n$ cd helm-charts\n$ helm install my-m2k-instance ./move2kube/\n```\n\nFor more information and configuration options, see [Move2Kube UI Helm chart](https://github.com/konveyor/move2kube-ui/blob/main/helm-charts/move2kube/README.md)\n\n### As an operator\n\nFor deploying the UI as a Kubernetes Operator, see [Move2Kube Operator](https://github.com/konveyor/move2kube-operator)\n\n## Development\n\n### Running without a container\n\nThis requires Golang 1.18 and NodeJS 16 and above.\n\n1. Install the Move2Kube CLI tool https://github.com/konveyor/move2kube\n1. Install the Move2Kube API server https://github.com/konveyor/move2kube-api\n1. `make install`\n1. `make build`\n1. `pnpm run start`\n\n### Building the container image from source\n\n1. Build the UI image: `make cbuild`\n1. Create a data folder to persist information: `mkdir -p data`\n1. This uses `docker` or `podman` and runs everything inside a single container using the UI image: `make crun`\n1. Access the UI at http://localhost:8080\n\n## Discussion\n\nFor any questions reach out to us on any of the communication channels given on our website https://move2kube.konveyor.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonveyor%2Fmove2kube-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkonveyor%2Fmove2kube-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkonveyor%2Fmove2kube-ui/lists"}