Skip to content

Commit f0115a5

Browse files
committed
merge ACD doc to ADB
1 parent 44c5ef7 commit f0115a5

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ As part of Oracle's resolution to make Oracle Database Kubernetes-native (that i
66

77
In this v0.2.0 release, `OraOperator` supports the following database configurations and infrastructure:
88

9-
* Oracle Autonomous Database on shared Oracle Cloud Infrastructure (OCI) (ADB-S)
10-
* Oracle Autonomous Database on dedicated Cloud infrastructure (ADB-D)
9+
* Oracle Autonomous Database:
10+
* Oracle Autonomous Database shared Oracle Cloud Infrastructure (OCI) (ADB-S)
11+
* Oracle Autonomous Database on dedicated Cloud infrastructure (ADB-D)
12+
* Oracle Autonomous Container Database (ACD) (infrastructure) the infrastructure for provisionning Autonomous Databases.
1113
* Containerized Single Instance databases (SIDB) deployed in the Oracle Kubernetes Engine (OKE) and any k8s where OraOperator is deployed
1214
* Containerized Sharded databases (SHARDED) deployed in OKE and any k8s where OraOperator is deployed
1315
* Oracle Multitenant Databases (CDB/PDBs)
1416
* Oracle Database Cloud Service (DBCS) (VMDB)
15-
* Oracle Autonomous Container Database (ACD) (infrastructure) the infrastructure for provisionning Autonomous Databases.
1617

1718
Oracle will continue to extent OraOperator to support additional Oracle Database configurations.
1819

1920
## Features Summary
2021

2122
This release of Oracle Database Operator for Kubernetes (the operator) supports the following lifecycle operations:
2223

23-
* ADB-S: Provision, Bind, Start, Stop, terminate (soft/hard), scale (up/down), Manual Backup, Manual Restore
24-
* ADB-D: provision, bind, start, stop, terminate (soft/hard), scale (up/down), Manual Backup, Manual Restore
24+
* ADB-S/ADB-D: Provision, Bind, Start, Stop, terminate (soft/hard), scale (up/down), Manual Backup, Manual Restore
2525
* ACD: provision, bind, restart, terminate (soft/hard)
2626
* SIDB: Provision, clone, patch (in-place/out-of-place), update database initialization parameters, update database configuration (Flashback, archiving), Oracle Enterprise Manager (EM) Express (a basic observability console), Oracle REST Data Service (ORDS) to support REST based SQL, PDB management, SQL Developer Web, and Application Express (Apex)
2727
* SHARDED: Provision/deploy sharded databases and the shard topology, Add a new shard, Delete an existing shard
@@ -67,6 +67,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
6767
```sh
6868
kubectl apply -f https://raw.githubusercontent.com/oracle/oracle-database-operator/main/oracle-database-operator.yaml
6969
```
70+
7071
---
7172
**NOTE:**
7273
The above command will also upgrade the existing v0.1.0 `OraOperator` installation to the latest version i.e. v0.2.0.
@@ -96,13 +97,13 @@ For more details, see [Oracle Database Operator Installation Instructions](./doc
9697
The quickstarts are designed for specific database configurations:
9798

9899
* [Oracle Autonomous Database](./docs/adb/README.md)
99-
* [Oracle Autonomous Container Database](./docs/acd/README.md)
100+
* [Oracle Autonomous Container Database](./docs/adb/ACD.md)
100101
* [Containerized Oracle Single Instance Database](./docs/sidb/README.md)
101102
* [Containerized Oracle Sharded Database](./docs/sharding/README.md)
102103
* [Oracle Multitenant Database](./docs/multitenant/README.md)
103104
* [Oracle Database Cloud Service](./docs/dbcs/README.md)
104105

105-
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.
106+
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.
106107

107108
## Uninstall the Operator
108109

@@ -133,7 +134,6 @@ YAML file templates are available under [`/config/samples`](./config/samples/).
133134

134135
Note: If the CRD instances are not deleted, and the operator is deleted by using the preceding command, then operator deployment and instance objects (pods, services, PVCs, and so on) are deleted. However, if that happens, then the CRD deletion stops responding. This is because the CRD instances have properties that prevent their deletion, and that can only be removed by the operator pod, which is deleted when the APIServices are deleted.
135136

136-
137137
## Docs of the supported Oracle Database configurations
138138

139139
* [Oracle Autonomous Database](https://docs.oracle.com/en-us/iaas/Content/Database/Concepts/adboverview.htm)
@@ -155,21 +155,22 @@ You can submit a GitHub issue, or you can also file an [Oracle Support service](
155155
Secure platforms are an important basis for general system security. Ensure that your deployment is in compliance with common security practices.
156156

157157
### Managing Sensitive Data
158+
158159
Kubernetes secrets are the usual means for storing credentials or passwords input for access. The operator reads the Secrets programmatically, which limits exposure of sensitive data. However, to protect your sensitive data, Oracle strongly recommends that you set and get sensitive data from Oracle Cloud Infrastructure Vault, or from third-party Vaults.
159160

160161
The following is an example of a YAML file fragment for specifying Oracle Cloud Infrastructure Vault as the repository for the admin password.
161-
```
162+
163+
```yaml
162164
adminPassword:
163165
ociSecretOCID: ocid1.vaultsecret.oc1...
164166
```
167+
165168
Examples in this repository where passwords are entered on the command line are for demonstration purposes only.
166169
167170
### Reporting a Security Issue
168171
169172
See [Reporting security vulnerabilities](./SECURITY.md)
170173
171-
172-
173174
## License
174175
175176
Copyright (c) 2022 Oracle and/or its affiliates.
File renamed without changes.

0 commit comments

Comments
 (0)