{"id":23044617,"url":"https://github.com/cvhariharan/kubernetes-job-queue","last_synced_at":"2026-05-03T02:40:02.286Z","repository":{"id":178084025,"uuid":"660977557","full_name":"cvhariharan/kubernetes-job-queue","owner":"cvhariharan","description":"A test project to try different job queue patterns with kubernetes","archived":false,"fork":false,"pushed_at":"2023-07-02T11:56:32.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T16:12:24.948Z","etag":null,"topics":["jobqueue","kubernetes"],"latest_commit_sha":null,"homepage":"https://blog.trieoflogs.com/jobqueue","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cvhariharan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2023-07-01T11:57:36.000Z","updated_at":"2023-07-12T14:01:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"82da6c0d-41b6-48c1-bdcf-c848c9e24324","html_url":"https://github.com/cvhariharan/kubernetes-job-queue","commit_stats":null,"previous_names":["cvhariharan/kubernetes-job-queue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvhariharan%2Fkubernetes-job-queue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvhariharan%2Fkubernetes-job-queue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvhariharan%2Fkubernetes-job-queue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvhariharan%2Fkubernetes-job-queue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvhariharan","download_url":"https://codeload.github.com/cvhariharan/kubernetes-job-queue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922237,"owners_count":20855343,"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":["jobqueue","kubernetes"],"created_at":"2024-12-15T21:14:20.536Z","updated_at":"2026-05-03T02:39:57.263Z","avatar_url":"https://github.com/cvhariharan.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Kubernetes Job Queue\nA test project to try different solutions to build a job queue on top of Kubernetes.\n\n\n### Setup\nCreate a cluster\n```bash\ngo install sigs.k8s.io/kind@v0.20.0 \u0026\u0026 kind create cluster\n```\nBuild the image\n```bash\ndocker build . -t worker:1\n```\nDirectly running the image will start an API server. Additional flags can be passed to start a worker node (`WORKER`) and to exit if the queue is empty (`EXIT`).  \n  \nLoad the image into the cluster\n```bash\nkind load docker-image worker:1\n```\n\nDeploy the definitions from `deployments/` folder. Each file is a different approach.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvhariharan%2Fkubernetes-job-queue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvhariharan%2Fkubernetes-job-queue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvhariharan%2Fkubernetes-job-queue/lists"}