Skip to content

Commit 5ebb9ea

Browse files
authored
Merge pull request #8 from komish/add-olmconfig
Add the OLM config
2 parents bcf3dd3 + 53ba5a4 commit 5ebb9ea

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

olm/olmconfig.yaml

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
annotations:
3+
capabilityLevel: Basic Install
4+
shortDescription: AWS RDS controller is a service controller for managing RDS resources
5+
in Kubernetes
6+
displayName: AWS Controllers for Kubernetes - Amazon RDS
7+
description: |-
8+
Manage Amazon Relational Database Service ("RDS") resources in AWS from within your Kubernetes cluster.
9+
10+
11+
**About Amazon RDS**
12+
13+
14+
Amazon Relational Database Service (Amazon RDS) makes it easy to set up,
15+
operate, and scale a relational database in the cloud. It provides
16+
cost-efficient and resizable capacity while automating time-consuming
17+
administration tasks such as hardware provisioning, database setup, patching
18+
and backups. It frees you to focus on your applications so you can give them
19+
the fast performance, high availability, security and compatibility they need.
20+
21+
22+
Amazon RDS is available on several database instance types - optimized for
23+
memory, performance or I/O -and provides you with six familiar database
24+
engines to choose from, including Amazon Aurora, PostgreSQL, MySQL, MariaDB,
25+
Oracle Database, and SQL Server. You can use the AWS Database Migration
26+
Service to easily migrate or replicate your existing databases to Amazon RDS.
27+
28+
29+
**About the AWS Controllers for Kubernetes**
30+
31+
32+
This controller is a component of the [AWS Controller for Kubernetes](https://github.com/aws/aws-controllers-k8s)
33+
project. This project is currently in **developer preview**.
34+
samples:
35+
- kind: DBParameterGroup
36+
spec: '{}'
37+
- kind: DBSecurityGroup
38+
spec: '{}'
39+
- kind: DBSubnetGroup
40+
spec: '{}'
41+
maintainers:
42+
- name: "Your Team Name"
43+
44+
links:
45+
- name: Amazon RDS Developer Resources
46+
url: https://aws.amazon.com/rds/developer-resources/

0 commit comments

Comments
 (0)