{"id":34599499,"url":"https://github.com/doganarif/k9sight","last_synced_at":"2025-12-24T12:08:49.227Z","repository":{"id":327416618,"uuid":"1109217561","full_name":"doganarif/k9sight","owner":"doganarif","description":"A fast, keyboard-driven TUI for debugging Kubernetes workloads","archived":false,"fork":false,"pushed_at":"2025-12-03T20:41:13.000Z","size":1448,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-06T18:26:03.253Z","etag":null,"topics":["cli","debugging","devops","go","k8s","kubectl","kubernetes","terminal","tui"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doganarif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-03T13:56:22.000Z","updated_at":"2025-12-05T07:32:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/doganarif/k9sight","commit_stats":null,"previous_names":["doganarif/k9sight"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/doganarif/k9sight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doganarif%2Fk9sight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doganarif%2Fk9sight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doganarif%2Fk9sight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doganarif%2Fk9sight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doganarif","download_url":"https://codeload.github.com/doganarif/k9sight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doganarif%2Fk9sight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28002250,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["cli","debugging","devops","go","k8s","kubectl","kubernetes","terminal","tui"],"created_at":"2025-12-24T12:08:44.667Z","updated_at":"2025-12-24T12:08:49.221Z","avatar_url":"https://github.com/doganarif.png","language":"Go","readme":"# k9sight\n\nA fast, keyboard-driven TUI for debugging Kubernetes workloads.\n\n![Go](https://img.shields.io/badge/Go-1.21+-00ADD8?style=flat\u0026logo=go)\n![License](https://img.shields.io/badge/License-MIT-blue.svg)\n\n![k9sight demo](demo.gif)\n\n## Features\n\n- Browse deployments, statefulsets, daemonsets, jobs, cronjobs\n- View pod logs with search, time filtering, and container selection\n- Execute into pods, port-forward, and describe directly from TUI\n- Scale and restart workloads\n- Monitor events and resource metrics\n- Debug helpers for common issues (CrashLoopBackOff, ImagePullBackOff, etc.)\n- Vim-style navigation\n\n## Install\n\n**Homebrew:**\n```bash\nbrew install doganarif/tap/k9sight\n```\n\n**Go:**\n```bash\ngo install github.com/doganarif/k9sight/cmd/k9sight@latest\n```\n\n**From source:**\n```bash\ngit clone https://github.com/doganarif/k9sight.git\ncd k9sight\ngo build -o k9sight ./cmd/k9sight\n```\n\n## Usage\n\n```bash\nk9sight\n```\n\n### Key Bindings\n\n**Navigation**\n| Key | Action |\n|-----|--------|\n| `j/k` | Navigate up/down |\n| `enter` | Select |\n| `esc` | Back / Close |\n| `/` | Search/Filter |\n| `n` | Change namespace |\n| `t` | Change resource type |\n| `?` | Help |\n| `q` | Quit |\n\n**Workload Actions**\n| Key | Action |\n|-----|--------|\n| `s` | Scale deployment/statefulset |\n| `R` | Restart workload |\n\n**Pod Actions** (in pod view)\n| Key | Action |\n|-----|--------|\n| `a` | Actions menu (exec, port-forward, describe, delete) |\n| `y` | Copy kubectl commands |\n\n**Logs Panel**\n| Key | Action |\n|-----|--------|\n| `/` | Search logs |\n| `[` `]` | Cycle containers |\n| `P` | Previous container logs |\n| `T` | Time filter (5m/15m/1h/6h) |\n| `f` | Toggle follow |\n| `e` | Jump to next error |\n\n**Panels**\n| Key | Action |\n|-----|--------|\n| `1-4` | Focus panel (logs/events/metrics/manifest) |\n| `tab` | Next panel |\n| `v` | Fullscreen toggle |\n\n## Requirements\n\n- Go 1.21+\n- kubectl configured with cluster access\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoganarif%2Fk9sight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoganarif%2Fk9sight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoganarif%2Fk9sight/lists"}