https://github.com/upbound/configuration-dbaas
Configuration for Database-as-a-Service
https://github.com/upbound/configuration-dbaas
Last synced: about 1 year ago
JSON representation
Configuration for Database-as-a-Service
- Host: GitHub
- URL: https://github.com/upbound/configuration-dbaas
- Owner: upbound
- License: apache-2.0
- Created: 2023-11-03T22:20:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T18:41:16.000Z (about 1 year ago)
- Last Synced: 2025-05-08T23:44:41.256Z (about 1 year ago)
- Language: Makefile
- Size: 103 KB
- Stars: 5
- Watchers: 9
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Database-as-a-service Configuration
This repository contains a [Crossplane configuration](https://docs.crossplane.io/latest/concepts/packages/#configuration-packages), tailored for users establishing their initial control plane with [Upbound](https://cloud.upbound.io). This configuration deploys fully managed database instances in any cloud.
## Overview
The core components of a custom API in [Crossplane](https://docs.crossplane.io/latest/getting-started/introduction/) include:
- **CompositeResourceDefinition (XRD):** Defines the API's structure.
- **Composition(s):** Implements the API by orchestrating a set of Crossplane managed resources.
In this specific configuration, the database API contains:
- **an database (/apis/definition.yaml) custom resource type.**
- **Compositions of the database resources:** Configured in the [/apis/](/apis/) directory, it can provision Azure or AWS database-as-a-service resources in the `upbound-system` namespace.
This repository contains an Composite Resource (XR) file.
## Deployment
```shell
apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
name: configuration-dbaas
spec:
package: xpkg.upbound.io/upbound/configuration-dbaas:v0.2.0
```
## Next steps
Upbound will automatically detect the commits you make in your repo and build the configuration package for you. To learn more about how to build APIs for your managed control planes in Upbound, read the guide on Upbound's docs.