{"id":19888266,"url":"https://github.com/project-codeflare/multi-cluster-app-dispatcher","last_synced_at":"2025-04-05T14:08:35.489Z","repository":{"id":35180778,"uuid":"211171025","full_name":"project-codeflare/multi-cluster-app-dispatcher","owner":"project-codeflare","description":"Holistic job manager on Kubernetes","archived":false,"fork":false,"pushed_at":"2024-02-20T17:09:07.000Z","size":75240,"stargazers_count":114,"open_issues_count":174,"forks_count":64,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-29T13:11:30.869Z","etag":null,"topics":["fifo","multi-cluster","priority","queueing","quota-management","resource-abstraction"],"latest_commit_sha":null,"homepage":"","language":"Go","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/project-codeflare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-09-26T19:57:05.000Z","updated_at":"2025-03-25T21:28:23.000Z","dependencies_parsed_at":"2023-10-20T16:30:09.901Z","dependency_job_id":"bfbe1621-d7ef-46e8-808a-0d8c381ea47d","html_url":"https://github.com/project-codeflare/multi-cluster-app-dispatcher","commit_stats":null,"previous_names":["ibm/multi-cluster-app-dispatcher"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-codeflare%2Fmulti-cluster-app-dispatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-codeflare%2Fmulti-cluster-app-dispatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-codeflare%2Fmulti-cluster-app-dispatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-codeflare%2Fmulti-cluster-app-dispatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-codeflare","download_url":"https://codeload.github.com/project-codeflare/multi-cluster-app-dispatcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345854,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["fifo","multi-cluster","priority","queueing","quota-management","resource-abstraction"],"created_at":"2024-11-12T18:06:46.468Z","updated_at":"2025-04-05T14:08:35.468Z","avatar_url":"https://github.com/project-codeflare.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./doc/images/mcad_logo.png\" width=\"400\" height=\"350\"\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.com/project-codeflare/multi-cluster-app-dispatcher/issues)\n\nMulti-Cluster App Dispatcher\n==\n\nThe `multi-cluster-app-dispatcher` is a Kubernetes controller providing mechanisms for applications to manage batch jobs in a single or multi-cluster environment.\n\nThe `multi-cluster-app-dispatcher` (`MCAD`) controller is capable of (i) providing an abstraction for wrapping all resources of the job/application and treating them holistically, (ii) queuing job/application creation requests and applying different queuing policies, e.g., First In First Out, Priority, (iii) dispatching the job to one of multiple clusters, where a `MCAD` queuing agent runs, using configurable dispatch policies, and (iv) auto-scaling pod sets, balancing job demands and cluster availability (future work).\n\n\n## Build Information\n\nFollow the [build instructions here](./doc/build/build.md) to build the Multi-Cluster-App-Dispatcher controller.\n\n## Deployment Information\n\nRefer to [deployment instructions here](./doc/deploy/deployment.md) on how to deploy the `multi-cluster-app-dispatcher` as a controller in Kubernetes.\n\nAlternatively, for a quick deployment, you can use the `easy-deploy` make target to build, push, and deploy your custom image of MCAD on your Kubernetes cluster:\n```\nmake easy-deploy TAG=\u003cimage tag\u003e USERNAME=\u003cquay.io username\u003e\n```\nNote: Ensure you are logged into your quay.io account on your local machine, and your kubeconfig is pointing to the cluster you want to deploy MCAD on.\n\n## Release Process\n\n1. Run the [mcad-release.yml](https://github.com/project-codeflare/actions/workflows/mcad-release.yml) action under `Actions` by entering the new release version in the `Release tag` input field and click `Run workflow`.\n   ![mcad-release](doc/images/mcad-release.png)\n\n2. Verify that [mcad-release.yml](https://github.com/project-codeflare/actions/workflows/mcad-release.yml) action passed successfully. The workflow will Build and push the image to [mcad-controller quay repository](https://quay.io/repository/project-codeflare/mcad-controller?tab=tags) with specified release version tag and create GitHub release tag.\n\n3. Verify a new release is created on the [Releases page](https://github.com/project-codeflare/multi-cluster-app-dispatcher/releases).\n\n4. The latest release changes should also reflect in the [mcad go package module](https://pkg.go.dev/github.com/project-codeflare/multi-cluster-app-dispatcher).\n\n## Tutorial\n\nRefer to the [tutorial](./doc/usage/tutorial.md) on how to use `multi-cluster-app-dispatcher` to run batch job in Kubernetes\n\n## Overall Architecture\n\n![xqueuejob-controler](doc/images/xqueuejob-controller.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-codeflare%2Fmulti-cluster-app-dispatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-codeflare%2Fmulti-cluster-app-dispatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-codeflare%2Fmulti-cluster-app-dispatcher/lists"}