Skip to main content
Version: Next

Karmada API

Karmada' API is the application that serves Karmada functionality through a RESTful interface and stores the state of Karmada. Karmada resources and "records of intent" are all stored as API objects, and modified via RESTful calls to the API. The API allows configuration to be managed in a declarative way. Users can interact with the Karmada API directly, or via tools like kubectl. The core Karmada API is flexible and can also be extended to support custom resources.