Component Lifecycle Manager (clm)
A CLI tool that applies component manifests directly to a Kubernetes cluster
component-operator-runtime comes with two standalone CLI tools:
Component Lifecycle Manager (clm) — a Kubernetes package manager that applies component manifests from the local file system directly to a cluster, without requiring a running operator.
Scaffolder — a code-generation tool that bootstraps a fully-wired component operator skeleton, ready to be extended with domain logic.
Both tools are distributed as pre-built binaries and are available for download from the GitHub Releases page.
A CLI tool that applies component manifests directly to a Kubernetes cluster
A code-generation tool that bootstraps a component operator skeleton