Skip to content

Commit 08f6d2e

Browse files
author
psaini
committed
Added Observability Controller
1 parent cd3760b commit 08f6d2e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Oracle Database Operator for Kubernetes
22

3-
## Make Oracle Database Kubernetes Native - Take 2
3+
## Make Oracle Database Kubernetes Native
44

55
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.
66

7-
In this v0.2.1 release, `OraOperator` supports the following database configurations and infrastructure:
7+
In this v1.0.0 release, `OraOperator` supports the following database configurations and infrastructure:
88

99
* Oracle Autonomous Database:
1010
* Oracle Autonomous Database shared Oracle Cloud Infrastructure (OCI) (ADB-S)
@@ -14,6 +14,7 @@ In this v0.2.1 release, `OraOperator` supports the following database configurat
1414
* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
1515
* Oracle Multitenant Databases (CDB/PDBs)
1616
* Oracle Database Cloud Service (DBCS) (VMDB)
17+
* Oracle Database Observer
1718

1819
Oracle will continue to extend `OraOperator` to support additional Oracle Database configurations.
1920

@@ -27,18 +28,17 @@ This release of Oracle Database Operator for Kubernetes (the operator) supports
2728
* SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
2829
* Oracle Multitenant Database: Bind to a CDB, Create a  PDB, Plug a  PDB, Unplug a PDB, Delete a PDB, Clone a PDB, Open/Close a PDB
2930
* Database Cloud Service: Provision, Bind, Scale Up/Down, Liveness Probe, Manual Backup
31+
* Orace Database Observer: Provide Quick/Detailed Database Status
3032

3133
The upcoming releases will support new configurations, operations and capabilities.
3234

3335
## Release Status
3436

35-
**CAUTION:** The current release of `OraOperator` (v0.2.1) is for development and testing only. DO NOT USE IN PRODUCTION.
36-
3737
This release has been installed and tested on the following Kubernetes platforms:
3838

39-
* [Oracle Container Engine for Kubernetes (OKE)](https://www.oracle.com/cloud-native/container-engine-kubernetes/) with Kubernetes 1.17 or later
40-
* [Oracle Linux Cloud Native Environment(OLCNE)](https://docs.oracle.com/en/operating-systems/olcne/) 1.3 or later
41-
* [Minikube](https://minikube.sigs.k8s.io/docs/) with version v1.21.0 or later
39+
* [Oracle Container Engine for Kubernetes (OKE)](https://www.oracle.com/cloud-native/container-engine-kubernetes/) with Kubernetes 1.24
40+
* [Oracle Linux Cloud Native Environment(OLCNE)](https://docs.oracle.com/en/operating-systems/olcne/) 1.6
41+
* [Minikube](https://minikube.sigs.k8s.io/docs/) with version v1.21.0
4242
* [Azure Kubernetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/)
4343
* [Amazon Elastic Kubernetes Service](https://aws.amazon.com/eks/)
4444
* [Red Hat OKD](https://www.okd.io/)
@@ -68,12 +68,6 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
6868
kubectl apply -f https://raw.githubusercontent.com/oracle/oracle-database-operator/main/oracle-database-operator.yaml
6969
```
7070

71-
---
72-
**NOTE:**
73-
The above command will also upgrade the existing v0.2.0 `OraOperator` installation to the latest version; for example, v0.2.1.
74-
75-
---
76-
7771
Ensure that the operator pods are up and running. For high availability, Operator pod replicas are set to a default of 3. You can scale this setting up or down.
7872

7973
```sh
@@ -102,6 +96,7 @@ The quickstarts are designed for specific database configurations:
10296
* [Containerized Oracle Sharded Database](./docs/sharding/README.md)
10397
* [Oracle Multitenant Database](./docs/multitenant/README.md)
10498
* [Oracle Database Cloud Service](./docs/dbcs/README.md)
99+
* [Oracle Database Observer](./doc/observability/README.md)
105100

106101
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.
107102

0 commit comments

Comments
 (0)