2 Repos
Custom controllers that automate the deployment and lifecycle management of complex applications within container clusters.
Distinct from Container Orchestrators: Distinct from Container Orchestrators: focuses on the operator pattern for application-specific lifecycle management rather than the orchestrator platform itself.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Orchestration Operators. Refine with filters or upvote what's useful.
Rustfs is a distributed object storage system designed for high availability and horizontal scalability. It functions as a cluster-based platform that manages data across multiple nodes, providing a self-hosted infrastructure for large-scale storage requirements. The system is built to be container-native, utilizing an operator to automate deployment and management within orchestrated environments. It provides compatibility with standard object storage protocols, allowing existing applications and tools to interact with the storage layer through a translation interface. To ensure long-term re
The system runs as a set of decoupled services designed to be managed and scaled by standard cluster orchestration platforms.
This project is a comprehensive infrastructure guide and technical reference for designing and deploying cloud native and AI native environments using Kubernetes. It serves as a manual for managing container orchestration, pod lifecycles, and declarative state reconciliation to maintain scalable cluster workloads. The resource provides instructional material on building custom controllers and implementing operational logic via the operator pattern. It also functions as a framework for optimizing the delivery of large language models through specialized gateways and workload scheduling. The h
Provides a guide for building custom orchestration operators to automate complex application lifecycles via CRDs.