2 个仓库
Capabilities for registering resource watches at runtime to track external dependencies without restarting the controller.
Distinct from API Watch Optimization: Candidates cover file-watching or API optimization, not the dynamic registration of Kubernetes resource watches by a controller.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Dynamic Resource Watching. Refine with filters or upvote what's useful.
Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and
Monitors cluster object updates in real time using the Kubernetes Watch API to refresh the interface without polling.
kro is a Kubernetes resource orchestrator and API abstraction layer that enables the definition of simplified custom API surfaces. It allows users to map high-level inputs to complex templates of underlying Kubernetes objects, effectively grouping interdependent resources into single, manageable units. The project differentiates itself by automating the generation of custom resource definitions and dedicated controllers from resource graph specifications without requiring manual Go code. It employs a dependency manager that uses directed acyclic graphs to coordinate the creation, readiness, a
Registers new resource watches dynamically to track external dependencies without requiring a controller restart.