|
2 | 2 |
|
3 | 3 | ## Make Oracle Database Kubernetes Native - An Overview |
4 | 4 |
|
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. |
6 | 8 |
|
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: |
10 | 10 |
|
11 | 11 | * 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 |
12 | 13 | * Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE) |
13 | 14 | * Containerized Sharded databases (SHARDED) deployed in OKE |
| 15 | +* Oracle On-Premises Databases |
| 16 | +* Oracle Database Cloud Service |
| 17 | +* Oracle Autonomous Container Database (infrastructure) |
14 | 18 |
|
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. |
16 | 20 |
|
17 | 21 | ## Features Summary |
18 | 22 |
|
@@ -87,7 +91,7 @@ The quickstarts are designed for specific database configurations: |
87 | 91 | * [Containerized Oracle Single Instance Database](./docs/sidb/README.md) |
88 | 92 | * [Containerized Oracle Shared Database](./docs/sharding/README.md) |
89 | 93 | * [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) |
91 | 95 |
|
92 | 96 | 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. |
93 | 97 |
|
|
0 commit comments