|
1 | 1 | ---
|
2 | 2 | annotations:
|
3 | 3 | capabilityLevel: Basic Install
|
4 |
| - shortDescription: AWS RDS controller is a service controller for managing RDS resources |
| 4 | + shortDescription: AWS EKS controller is a service controller for managing EKS resources |
5 | 5 | in Kubernetes
|
6 |
| -displayName: AWS Controllers for Kubernetes - Amazon RDS |
| 6 | +displayName: AWS Controllers for Kubernetes - Amazon EKS |
7 | 7 | description: |-
|
8 |
| - Manage Amazon Relational Database Service ("RDS") resources in AWS from within your Kubernetes cluster. |
| 8 | + Manage Elastic Kubernetes Service (EKS) resources in AWS from within your Kubernetes cluster. |
9 | 9 |
|
10 | 10 |
|
11 |
| - **About Amazon RDS** |
| 11 | + **About Amazon EKS** |
12 | 12 |
|
13 | 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. |
| 14 | + Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that you can use to run Kubernetes on AWS without needing to install, operate, and maintain your own Kubernetes control plane or nodes. Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. |
27 | 15 |
|
28 | 16 |
|
29 | 17 | **About the AWS Controllers for Kubernetes**
|
30 | 18 |
|
31 | 19 |
|
32 | 20 | 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**. |
| 21 | + project. This project is currently in **developer preview**. |
| 22 | +
|
| 23 | +
|
| 24 | + **Pre-Installation Steps** |
| 25 | +
|
| 26 | +
|
| 27 | + Please follow the following link: [Red Hat OpenShift](https://aws-controllers-k8s.github.io/community/docs/user-docs/openshift/) |
34 | 28 | samples:
|
35 |
| -- kind: DBParameterGroup |
| 29 | +- kind: Addon |
| 30 | + spec: '{}' |
| 31 | +- kind: Cluster |
36 | 32 | spec: '{}'
|
37 |
| -- kind: DBSecurityGroup |
| 33 | +- kind: FargateProfile |
38 | 34 | spec: '{}'
|
39 |
| -- kind: DBSubnetGroup |
| 35 | +- kind: Nodegroup |
40 | 36 | spec: '{}'
|
41 | 37 | maintainers:
|
42 |
| -- name: "Your Team Name" |
43 |
| - email: "your-team@example.com" |
| 38 | +- name: "eks maintainer team" |
| 39 | + email: "ack-maintainers@amazon.com" |
44 | 40 | links:
|
45 |
| -- name: Amazon RDS Developer Resources |
46 |
| - url: https://aws.amazon.com/rds/developer-resources/ |
| 41 | +- name: Amazon EKS Developer Resources |
| 42 | + url: https://aws.amazon.com/eks/getting-started/ |
0 commit comments