{"id":17255379,"url":"https://github.com/krisnova/krex","last_synced_at":"2025-04-14T05:31:34.431Z","repository":{"id":87263742,"uuid":"139523915","full_name":"krisnova/krex","owner":"krisnova","description":"Kubernetes Resource Explorer","archived":false,"fork":false,"pushed_at":"2018-11-04T12:06:13.000Z","size":37919,"stargazers_count":135,"open_issues_count":11,"forks_count":19,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-27T19:41:55.874Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krisnova.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-03T03:28:49.000Z","updated_at":"2025-03-23T07:18:13.000Z","dependencies_parsed_at":"2023-07-14T02:23:09.548Z","dependency_job_id":null,"html_url":"https://github.com/krisnova/krex","commit_stats":null,"previous_names":["kris-nova/krex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2Fkrex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2Fkrex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2Fkrex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krisnova%2Fkrex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krisnova","download_url":"https://codeload.github.com/krisnova/krex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248826590,"owners_count":21167718,"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":[],"created_at":"2024-10-15T07:11:29.179Z","updated_at":"2025-04-14T05:31:32.539Z","avatar_url":"https://github.com/krisnova.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# krex\n\nKubernetes Resource Explorer\n\nKrex works by building a directional graph (digraph) in memory of\nvarious Kubernetes resources, and then giving you the graph one layer at\na time to explore using an interactive drop down menu. Explore\nKubernetes right from your terminal.\n\n## Get Involved\n\nJoin us in the `#krex` channel in the [Kubernetes Slack community].\n\n## Current state of krex\n\nHandy tool for exploring applications in Kubernetes\n\n## Future of krex\n\nGlobal tool for exploring all things in Kubernetes\n\n## Building krex\n\n### Mac OSX\n\nWe use the C `ncurses` tool internally in Krex to navigate the terminal.\n\nFirst install `ncurses`\n\n``` bash\nbrew install ncurses\n```\n\nExport the `PKG_CONFIG_PATH` variable\n\n``` bash\nexport PKG_CONFIG_PATH=/usr/local/opt/ncurses/lib/pkgconfig\n```\n\nThen use symbolic links to adjust the library for `pkg-config`. (Note:\nmore information can be found [here].\n\n``` bash\nln -s /usr/local/opt/ncurses/lib/pkgconfig/formw.pc /usr/local/opt/ncurses/lib/pkgconfig/form.pc\nln -s /usr/local/opt/ncurses/lib/pkgconfig/menuw.pc /usr/local/opt/ncurses/lib/pkgconfig/menu.pc\nln -s /usr/local/opt/ncurses/lib/pkgconfig/panelw.pc /usr/local/opt/ncurses/lib/pkgconfig/panel.pc\n```\n\nThen build the binary\n\n``` bash\nmake build\n```\n\nand add to your path\n\n``` bash\nmv krex /usr/local/bin\n```\n\n[Kubernetes Slack community]: http://slack.k8s.io/\n[here]: https://gist.github.com/cnruby/960344\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisnova%2Fkrex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrisnova%2Fkrex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrisnova%2Fkrex/lists"}