1 Repo
Packaging operator manifests and metadata into standardized container images for distribution via OLM.
Distinct from Build and Bundling: Specific to the Operator Lifecycle Manager (OLM) bundle format, not general software or Python packaging.
Explore 1 awesome GitHub repository matching devops & infrastructure · Operator Bundle Packaging. 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.
Packages manifests and metadata into standardized bundles for distribution through compliant container registries.