Skip to main content
Version: v0.13 ๐Ÿšง

Managing backends with Kusion Server

When using Kusion server, backends are managed via the /api/v1/backends API. You can either access the APIs directly or if you have the Dev Portal enabled (--dev-portal-enabled, default to true), backends can be also managed via the portal. The backend configurations are also stored in the database when using Kusion server.

APIsโ€‹

The APIs to manage backends can be found in the swagger docs under {server-endpoint}/docs/index.html#/backend.

Developer Portalโ€‹

Creating Backendโ€‹

Create a backend by clicking on the Create Backend button in the top right corner.

backend-create

The Backends are generally managed by the platform engineers.

Listing Backendโ€‹

List backends by clicking on the Backend tab.

Showing Backendโ€‹

Clicking on individual backend to display the backend configurations.

backend-details

Updating Backendโ€‹

Update backends by clicking on the edit button on each backend.

backend-edit

Deleting Backendโ€‹

backend-delete

Using Backendโ€‹

Backend is used when creating Workspaces. When creating each workspace, a backend must be selected to represent the storage to keep the workspace related configurations.

workspace-select-backend