Skip to content

Commit 5aab47b

Browse files
committed
Update README.md
1 parent 1bb2778 commit 5aab47b

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22

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

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.
5+
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`). OraOperator extends the Kubernetes API with custom resources and controllers for automating Oracle Database lifecycle management.
86

9-
In this release, `OraOperator` supports the following Oracle Database configurations and infrastructure:
7+
In this v0.2.0 release, `OraOperator` supports the following database configurations and infrastructure:
108

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
13-
* Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE)
14-
* Containerized Sharded databases (SHARDED) deployed in OKE
15-
* Oracle On-Premises Databases
16-
* Oracle Database Cloud Service
17-
* Oracle Autonomous Container Database (infrastructure)
9+
* Oracle Autonomous Database on shared Oracle Cloud Infrastructure (OCI) (a.k.a. ADB-S)
10+
* Oracle Autonomous Database on dedicated Cloud infrastructure (a.k.a. ADB-D)
11+
* Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE) and any k8s where OraOperator is deployed
12+
* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
13+
* Oracle On-Premises Databases (CDB/PDBs, Exadata)
14+
* Oracle Database Cloud Service (DBCS) (a.k.a. VMDB)
15+
* Oracle Autonomous Container Database (infrastructure) the infrastructure for provisionning Autonomous Databases.
1816

19-
Oracle will continue to expand OraOperator support for additional Oracle Database configurations.
17+
Oracle will continue to extent OraOperator to support additional Oracle Database configurations.
2018

2119
## Features Summary
2220

@@ -35,15 +33,14 @@ The upcoming releases will support new configurations, operations and capabiliti
3533

3634
**CAUTION:** The current release of `OraOperator` (v0.2.0) is for development and test only. DO NOT USE IN PRODUCTION.
3735

38-
This release has been installed and tested on the following platforms:
36+
This release has been installed and tested (not certified) on the following Kubernetes platforms:
3937

4038
* [Oracle Container Engine for Kubernetes (OKE)](https://www.oracle.com/cloud-native/container-engine-kubernetes/) with Kubernetes 1.17 or later
4139
* [Oracle Linux Cloud Native Environment(OLCNE)](https://docs.oracle.com/en/operating-systems/olcne/) 1.3 or later
4240
* [Minikube](https://minikube.sigs.k8s.io/docs/) with version v1.21.0 or later
4341
* [Azure Kubernetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/)
4442
* [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/)
45-
46-
In upcoming releases, the operator will be certified against third-party Kubernetes clusters.
43+
* [Red Hat OpenShift](https://www.redhat.com/en/technologies/cloud-computing/openshift/)
4744

4845
## Prerequisites
4946

0 commit comments

Comments
 (0)