在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):kubernetes-sigs/cluster-addons开源软件地址(OpenSource Url):https://github.com/kubernetes-sigs/cluster-addons开源编程语言(OpenSource Language):Go 86.3%开源软件介绍(OpenSource Introduction):Cluster AddonsCluster Addons is a sub-project of SIG-Cluster-Lifecycle. Addon management has been a problem of cluster tooling for a long time. This sub-project wants to figure out the best way to install, manage and deliver cluster addons. In this repository we explore ideas for all of the above. Cluster addon operators in particular. With cluster addon operators, we are exploring a kubernetes-native way of managing addons using CRDs(Custom Resource Definitions) and controllers where the controllers encode how best to manage the addon. Installing and managing an addon could be as simple as creating a custom resource. We are also exploring other concepts such as managing different simple addons with a single controller to reduce consumption of resources and make it dead simple to manage addons. We welcome you to create your own addon operators and try using the ones created by this community. Frequently asked questions
Born out of the discussion in the original KEP PR, we set up the sub-project with the goal to explore addon operators, since then we took on a number of other challenges.
This sub-project is not interested in maintaining all cluster addons. Here we want to create some design patterns, some libraries, some supporting tooling, so everybody can easily create their own operators. Not everything will need a cluster addon. Not everyone will want to use an operator.
The lifecycle of a cluster addon is managed alongside the lifecycle of the cluster. Typically it has to be upgraded/downgraded when you move to a newer Kubernetes version. We want to use operators for this: a CRD describes the addon, and then the code which installs whatever the addon does, controlled by the CRD.
We have created a tutorial on how to create your own addon operator here
We:
Cluster addons is a community project. If you're interested in building this, please get in touch. We're all ears! Community, discussion, contribution, and supportLearn how to engage with the Kubernetes community on the community page. Check out up to date information about where discussions and meetings happen on the community page of SIG Cluster Lifecycle. Code of conductParticipation in the Kubernetes community is governed by the Kubernetes Code of Conduct. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论