{"id":30641122,"url":"https://github.com/kitproj/kubeauto","last_synced_at":"2026-03-06T09:32:18.439Z","repository":{"id":272074255,"uuid":"915399133","full_name":"kitproj/kubeauto","owner":"kitproj","description":"Automatically display Kubernetes resource status, automatically forward ports, automatically tail logs","archived":false,"fork":false,"pushed_at":"2025-11-18T16:14:08.000Z","size":36,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T18:10:24.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kitproj.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-11T18:39:59.000Z","updated_at":"2025-11-18T16:14:11.000Z","dependencies_parsed_at":"2025-08-31T01:44:10.514Z","dependency_job_id":null,"html_url":"https://github.com/kitproj/kubeauto","commit_stats":null,"previous_names":["alexec/kubeauto"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/kitproj/kubeauto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitproj%2Fkubeauto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitproj%2Fkubeauto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitproj%2Fkubeauto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitproj%2Fkubeauto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kitproj","download_url":"https://codeload.github.com/kitproj/kubeauto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kitproj%2Fkubeauto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30168982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-08-31T01:34:05.703Z","updated_at":"2026-03-06T09:32:18.431Z","avatar_url":"https://github.com/kitproj.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubeauto\n\nThe project reduces the difficulty of running and debugging Kubernetes locally (e.g. using Kind or K3s);\n\n- It automatically displays the status of the resource, and the status is updated in real time.\n- It automatically tails logs from pods as they're created.\n- It automatically forwards ports to the local machine, as they're created.\n\nI wrote it because of buggy scripts that use `kubetl logs -l` and `kube port-forward`.\n\n## Installation\n\nFind the latest release on the releases page:\n\n```bash\nsudo curl --fail --silent --location --output /usr/local/bin/kubeauto \\\n  https://github.com/kitproj/kubeauto/releases/download/v1.0.0/kubeauto_v1.0.0_linux_amd64 \u0026\u0026 \\\n  sudo chmod +x /usr/local/bin/kubeauto\n```\n\nFor Go users\n\n```bash\ngo install github.com/kitproj/kubeauto@v1.0.0\n```\n\n## Usage\n\n```bash\nUsage of kubeauto:\n  -g string\n        the group to watch, defaults to core resources\n  -h    print help\n  -l string\n        comma separated list of labels to filter resources, e.g. app=nginx, defaults to all resources\n  -n string\n        namespace to filter resources, defaults to the current namespace \n  -p int\n        the offset to add to the host port, e.g. if the container listens on 8080 and the host port is 30000, the offset is 38080, defaults to 30000 (default 30000)\n\n```\n\n```bash\nacollins8@macos-QH70WPJVXY kubeauto % k create ns my-ns\nnamespace/my-ns created\n\nacollins8@macos-QH70WPJVXY kubeauto % k apply -n my-ns -f testdata\n...\nacollins8@macos-QH70WPJVXY kubeauto % go run .  -n my-ns -l app=nginx -p 40000 \n[pods/nginx-77d8468669-4d8qr] (Running) : \n[pods/nginx-77d8468669-zstvn] (Running) : \n...\n[pods/nginx-77d8468669-zstvn] nginx port-forwarding 80 -\u003e 40080\n[pods/nginx-77d8468669-zstvn] nginx:  Forwarding from 127.0.0.1:40080 -\u003e 80\n[pods/nginx-77d8468669-zstvn] nginx:  Forwarding from [::1]:40080 -\u003e 80\n... \n```\n\n```bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitproj%2Fkubeauto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitproj%2Fkubeauto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitproj%2Fkubeauto/lists"}