{"id":19967273,"url":"https://github.com/ladicle/kubectl-check","last_synced_at":"2026-01-11T22:54:47.062Z","repository":{"id":57550288,"uuid":"298201422","full_name":"Ladicle/kubectl-check","owner":"Ladicle","description":"Check kubernetes resources.","archived":false,"fork":false,"pushed_at":"2025-04-24T01:23:52.000Z","size":77,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-04T00:32:12.652Z","etag":null,"topics":["deployment","hacktoberfest","kubectl-plugin","kubernetes"],"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/Ladicle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["Ladicle"]}},"created_at":"2020-09-24T07:28:06.000Z","updated_at":"2025-04-24T01:23:55.000Z","dependencies_parsed_at":"2025-05-04T00:31:54.038Z","dependency_job_id":"abb716c3-5819-483c-a83a-7018c8d36783","html_url":"https://github.com/Ladicle/kubectl-check","commit_stats":null,"previous_names":["ladicle/kubectl-diagnose"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/Ladicle/kubectl-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ladicle","download_url":"https://codeload.github.com/Ladicle/kubectl-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266983414,"owners_count":24016549,"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-07-25T02:00:09.625Z","response_time":70,"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":["deployment","hacktoberfest","kubectl-plugin","kubernetes"],"created_at":"2024-11-13T02:40:49.891Z","updated_at":"2026-01-11T22:54:47.001Z","avatar_url":"https://github.com/Ladicle.png","language":"Go","funding_links":["https://github.com/sponsors/Ladicle"],"categories":[],"sub_categories":[],"readme":"# kubectl-check\n\n`kubectl-check` is a kubectl plugin that checks Kubernetes resources. \nCurrently it supports deployment, daemonset and statefulset.\n\n## Installation\n\n```bash\n$ brew install Ladicle/brew/kubectl-check\n```\n\n## Usage\n\n```bash\n$ kubectl check -h\nCheck Kubernetes resource status\n\nUsage:\n  kubectl check [flags...] \u003cresource\u003e \u003cname\u003e\n\nResources:\n  - daemonset, ds\n  - deployment, deploy, dp\n  - statefulset, sts\n\nFlags:\n  --version    Version for check\n  --options    Show full options of this command\n  -h, --help   Show this message\n  -R, --color  Enable color output even if stdout is not a terminal\n\nUse \"kubectl check --options\" for full information about global flags.\nUse \"kubectl check \u003cresource\u003e --help\" for more information about each resource.\n```\n\n## Getting Started\n\n```bash\n$ kubectl create deployment hello --image=not/found\ndeployment.apps/hello created\n\n$ kubectl check deploy hello\nDeployment \"default/hello\" is not available (0/1):\n\n[ErrImagePull] Pod/hello-7d8df5b78-5zj6x/Container{found}: rpc error: code = Unknown desc = Error response from daemon: pull access denied for not/found, repository does not exist or may require 'docker login': denied: requested access to the resource is denied (restarted x0)\n\nReason  Age   From              Object                                            Message\n------  ----  ----              ------                                            -------\nFailed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Failed to pull image \"not/found\": rpc error: code = Unknown desc = Error response from daemon: pull access denied for not/found, repository does not exist or may require 'docker login': denied: requested access to the resource is denied\nFailed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Error: ErrImagePull\nFailed  4s    kubelet, worker2  Pod/hello-7d8df5b78-5zj6x/spec.containers{found}  Error: ImagePullBackOff\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladicle%2Fkubectl-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fladicle%2Fkubectl-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fladicle%2Fkubectl-check/lists"}