{"id":13522620,"url":"https://github.com/emirozer/kubectl-doctor","last_synced_at":"2025-10-14T09:47:10.792Z","repository":{"id":35647802,"uuid":"198386182","full_name":"emirozer/kubectl-doctor","owner":"emirozer","description":" kubectl cluster triage plugin for k8s - 🏥   (brew doctor equivalent)","archived":false,"fork":false,"pushed_at":"2022-10-06T14:33:46.000Z","size":79,"stargazers_count":355,"open_issues_count":11,"forks_count":26,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-02T06:34:31.912Z","etag":null,"topics":["kubernetes","kubernetes-cluster","kubernetes-deployment","kubernetes-monitoring"],"latest_commit_sha":null,"homepage":"","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/emirozer.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}},"created_at":"2019-07-23T08:25:16.000Z","updated_at":"2024-11-01T19:22:21.000Z","dependencies_parsed_at":"2023-01-16T02:06:59.707Z","dependency_job_id":null,"html_url":"https://github.com/emirozer/kubectl-doctor","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirozer%2Fkubectl-doctor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirozer%2Fkubectl-doctor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirozer%2Fkubectl-doctor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emirozer%2Fkubectl-doctor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emirozer","download_url":"https://codeload.github.com/emirozer/kubectl-doctor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246552878,"owners_count":20795830,"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":["kubernetes","kubernetes-cluster","kubernetes-deployment","kubernetes-monitoring"],"created_at":"2024-08-01T06:00:50.090Z","updated_at":"2025-10-14T09:47:05.756Z","avatar_url":"https://github.com/emirozer.png","language":"Go","funding_links":[],"categories":["Go","kubectl Plugins","Diagnostics \u0026 Troubleshooting"],"sub_categories":["Installing plugins via awesome-kubectl-plugins"],"readme":"# Kubernetes CLI Plugin - Doctor\n\nThis plugin is inspired from [brew](http://brew.sh/) doctor :) It will scan your currently `target`ed k8s cluster to see if there are anomalies or useful action points that it can report back to you.\n\nThis plugin does *not* change any state or configuration, it merely just scans and gathers information than reports back anomalies in yaml format.\n\n![Demo](./docs/example.svg)\n\n## Install\n1. Download a zip that contains the binary from [releases](https://github.com/emirozer/kubectl-doctor/releases) that is compatible with your os/arch\n2. Unzip to get `kubectl-doctor`  (or `kubectl-doctor.exe` if windows)\n3. Add it to your `PATH`\n\n## Usage\nWhen the plugin binary is found from `PATH` you can just execute it through `kubectl` CLI\n```shell\nkubectl doctor\n```\n\n## Current list of anomaly checks\n\n* core component health (etcd cluster members, scheduler, controller-manager)\n* orphan endpoints (endpoints with no ipv4 attached)\n* persistent-volume available \u0026 unclaimed\n* persistent-volume-claim in lost state\n* k8s nodes that are not in ready state\n* orphan replicasets (desired number of replicas are bigger than 0 but the available replicas are 0)\n* leftover replicasets (desired number of replicas and the available # of replicas are 0)\n* orphan deployments (desired number of replicas are bigger than 0 but the available replicas are 0)\n* leftover deployments (desired number of replicas and the available # of replicas are 0)\n* leftover cronjobs (last active date is more than 30 days)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femirozer%2Fkubectl-doctor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femirozer%2Fkubectl-doctor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femirozer%2Fkubectl-doctor/lists"}