Skip to content

Commit 0bb9617

Browse files
committed
Update README.md
1 parent d26a51b commit 0bb9617

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,21 @@
22

33
## Make Oracle Database Kubernetes Native - An Overview
44

5-
As part of Oracle's resolution to make Oracle Database Kubernetes-native (that is, observable and operable by Kubernetes), Oracle is announcing _Oracle Database Operator for Kubernetes_ (`OraOperator`).
5+
Starting with release 19c, Oracle Database images have been supported in containers (Docker, Podman) for production use and Kubernetes deployment with Helm Charts.
6+
As part of Oracle's resolution to make Oracle Database Kubernetes-native (that is, observable and operable by Kubernetes), Oracle released _Oracle Database Operator for Kubernetes_ (`OraOperator`).
7+
OraOperator extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
68

7-
Since Oracle Database 19c, Oracle Database images have been supported in containers (Docker, Podman) for production use and Kubernetes deployment with Helm Charts. This release includes Oracle Database Operator, which is a new open source product that extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
8-
9-
In this release, `OraOperator` supports the following Oracle Database configurations:
9+
In this release, `OraOperator` supports the following Oracle Database configurations and infrastructure:
1010

1111
* Oracle Autonomous Database on shared Oracle Cloud Infrastructure (OCI), also known as ADB-S
12+
* Oracle Autonomous Database on dedicated Cloud infrastructure, also known as ADB-D
1213
* Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE)
1314
* Containerized Sharded databases (SHARDED) deployed in OKE
15+
* Oracle On-Premises Databases
16+
* Oracle Database Cloud Service
17+
* Oracle Autonomous Container Database (infrastructure)
1418

15-
Oracle will continue to expand Oracle Database Operator support for additional Oracle Database configurations.
19+
Oracle will continue to expand OraOperator support for additional Oracle Database configurations.
1620

1721
## Features Summary
1822

@@ -87,7 +91,7 @@ The quickstarts are designed for specific database configurations:
8791
* [Containerized Oracle Single Instance Database](./docs/sidb/README.md)
8892
* [Containerized Oracle Shared Database](./docs/sharding/README.md)
8993
* [Oracle On-Premises Database](./docs/onpremdb/README.md)
90-
* [Oracle Cloud Co-managed Database](./docs/dbcs/README.md)
94+
* [Oracle Database Cloud Service](./docs/dbcs/README.md)
9195

9296
YAML file templates are available under [`/config/samples`](./config/samples/). You can copy and edit these template files to configure them for your use cases.
9397

0 commit comments

Comments
 (0)