OpenYurt v0,linuxshell 学习
主要优点:
简单易用:node-resource-manager 可以仅通过定义 ConfigMap 就完成对集群中的本地资源的初始化和更新。
易于集成:node-resource-manager 可以与 csi 插件集成来完成 kubernetes 集群中的相关本地资源的生命周期管理。
与云平台无关:node-resource-manager 可以轻松部署在任何完全兼容 Kubernetes API 的集群中。
关于边缘本地存储设备管理的详情和使用方法,请参考 configmap.md:
https://github.com/openyurtio/node-resource-manager/blob/main/docs/configmap.md。
?
=================================================================================
阿里联合 VMware 在 OpenYurt 社区推出了 IOT 边缘设备管理的 API 标准定义,API 基于 Kubernetes 的 CRD(custom resource definitions)模型实现。任何边缘平台只需实现对应 CRD Controller,即能通过这些 API 接入 OpenYurt 集群,完成面向终态的设备管理。
?
未来我们将继续基于 OpenYurt + EdgeX Foundry 来进行 IOT 等边缘场景下的探索,共建统一 API 下的多场景设备接入、使能和融合能力,打造云原生 IOT 领域标准。
关于 API 定义,请参考《Proposal: managing edge devices by integraing Edgex Foundry into OpenYurt》:
https://github.com/openyurtio/openyurt/pull/236
?
==========================================================================================
?
OpenYurt 正式支持 Kubernetes 1.18 版本,用户可无缝转换 Kubernetes 1.18 集群至 OpenYurt 集群,并使用 1.18 版本的 API
和新特性。
?
=========================================================================
YurtHub 支持 CRD 缓存,边缘应用可在云边断网情况下,使用 CRD 的扩展能力,如 Calico、各类自定义 Operator 等,请参见《Proposal: enhance the caching ability of YurtHub》:https://github.com/openyurtio/openyurt/pull/244
UnitedDeployment 支持 Patch 特性,UnitedDeployment controller 支持 在不同 nodepool 内进行 workload 的差异化配置,如 images、resources 等,请参见《Feature: UnitedDeployment support patch for pool》:https://github.com/openyurtio/yurt-app-manager/pull/12
支持 Prometheus 和 Yurt-Tunnel-Server 跨节点部署,请参见《Feature: add dns controller to sync cluster node dns records》:https://github.com/openyurtio/openyurt/pull/270
Yurtctl 支持 Kind 集群一键转换,请参见《Add support for the conversion between kind and OpenYurt cluster》:https://github.com/openyurtio/openyurt/pull/234
新增边缘容器网络特性说明,针对边缘弱网场景,提供边缘网络插件的定制化特性,如 MAC 地址保持,IP 地址保持,并提供相应代码参考和使用说明,请参见《add edge-pod-network doc》:https://github.com/openyurtio/openyurt/pull/302
制定社区治理规则,基于社区反馈,设立 Member,Reviewer,Approver,Maintainer 等角色,明确成员职责和准入、提升条件,规范化社区治理,鼓励社区同学参与共建,请参见:https://github.com/openyurtio/community/blob/main/community-membership.md
==========================================================================
OpenYurt V0.4.0 版本发布,提供了边缘本地存储管理,边缘 IOT 设备管理等全新能力,并发布了 Kubernetes 1.18 版本的支持,以及一系列扩展能力和优化。未来 OpenYurt 社区会在本地存储项目提供存储调度能力,在 IOT 设备管理领域持续投入和探索演进,在社区治理和贡献者体验方面加大建设力度,同时也非常欢迎有兴趣的同学加入参与共建,共同打造一个稳定、可靠的云原生边缘计算平台。
?
更多社区详情请关注:https://github.com/openyurtio/openyurt。
相关链接:
?
评论