1 Repo
Utilities for removing operator resources and deployments from a Kubernetes cluster.
Distinct from Bulk Deployment Deletions: Unlike bulk database deletions or OS deployers, this focuses on clearing resources created by the operator SDK's run command.
Explore 1 awesome GitHub repository matching devops & infrastructure · Operator Deployment Cleanup. 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.
Deletes resources created during local or remote operator execution to clear the deployment.