{"id":15924063,"url":"https://github.com/yusufcanb/kubot","last_synced_at":"2026-04-20T10:33:22.594Z","repository":{"id":153077080,"uuid":"623122874","full_name":"yusufcanb/kubot","owner":"yusufcanb","description":"Distribute robot scripts on Kubernetes workloads. ☸️🤖","archived":false,"fork":false,"pushed_at":"2023-07-26T20:00:11.000Z","size":83,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T02:04:31.149Z","etag":null,"topics":["automation","concurency","kubernetes","robotframework"],"latest_commit_sha":null,"homepage":"","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/yusufcanb.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-04-03T18:36:46.000Z","updated_at":"2024-03-25T22:49:45.000Z","dependencies_parsed_at":"2024-06-21T18:58:51.553Z","dependency_job_id":"145374f4-b70f-4f0c-98fa-53b7083cc455","html_url":"https://github.com/yusufcanb/kubot","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yusufcanb/kubot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fkubot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fkubot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fkubot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fkubot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusufcanb","download_url":"https://codeload.github.com/yusufcanb/kubot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusufcanb%2Fkubot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["automation","concurency","kubernetes","robotframework"],"created_at":"2024-10-06T21:04:37.616Z","updated_at":"2026-04-20T10:33:22.574Z","avatar_url":"https://github.com/yusufcanb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubot - Parallelizing Robot Scripts over Kubernetes Workloads\n\nKubot is a command-line interface (CLI) program designed to parallelize and distribute the execution of Robot Framework\nscripts over Kubernetes workloads. It enables efficient and scalable execution of robot scripts using the power of\nKubernetes.\n\n## Features\n\n- **Parallel Execution**: Kubot utilizes Kubernetes workloads to parallelize the execution of Robot Framework scripts,\n  significantly reducing the overall execution time.\n- **Flexible Workspace**: You can specify the workspace path where your robot scripts are located, allowing you to\n  easily manage and organize your test suites.\n- **Batch Execution**: Define the batch size for parallel execution, controlling the number of scripts executed\n  concurrently.\n\n## Installation\n\nTo install Kubot, you need to have Go programming language. Then, run the following\ncommand:\n\n```bash\ngo get github.com/yusufcanb/kubot\n```\n\n## Usage\n\n```bash\nkubot exec --workspace=/path/to/scripts \\\n           --name=\"Daily UI Scan\" \\\n           --batchsize=15 \\\n           --namespace=kubot \\\n           --image=docker.io/marketsquare/robotframework-browser:latest\n```\n\n## Flags\n\n- **--workspace (-w)**: Specifies the path to the workspace containing your robot scripts.\n- **--name (-n)**: Sets the top-level suite name for logs and reports generated by the execution.\n- **--batchsize (-b)**: Defines the execution batch size, controlling the number of scripts executed concurrently. The\n  default value is 25.\n- **--namespace**: Specifies the Kubernetes namespace where the workloads will be created.\n- **--image (-i)**: Sets the Docker image to be used for the execution of robot scripts.\n- **--selector (-s)**: Allows you to specify a script selector, such as tasks/*, to execute specific scripts or groups\n  of\n  scripts within your workspace.\n\n## Workload Configuration\n\nHere is the workload configuration parameters you can use;\n\n| Name                     | Description            | Default |\n|--------------------------|------------------------|---------|\n| KUBOT_POD_CPU_REQUEST    | CPU request per Pod    | 250m    | \n| KUBOT_POD_MEMORY_REQUEST | Memory request per Pod | 128Mi   |\n| KUBOT_POD_CPU_LIMIT      | CPU limit per Pod      | 250m    |\n| KUBOT_POD_MEMORY_LIMIT   | Memory limit per Pod   | 256Mi   |\n\n## Contributing\n\nContributions to Kubot are welcome! If you encounter any issues or have suggestions for improvements, please submit an\nissue or a pull request to the GitHub repository.\n\nBefore contributing, please familiarize yourself with the general contribution guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufcanb%2Fkubot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusufcanb%2Fkubot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusufcanb%2Fkubot/lists"}