📄️ Managed Services Overview
Managed services allow you to deploy and manage services & dependencies alongside your application code. It ships with a set of core services that are fully managed by Codesphere, while also serving as a foundation for additional custom & ecosystem maintained service providers, giving you the ability to create and offer your own services, whether they run within the Codesphere cluster or connect to external systems through a custom REST backend.
📄️ Deploying Services
This guide provides a comprehensive overview of the lifecycle of a managed service in Codesphere. It covers the practical steps for deploying, configuring, maintaining, and eventually deleting services.
📄️ Creating Service Providers
Codesphere allows you to publish existing Codesphere landscapes as Managed Service Providers. This enables other developers to discover and deploy your custom solutions.
📄️ Managed Service Backups
Codesphere allows you to enable automated backups for your managed services to prevent data loss. Currently, configuring and managing backups is only available through the public API. In the future, this functionality will also be accessible via the Codesphere UI.
📄️ Connecting to Services
Once your managed service is deployed, you can connect to it from your Codesphere workspaces. Each service lists non-sensitive connection details in their respective settings page, in the overview tab (or in the details property in the public API payload). This guide provides examples for connecting to common services.
📄️ Create a Custom REST Backend
This feature is currently only available on Codesphere Private Cloud.