{"id":22712541,"url":"https://github.com/vfx1b/kubectl-really-get-all","last_synced_at":"2025-04-13T16:32:52.897Z","repository":{"id":198318502,"uuid":"619555418","full_name":"vfx1b/kubectl-really-get-all","owner":"vfx1b","description":"A kubectl get plugin that allows you to list every resource in your cluster","archived":false,"fork":false,"pushed_at":"2024-01-26T23:20:41.000Z","size":61,"stargazers_count":43,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T07:21:40.216Z","etag":null,"topics":["go","golang","kubectl","kubectl-plugin","kubectl-plugins","kubernetes","kubernetes-client"],"latest_commit_sha":null,"homepage":"","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/vfx1b.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":"2023-03-27T11:25:57.000Z","updated_at":"2023-12-25T03:25:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"9785c947-a233-4ecb-8f5a-9bf456be29ef","html_url":"https://github.com/vfx1b/kubectl-really-get-all","commit_stats":null,"previous_names":["vfx1b/kubectl-really-get-all"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfx1b%2Fkubectl-really-get-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfx1b%2Fkubectl-really-get-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfx1b%2Fkubectl-really-get-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfx1b%2Fkubectl-really-get-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vfx1b","download_url":"https://codeload.github.com/vfx1b/kubectl-really-get-all/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248743995,"owners_count":21154784,"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":["go","golang","kubectl","kubectl-plugin","kubectl-plugins","kubernetes","kubernetes-client"],"created_at":"2024-12-10T13:12:29.294Z","updated_at":"2025-04-13T16:32:52.874Z","avatar_url":"https://github.com/vfx1b.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubectl-really-get-all plugin\n\nInstall instructions:\n\n```\n$ git clone https://github.com/vfx1b/kubectl-really-get-all.git\n\n$ cd kubectl-really-get-all\n$ go install\n```\nor\n```\nmake install\n```\n\n\nSample command:\n\n```\n$ kubectl really get all -n cert-manager\nNAME\t\t\t\tDATA\tAGE\nconfigmap/cert-manager-webhook\t0\t5h43m\nconfigmap/kube-root-ca.crt\t1\t5h43m\n\nNAME\t\t\t\tENDPOINTS\t\tAGE\nendpoint/cert-manager\t\t10.244.0.7:9402\t\t5h43m\nendpoint/cert-manager-webhook\t10.244.0.6:10250\t5h43m\n\nNAME\t\t\t\t\t\tREADY\tSTATUS\t\tRESTARTS\tAGE\npod/cert-manager-59bf757d77-bsvb6\t\t1/1\tRunning\t\t0\t\t5h43m\npod/cert-manager-cainjector-547c9b8f95-q9zsx\t1/1\tRunning\t\t0\t\t5h43m\npod/cert-manager-webhook-6787f645b9-6blb7\t1/1\tRunning\t\t0\t\t5h43m\n\nNAME\t\t\t\t\t\tTYPE\t\t\tDATA\tAGE\nsecret/cert-manager-webhook-ca\t\t\tOpaque\t\t\t3\t5h43m\nsecret/sh.helm.release.v1.cert-manager.v1\thelm.sh/release.v1\t1\t5h43m\n\nNAME\t\t\t\t\tSECRETS\t\tAGE\nserviceaccount/cert-manager\t\t0\t\t5h43m\nserviceaccount/cert-manager-cainjector\t0\t\t5h43m\nserviceaccount/cert-manager-webhook\t0\t\t5h43m\nserviceaccount/default\t\t\t0\t\t5h43m\n\nNAME\t\t\t\tTYPE\t\tCLUSTER-IP\tEXTERNAL-IP\tPORT(S)\t\tAGE\nservice/cert-manager\t\tClusterIP\t10.96.74.250\t\u003cnone\u003e\t\t9402/TCP\t5h43m\nservice/cert-manager-webhook\tClusterIP\t10.96.132.137\t\u003cnone\u003e\t\t443/TCP\t\t5h43m\n\nNAME\t\t\t\t\tREADY\tUP-TO-DATE\tAVAILABLE\tAGE\ndeployment/cert-manager\t\t\t1/1\t1\t\t1\t\t5h43m\ndeployment/cert-manager-cainjector\t1/1\t1\t\t1\t\t5h43m\ndeployment/cert-manager-webhook\t\t1/1\t1\t\t1\t\t5h43m\n\nNAME\t\t\t\t\t\tDESIRED\t\tCURRENT\t\tREADY\tAGE\nreplicaset/cert-manager-59bf757d77\t\t1\t\t1\t\t1\t5h43m\nreplicaset/cert-manager-cainjector-547c9b8f95\t1\t\t1\t\t1\t5h43m\nreplicaset/cert-manager-webhook-6787f645b9\t1\t\t1\t\t1\t5h43m\n\nNAME\t\t\t\t\t\t\tROLE\t\t\t\t\t\tAGE\nrolebinding/cert-manager-webhook:dynamic-serving\tRole/cert-manager-webhook:dynamic-serving\t5h43m\n\nNAME\t\t\t\t\t\tCREATED AT\nrole/cert-manager-webhook:dynamic-serving\t2023-03-27T11:55:31Z\n\nNAME\t\t\t\t\t\tADDRESSTYPE\tPORTS\tENDPOINTS\tAGE\nendpointslice/cert-manager-trr46\t\tIPv4\t\t9402\t10.244.0.7\t5h43m\nendpointslice/cert-manager-webhook-t47wg\tIPv4\t\t10250\t10.244.0.6\t5h43m\n```\nStandard `kubectl get all` for comparison:\n\n```\n$ kubectl get all -n cert-manager\nNAME                                           READY   STATUS    RESTARTS   AGE\npod/cert-manager-59bf757d77-bsvb6              1/1     Running   0          5h7m\npod/cert-manager-cainjector-547c9b8f95-q9zsx   1/1     Running   0          5h7m\npod/cert-manager-webhook-6787f645b9-6blb7      1/1     Running   0          5h7m\n\nNAME                           TYPE        CLUSTER-IP      EXTERNAL-IP   PORT(S)    AGE\nservice/cert-manager           ClusterIP   10.96.74.250    \u003cnone\u003e        9402/TCP   5h7m\nservice/cert-manager-webhook   ClusterIP   10.96.132.137   \u003cnone\u003e        443/TCP    5h7m\n\nNAME                                      READY   UP-TO-DATE   AVAILABLE   AGE\ndeployment.apps/cert-manager              1/1     1            1           5h7m\ndeployment.apps/cert-manager-cainjector   1/1     1            1           5h7m\ndeployment.apps/cert-manager-webhook      1/1     1            1           5h7m\n\nNAME                                                 DESIRED   CURRENT   READY   AGE\nreplicaset.apps/cert-manager-59bf757d77              1         1         1       5h7m\nreplicaset.apps/cert-manager-cainjector-547c9b8f95   1         1         1       5h7m\nreplicaset.apps/cert-manager-webhook-6787f645b9      1         1         1       5h7m\n```\n\nTODO:\n* handle kube env\n* better parameters","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfx1b%2Fkubectl-really-get-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvfx1b%2Fkubectl-really-get-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfx1b%2Fkubectl-really-get-all/lists"}