You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-15Lines changed: 12 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,19 @@
2
2
3
3
## Make Oracle Database Kubernetes Native - An Overview
4
4
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.
8
6
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:
10
8
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
0 commit comments