Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -741,22 +741,22 @@ spec:
version: v4
description: |
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 or the operator). OraOperator extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
In this v2.0 production release, OraOperator supports the following database configurations and infrastructure:
##Supported Database Configurations:
* Oracle Cloud Infrastructure (OCI) Databases
* Oracle Autonomous Database Serverless (ADB-S)
* Oracle Autonomous Database on Dedicated on (ADB-D)
* Oracle Base Database Cloud Service (Base DB)
* Containerized Database deployments on Kubernetes
* Oracle Kubernetes Engine (OKE) and Oracle Cloud Native Environments (OCNE)
* Single Instance databases (SIDB)
* Globally Distributed Databases (Shared)
* Oracle Data Guard
* True Cache (Preview release)
* Oracle Database Observability
* On-Premises Databases
* Oracle Multitenant Databases (CDB/PDBs management)
* ORDS Services
In this v2.1 production release, `OraOperator` supports the following database configurations and controllers:
## Supported Database Configurations:
* **Oracle Autonomous Database:**
* Oracle Autonomous Database shared Oracle Cloud Infrastructure (OCI) (ADB-S)
* Oracle Autonomous Database on dedicated Cloud infrastructure (ADB-D)
* Oracle Autonomous Container Database (ACD), the infrastructure for provisioning Autonomous Databases
* **Containerized Single Instance databases (SIDB)** deployed in the Oracle Kubernetes Engine (OKE) and any Kubernetes where OraOperator is deployed
* **Containerized Oracle Globally Distributed Databases (GDD)** deployed in OKE and any Kubernetes where OraOperator is deployed
* **Oracle Multitenant Databases (CDB/PDBs)**
* **Oracle Base Database Service (OBDS)** on Oracle Cloud Infrastructure (OCI)
* **Oracle Data Guard**
* **Oracle Database Observability**
* **Oracle Database Rest Service (ORDS) instances**
* **Oracle Restart Database**
* **Oracle Real Application Cluster Database**
* **Oracle Private AI Services Container**

Refer to full feature list and capabilities: [https://github.com/oracle/oracle-database-operator/blob/main/README.md](https://github.com/oracle/oracle-database-operator/blob/main/README.md)
displayName: Oracle Database Operator
Expand Down
Loading