{"id":20293476,"url":"https://github.com/mingderwang/kubectl-sub-command-search","last_synced_at":"2026-03-05T23:01:26.694Z","repository":{"id":33293648,"uuid":"36938376","full_name":"mingderwang/kubectl-sub-command-search","owner":"mingderwang","description":"kubectl sub-command search for searching micro services from registry.","archived":false,"fork":false,"pushed_at":"2015-09-30T16:34:37.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T05:24:34.973Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/mingderwang.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":"2015-06-05T14:51:09.000Z","updated_at":"2015-11-26T07:50:13.000Z","dependencies_parsed_at":"2022-07-08T12:48:58.372Z","dependency_job_id":null,"html_url":"https://github.com/mingderwang/kubectl-sub-command-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mingderwang/kubectl-sub-command-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fkubectl-sub-command-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fkubectl-sub-command-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fkubectl-sub-command-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fkubectl-sub-command-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingderwang","download_url":"https://codeload.github.com/mingderwang/kubectl-sub-command-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fkubectl-sub-command-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30154266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"ssl_error","status_checked_at":"2026-03-05T22:39:24.771Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-14T15:24:37.457Z","updated_at":"2026-03-05T23:01:26.666Z","avatar_url":"https://github.com/mingderwang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# kubectl-sub-command-search\n\nThe prototype is gonna use \"kube\" command instead.\n\nkubectl sub-command search for searching kubernetes resurces definitions from registry.\n\u003cp/\u003e\nIt is inspired by docker search and puppet search, we can use kube search command (a new command) to find available kubernetes resource files on a shared repository.\n\n# This project is still under development\n\n(started in HACKATHON TAIWAN 6/13-6/14 2015) https://hackathon.tw/index.html\nstill on going, I need architect design for this project.\n(will implement on Docker Hack Day 9/16-9/21 2015) https://blog.docker.com/2015/07/announcing-docker-global-hack-day-3/\n\n# Implementation\n\ncoding on 9/21/2015 for both cli and backend database microserver.\nsource code can be cloned from https://github.com/mingderwang/kube\n\nor \n\n```\ngo get github.com/mingderwang/kube\n```\n\n## The commands will look like these, as follow;\n\nRemark: Current version v1.0.0 only support a sinlte file for push and get.\n\n# Examples\n```\n$ kube search redis\nNAME                          DESCRIPTION                                                    STARS\nmingderwang.redis             ming no slash for tag                                          3\nredis.master                  jak  for tag                                                   5\n\n// then you can get the source code either use git clone, or kube subcommand like get as follow;\n\n$ kube get mingderwang.redis\nget tag:  mingderwang.redis\nNOTICE: You will get the resource files, you can use kubectl command after that.\nThe file is download.\n\n$ ls\nmy-redis-rc.yaml\n\n// so you can create these resources easily by just issue kubectl create command directly as follow;\n\n$ kubectl create -f my-redis-rc.yaml\n\n// you also can vote a repo use \"kube like\" command\n\n$ kube like mingderwang.redis\nI like tag:  mingderwang.redis\n\n$ kube search redis\nNAME                          DESCRIPTION                                                    STARS\nmingderwang.redis             ming no slash for tag                                          4\nredis.master                  jak  for tag                                                   5\n\n// if you want to share your kubernetes resource file(s), use -t for tag and -d for description.\n\n$ kube push my-redis-rc.yaml -t mingderwang.redis -d \"don't use slash in tag\"\n\n```\n\n\n# Usage for v1.0.0\n```\nNAME:\n   kube - cli for sharing kubernetes resource files repos and management\n\nUSAGE:\n   kube [global options] command [command options] [arguments...]\n\nVERSION:\n   1.0.1\n\nCOMMANDS:\n   search, s\tSearch global kubernetes resource with keyword.\n   push\tPush resource files to kube.hub with tag\n   pull \tGet resource files from kube.hub by tag\n   like, star\tAdd a star for a specific resource tag\n   help, h\tShows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --verbose\t\tShow more output\n   --help, -h\t\tshow help\n   --version, -v\tprint the version\n```\n# Community\nThis command will be helpful for people to learn, share, and use resources in kubernetes clusters.\n\u003cp/\u003e\nWelcome to contribute your idea and code, thanks in advance.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fkubectl-sub-command-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingderwang%2Fkubectl-sub-command-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fkubectl-sub-command-search/lists"}