1 个仓库
Standardized frameworks for implementing reconciliation loops with built-in concurrency and rate limiting.
Distinct from Runtime Execution Controls: Distinct from Runtime Execution Controls: focuses on the controller-runtime pattern for Kubernetes operators rather than process freezing for debugging.
Explore 1 awesome GitHub repository matching devops & infrastructure · Controller Runtime Frameworks. Refine with filters or upvote what's useful.
Cluster API 是一个声明式框架和多集群管理系统,用于自动化跨不同基础设施的 Kubernetes 集群的创建、伸缩和销毁。它作为一个集群配置编排器和基础设施配置工具,使用集中的管理集群来操作多个远程工作负载集群的完整生命周期。 该项目采用基于提供商的插件架构,将核心编排逻辑与特定的云或裸机实现解耦。这使得系统能够通过一组通用资源契约和 API 定义来标准化控制平面的部署、节点的引导以及基础设施的管理。 该系统涵盖了广泛的运营功能,包括机器集群编排、控制平面伸缩和声明式集群升级。它还处理底层基础设施需求,例如故障域分布、IP 地址管理和证书轮换。 提供了用于集群模拟、便携式基础设施测试以及开发自定义引导和基础设施提供商的开发者工具。
Implements reconciliation loops using a standardized framework to manage concurrency and API rate limits.