2 مستودعات
Capabilities for removing operators and their associated cluster resources and definitions.
Distinct from Resource Operation Grouping: The candidates focus on generic resource operation grouping or file system deletion, whereas this is specifically about tearing down Kubernetes operator deployments.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Operator Resource Deletions. Refine with filters or upvote what's useful.
The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.
Provides a mechanism to delete an operator and its associated package names and group definitions from the cluster.
Flagger is a Kubernetes operator designed to automate the lifecycle of application deployments through progressive delivery. It functions as a controller that monitors custom resource definitions to orchestrate complex release strategies, including canary, blue/green, and A/B testing. By continuously reconciling the desired cluster state with the actual environment, it ensures that deployments adhere to defined specifications while managing the underlying infrastructure required for traffic routing. The project distinguishes itself through a sophisticated metric-driven analysis loop that eval
Restores target replicas, service selectors, and traffic routing to their initial state when a delivery resource is removed.