{"id":13510266,"url":"https://github.com/ameerthehacker/kubelive","last_synced_at":"2025-04-04T16:08:21.434Z","repository":{"id":55500349,"uuid":"202549068","full_name":"ameerthehacker/kubelive","owner":"ameerthehacker","description":"kubectl tool reinvented to be more reactive and interactive :fire:","archived":false,"fork":false,"pushed_at":"2021-10-20T15:40:15.000Z","size":3325,"stargazers_count":590,"open_issues_count":10,"forks_count":27,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-28T15:03:36.399Z","etag":null,"topics":["cli","kubectl","kubernetes","realtime"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/kubelive","language":"JavaScript","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/ameerthehacker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-15T13:46:43.000Z","updated_at":"2025-03-24T15:44:29.000Z","dependencies_parsed_at":"2022-08-15T01:50:46.955Z","dependency_job_id":null,"html_url":"https://github.com/ameerthehacker/kubelive","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameerthehacker%2Fkubelive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameerthehacker%2Fkubelive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameerthehacker%2Fkubelive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ameerthehacker%2Fkubelive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ameerthehacker","download_url":"https://codeload.github.com/ameerthehacker/kubelive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208143,"owners_count":20901570,"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":["cli","kubectl","kubernetes","realtime"],"created_at":"2024-08-01T02:01:31.187Z","updated_at":"2025-04-04T16:08:21.388Z","avatar_url":"https://github.com/ameerthehacker.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","cli"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eKubelive\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://circleci.com/gh/ameerthehacker/kubelive/tree/master\"\u003e\n    \u003cimg alt=\"CircleCI\" src=\"https://img.shields.io/circleci/build/github/ameerthehacker/kubelive?style=flat-square\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/ameerthehacker/kubelive\"\u003e\n    \u003cimg alt=\"codecov\" src=\"https://img.shields.io/codecov/c/github/ameerthehacker/kubelive?style=flat-square\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/prettier/prettier\"\u003e\n    \u003cimg alt=\"prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://jestjs.io/\"\u003e\n    \u003cimg alt=\"jest\" src=\"https://img.shields.io/badge/tested%20with-jest-blue?style=flat-square\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/semantic-release/semantic-release\"\u003e\n    \u003cimg alt=\"semantic-release\" src=\"https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003ekubectl\u003c/strong\u003e tool reinvented to be more reactive and interactive\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Demo\" src=\"https://github.com/ameerthehacker/project-assets/blob/master/kubelive/screenshots/kubelive-gif-hq.gif?raw=true\" /\u003e\n\u003c/p\u003e\n\n## Motivation\n\nI felt that the output from **kubectl get pod -w** is very cluttered and it is a pain in my ass to understand which pod is running, which pod is exactly terminating so I built **kubelive** which updates the status of the pods in realtime without cluttering the terminal\n\n## Requirements\n\n- node v10 or higher\n\n## Installation\n\n```sh\nnpm install -g kubelive\n```\n\n## Available commands\n\n- List the pods in the cluster\n\n```sh\nkubelive get pods\n```\n\n- List the services in the cluster\n\n```sh\nkubelive get services\n```\n\n- List the replication controllers in the cluster\n\n```sh\nkubelive get replicationcontrollers\n```\n\n- List the nodes in the cluster\n\n```sh\nkubelive get nodes\n```\n\n- List resources from a different context\n\n```sh\nkubelive get \u003cresource\u003e --context \u003cname\u003e\n```\n\n- List the pods in the cluster in a jiffy\n\n```sh\nkubelive\n```\n\n- Get help on all available commands\n\n```sh\nkubelive help\n```\n\n- Get the current kubelive version\n\n```sh\nkubelive --version\n```\n\nKubelive also supports short names for resources similar to kubectl, the below command will list services\n\n```sh\nkubectl get svc\n```\n\n## Actions\n\n- You can use the :arrow_left: and :arrow_right: keys to switch between available namespaces\n\n- You can use the :arrow_up: and :arrow_down: keys to select a pod\n\n- You can press the **D** key to delete the selected pod\n\n- You can press the **C** key to copy the name of the selected pod\n\n- You can press the **Q** key to quit the app\n\n## What others say\n\n\u003cimg width=\"500px\" src=\"https://raw.githubusercontent.com/ameerthehacker/project-assets/master/kubelive/screenshots/twitter-2.png\" alt=\"twitter-2\" /\u003e\n\u003cimg width=\"500px\" src=\"https://raw.githubusercontent.com/ameerthehacker/project-assets/master/kubelive/screenshots/twitter-1.png\" alt=\"twitter-1\" /\u003e\n\n## Roadmap\n\n- [x] Add support for pods\n- [x] Add support por nodes, services, replication controllers\n- [ ] Add support for ingress, deployments, replica sets\n- [ ] Show live logs from pods\n- [ ] Shell into a running pod\n- [ ] Add support for filter by name flag\n- [ ] Add support for refresh rate flag\n\nShow your support by :star: the repo\n\n## License\n\nMIT © [Ameer Jhan](mailto:ameerjhanprof@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameerthehacker%2Fkubelive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fameerthehacker%2Fkubelive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fameerthehacker%2Fkubelive/lists"}