{"id":22903803,"url":"https://github.com/betacatpro/kubeclustermanagement","last_synced_at":"2025-08-19T19:22:08.123Z","repository":{"id":187181826,"uuid":"674469807","full_name":"BetaCatPro/KubeClusterManagement","owner":"BetaCatPro","description":"Kubernetes 集群管理平台","archived":false,"fork":false,"pushed_at":"2023-08-16T11:24:43.000Z","size":316,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T14:54:12.313Z","etag":null,"topics":["client-go","crd-operator","golang","kubenetes"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BetaCatPro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-08-04T03:08:50.000Z","updated_at":"2023-08-09T08:06:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"be7c6871-0d62-4988-878d-520335abc8bb","html_url":"https://github.com/BetaCatPro/KubeClusterManagement","commit_stats":null,"previous_names":["betacatpro/kubeclustermanagement"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BetaCatPro/KubeClusterManagement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaCatPro%2FKubeClusterManagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaCatPro%2FKubeClusterManagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaCatPro%2FKubeClusterManagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaCatPro%2FKubeClusterManagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BetaCatPro","download_url":"https://codeload.github.com/BetaCatPro/KubeClusterManagement/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BetaCatPro%2FKubeClusterManagement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271206993,"owners_count":24718705,"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-08-19T02:00:09.176Z","response_time":63,"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":["client-go","crd-operator","golang","kubenetes"],"created_at":"2024-12-14T02:38:40.158Z","updated_at":"2025-08-19T19:22:08.067Z","avatar_url":"https://github.com/BetaCatPro.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KubeClusterManagement\n\nKubernetes 集群管理平台\n\n# Environment\n\n- 后端\n    - Golang 1.20\n    - client-go 0.25.2\n    - gin 1.8.1\n    - docker 24.0.4\n    - k8s 1.21.3\n    - harbo 2.8.3\n- 前端\n    - vue-element-admin\n\n\n# Interface\n\n- Pod 管理接口\n    - [x] 命名空间列表接口 (kubectl get namespaces)\n    - [x] 创建 (kubectl apply -f xxx.yml)\n    - [x] 查看详情/列表 (kubectl describe pod / kubectl get pod -n \\\u003cnamespace\\\u003e -o wide)\n    - [x] 编辑更新/升级\n    - [x] 删除 \n        - (kubectl delete pod \\\u003cpodname\\\u003e -n \\\u003cnamespace\\\u003e)\n        - (kubectl get deployment -n \\\u003cnamespace\\\u003e)\n        - (kubectl delete deployment \\\u003cdeployment名\\\u003e -n \\\u003cnamespace\\\u003e)\n    - [x] pod 新增容忍参数 (tolerations)\n    - [x] pod 调度模式 (nodeName, nodeSelector, nodeAffinity)\n    - [x] pod 适配多种存储卷\n- NodeScheduling 接口\n    - [x] node 列表/详情 (kubectl get nodes / kubectl describe node \\\u003cnodename\\\u003e )\n    - [x] node 标签管理 (kubectl label node \\\u003cnodename\\\u003e \u003cname=value\u003e)\n    - [x] node 污点(taint)管理\n    - [x] 查看 node 上所有 pod\n- 应用与配置分离接口\n    - [x] ConfigMap crud 接口 (kubectl get configmap -n \\\u003cnamespace\\\u003e)\n    - [x] Secret crud 接口 (kubectl get secret -n \\\u003cnamespace\\\u003e)\n- 存储卷管理接口\n    - [ ] configMap\n    - [ ] secret\n    - [ ] hostPath\n    - [ ] downwardApi\n    - [ ] pv\n    - [ ] pvc\n    - [ ] sc\n- 服务发现接口\n    - [ ] Service crud\n    - [ ] Ingress crud\n    - [ ] IngressRoute crud\n    - [ ] Middleware查询\n- 工作负载接口\n    - [ ] statefulSet crud\n    - [ ] deployment crud\n    - [ ] daemonSet crud\n    - [ ] job crud\n    - [ ] cronJob crud\n- 认证授权接口\n    - [ ] serviceCount 创建、删除、更新\n    - [ ] role/clusterRole crud\n    - [ ] roleBinding /clusterRoleBinding crud\n- 整合 Harbor\n    - [ ] 集成 HarborAPI\n    - [ ]  projects 列表查询\n    - [ ]  repositories 列表查询\n    - [ ]  artifacts 列表查询\n    - [ ]  镜像匹配接口\n- 仪表盘\n    - [ ] 基础信息查看\n    - [ ] 资源统计信息\n    - [ ] 集群 pod、cpu、内存耗用情况\n        - metrics-server\n    - [ ] 集群 cpu、内存变化趋势\n        - prometheus\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetacatpro%2Fkubeclustermanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetacatpro%2Fkubeclustermanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetacatpro%2Fkubeclustermanagement/lists"}