You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.8 KiB

  1. - Core
  2. - [kubernetes](https://github.com/kubernetes/kubernetes) {{ kube_version }}
  3. - [etcd](https://github.com/etcd-io/etcd) {{ etcd_version }}
  4. - [docker](https://www.docker.com/) v{{ docker_version }}
  5. - [containerd](https://containerd.io/) v{{ containerd_version }}
  6. - [cri-o](http://cri-o.io/) {{ crio_version }} (experimental: see [CRI-O Note](docs/CRI/cri-o.md). Only on fedora, ubuntu and centos based OS)
  7. - Network Plugin
  8. - [cni-plugins](https://github.com/containernetworking/plugins) {{ cni_version }}
  9. - [calico](https://github.com/projectcalico/calico) {{ calico_version }}
  10. - [cilium](https://github.com/cilium/cilium) {{ cilium_version }}
  11. - [flannel](https://github.com/flannel-io/flannel) {{ flannel_version }}
  12. - [kube-ovn](https://github.com/alauda/kube-ovn) {{ kube_ovn_version }}
  13. - [kube-router](https://github.com/cloudnativelabs/kube-router) {{ kube_router_version }}
  14. - [multus](https://github.com/k8snetworkplumbingwg/multus-cni) {{ multus_version }}
  15. - [weave](https://github.com/rajch/weave) v{{ weave_version }}
  16. - [kube-vip](https://github.com/kube-vip/kube-vip) {{ kube_vip_version }}
  17. - Application
  18. - [cert-manager](https://github.com/jetstack/cert-manager) {{ cert_manager_version }}
  19. - [coredns](https://github.com/coredns/coredns) {{ coredns_version }}
  20. - [ingress-nginx](https://github.com/kubernetes/ingress-nginx) {{ ingress_nginx_version }}
  21. - [argocd](https://argoproj.github.io/) {{ argocd_version }}
  22. - [helm](https://helm.sh/) {{ helm_version }}
  23. - [metallb](https://metallb.universe.tf/) {{ metallb_version }}
  24. - [registry](https://github.com/distribution/distribution) v{{ registry_version }}
  25. - Storage Plugin
  26. - [cephfs-provisioner](https://github.com/kubernetes-incubator/external-storage) {{ cephfs_provisioner_version }}
  27. - [rbd-provisioner](https://github.com/kubernetes-incubator/external-storage) {{ rbd_provisioner_version }}
  28. - [aws-ebs-csi-plugin](https://github.com/kubernetes-sigs/aws-ebs-csi-driver) {{ aws_ebs_csi_plugin_version }}
  29. - [azure-csi-plugin](https://github.com/kubernetes-sigs/azuredisk-csi-driver) {{ azure_csi_plugin_version }}
  30. - [cinder-csi-plugin](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/using-cinder-csi-plugin.md) {{ cinder_csi_plugin_version }}
  31. - [gcp-pd-csi-plugin](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver) {{ gcp_pd_csi_plugin_version }}
  32. - [local-path-provisioner](https://github.com/rancher/local-path-provisioner) {{ local_path_provisioner_version }}
  33. - [local-volume-provisioner](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner) {{ local_volume_provisioner_version }}
  34. - [node-feature-discovery](https://github.com/kubernetes-sigs/node-feature-discovery) {{ node_feature_discovery_version }}