Skip to content

Latest commit

 

History

History
208 lines (179 loc) · 10.6 KB

kubernetes.md

File metadata and controls

208 lines (179 loc) · 10.6 KB

GoLang开发语言站点



返回项部 返回总分类

序号 名称 描述 仓库 官网使用手册状态备注
1 dashboard 用于管理kubernetes的Web UI系统 https://github.com/kubernetes/dashboard https://github.com/kubernetes/dashboard /blob/master/docs/user/README.md 正常
2 kwok(Kubernetes WithOut Kubelet)一个用于创建和管理不带kubelet的kubernetes集群的管理,声称可以在秒级内创建出拥有数千个节点的集群 https://github.com/kubernetes-sigs/kwok https://kwok.sigs.k8s.io/ 正常 很有意思的工具,有空需要研究一下:1. 如何实现的不带kubelet, 2.快速配置数千节点的实现原理
3 kubernetes kubernetes总仓库 https://github.com/kubernetes/kubernetes https://kubernetes.io/ https://kubernetes.io/docs/home/ 正常
4 minikube一个适合部署、管理单节点kubernetes集群的工具 https://github.com/kubernetes/minikube https://minikube.sigs.k8s.io/ 正常
5 enhancementsKuberentes的增强跟踪仓库 https://github.com/kubernetes/enhancements 正常 对kubernetes组件有特性方面的改进时,需要在这个仓库里先提交Issue,并提交PR,合并后再实施新特性添加
6 kubeadm 一个创建和管理kubernetes集群的工具 https://github.com/kubernetes/kubeadm kubeadm代码在kubernetes仓库里
7 websitekubernetes官网仓库 https://github.com/kubernetes/website https://kubernetes.io/ 正常
8 org这个仓库是用于管理kubernetes在GitHub上的组织的,即当给某个ID授予某个角色时,即是修改这个仓库里config下指定文件内容 https://github.com/kubernetes/org 正常
9 community这个仓库存放的是与kuberneter社区治理相关的文档 https://github.com/kubernetes/community 正常阅读这个仓库里的文档可以了解kubernetes社区的日常运作流程
10 ingress-nginx是一款基于nginx的ingress控制器 https://github.com/kubernetes/ingress-nginx https://kubernetes.github.io/ingress-nginx/ 正常这是由kubernetes社区开发和维护的ingress控制器,还有一款基于nginx的ingress控制器是由nginx自已开发和维护的

返回项部 返回总分类

序号 名称 描述 仓库 官网使用手册状态备注
1 Prometheus Go client libraryPrometheus的Go Client Library https://github.com/prometheus/client_golang 正常
2 clusterpedia 一个多集群同步,搜索和简单的资源控制工具 https://github.com/clusterpedia-io/clusterpedia https://clusterpedia.io/ https://clusterpedia.io/docs/ 正常 DaoCloud公司团队开发
3 clusternet kubernetes多集群管理工具 https://github.com/clusternet/clusternet https://clusternet.io/ https://clusternet.io/docs/ 正常 CNCF 沙箱项目
4 pushgateway用于向Prometheus暴露批处理和短时任务的metrics. https://github.com/prometheus/pushgateway 正常
5 kube-prometheus 这个仓库收集了使用prometheus监控kubernetes可能用到的manifests,grafana模板和prometheus规则等 https://github.com/prometheus-operator/kube-prometheus https://prometheus-operator.dev/ 正常
6 kubeedgekubernetes原生边缘计算框架 https://github.com/kubeedge/kubeedge https://kubeedge.io/ 这是CNCF的一个孵化项目
7 envoy一款云原生的服务代理服务器 https://github.com/envoyproxy/envoy https://www.envoyproxy.io/ https://www.envoyproxy.io/docs 正常
8 istio服务网络的可观测性、流量、安全及策略管理 https://github.com/istio/istio https://istio.io/ https://istio.io/latest/docs/ 正常CNCF毕业项目
9 CoreDNS 一款DNS服务器 https://github.com/coredns/coredns https://coredns.io/ 正常CNCF毕业项目
10 Calico 云原生网络和网络安全组件 https://github.com/projectcalico/calico https://www.tigera.io/ https://docs.tigera.io/calico/latest/about/ 正常
11 flannel 容器网络插件 https://github.com/flannel-io/flannel 正常
12 etcd 分布式对象数据库 https://github.com/etcd-io/etcd https://etcd.io/ 正常
13 volcano 一个用于扩展K8S的Job功能的批处理系统,特别适用于管理AI训练类应用 https://github.com/volcano-sh/volcano volcano.sh 正常

返回项部 返回总分类

序号 名称 描述 仓库 官网使用手册状态备注
1 helm 微服务应用的管理工具 https://github.com/helm/helm https://helm.sh/ https://helm.sh/docs/