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: doc/sharding/README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ To create a Sharding Topology, complete the steps in the following sections belo
43
43
* A Cloud-based Kubernetes cluster, such as [OCI on Container Engine for Kubernetes (OKE)](https://www.oracle.com/cloud-native/container-engine-kubernetes/) or
44
44
* An On-Premises Kubernetes Cluster, such as [Oracle Linux Cloud Native Environment (OLCNE)](https://docs.oracle.com/en/operating-systems/olcne/) cluster.
45
45
46
-
To use Oracle Sharding Database Controller, ensure that your system is provisioned with a supported Kubernetes release. Refer to the [Release Status Section](../../../README.md#requirements).
46
+
To use Oracle Sharding Database Controller, ensure that your system is provisioned with a supported Kubernetes release. Refer to the [Release Status Section](../../README.md#release-status).
47
47
48
48
### 2. Deploy Oracle Database Operator
49
49
@@ -85,27 +85,27 @@ You can either download the images and push them to your Docker Images Repositor
85
85
86
86
### 5. Create a Kubernetes secret for the database installation owner for the database Sharding Deployment
87
87
88
-
Create a Kubernetes secret named `db-user-pass` using these steps: [Create Kubernetes Secret](./doc/sharding/provisioning/create_kubernetes_secret_for_db_user.md)
88
+
Create a Kubernetes secret named `db-user-pass` using these steps: [Create Kubernetes Secret](./provisioning/create_kubernetes_secret_for_db_user.md)
89
89
90
90
After you have the above prerequsites completed, you can proceed to the next section for your environment to provision the Oracle Database Sharding Topology.
91
91
92
92
## Provisioning Sharding Topology in a Cloud-Based Kubernetes Cluster (OKE in this case)
93
93
94
94
Deploy Oracle Database sharding topology on your Cloud based Kubernetes cluster. In this example, the deployment uses the YAML file based on `OCI OKE` cluster. There are multiple use case possible for deploying the Oracle Database sharding topology.
95
95
96
-
[1. Provisioning Oracle Database sharding topology without Database Gold Image](./doc/sharding/provisioning/provisioning_without_db_gold_image.md)
97
-
[2. Provisioning Oracle Database sharding topology with additional control on resources like Memory and CPU allocated to Pods](./doc/sharding/provisioning/provisioning_with_control_on_resources.md)
98
-
[3. Provisioning a Persistent Volume having an Oracle Database Gold Image](./doc/sharding/provisioning/provisioning_persistent_volume_having_db_gold_image.md)
99
-
[4. Provisioning Oracle Database sharding topology by cloning database from your own Database Gold Image in the same Availability Domain(AD)](./doc/sharding/provisioning/provisioning_by_cloning_db_gold_image_in_same_ad.md)
100
-
[5. Provisioning Oracle Database sharding topology by cloning database from your own Database Gold Image across Availability Domains(ADs)](./doc/sharding/provisioning/provisioning_by_cloning_db_from_gold_image_across_ads.md)
101
-
[6. Provisioning Oracle Database sharding topology and send Notification using OCI Notification Service](./doc/sharding/provisioning/provisioning_with_notification_using_oci_notification.md)
102
-
[7. Scale Out - Add Shards to an existing Oracle Database Sharding Topology](./doc/sharding/provisioning/scale_out_add_shards.md)
103
-
[8. Scale In - Delete an existing Shard from a working Oracle Database sharding topology](./doc/sharding/provisioning/scale_in_delete_an_existing_shard.md)
96
+
[1. Provisioning Oracle Database sharding topology without Database Gold Image](./provisioning/provisioning_without_db_gold_image.md)
97
+
[2. Provisioning Oracle Database sharding topology with additional control on resources like Memory and CPU allocated to Pods](./provisioning/provisioning_with_control_on_resources.md)
98
+
[3. Provisioning a Persistent Volume having an Oracle Database Gold Image](./provisioning/provisioning_persistent_volume_having_db_gold_image.md)
99
+
[4. Provisioning Oracle Database sharding topology by cloning database from your own Database Gold Image in the same Availability Domain(AD)](./provisioning/provisioning_by_cloning_db_gold_image_in_same_ad.md)
100
+
[5. Provisioning Oracle Database sharding topology by cloning database from your own Database Gold Image across Availability Domains(ADs)](./provisioning/provisioning_by_cloning_db_from_gold_image_across_ads.md)
101
+
[6. Provisioning Oracle Database sharding topology and send Notification using OCI Notification Service](./provisioning/provisioning_with_notification_using_oci_notification.md)
102
+
[7. Scale Out - Add Shards to an existing Oracle Database Sharding Topology](./provisioning/scale_out_add_shards.md)
103
+
[8. Scale In - Delete an existing Shard from a working Oracle Database sharding topology](./provisioning/scale_in_delete_an_existing_shard.md)
104
104
105
105
## Connecting to Shard Databases
106
106
107
-
After the Oracle Database Sharding Topology has been provisioned using the Sharding Controller in Oracle Database Kubernetes Operator, you can follow the steps in this document to connect to the Sharded Database or to the individual Shards: [Database Connectivity](./doc/sharding/provisioning/database_connection.md)
107
+
After the Oracle Database Sharding Topology has been provisioned using the Sharding Controller in Oracle Database Kubernetes Operator, you can follow the steps in this document to connect to the Sharded Database or to the individual Shards: [Database Connectivity](./provisioning/database_connection.md)
108
108
109
109
## Debugging and Troubleshooting
110
110
111
-
To debug the Oracle Database Sharding Topology provisioned using the Sharding Controller of Oracle Database Kubernetes Operator, follow this document: [Debugging and troubleshooting](./doc/sharding/provisioning/debugging.md)
111
+
To debug the Oracle Database Sharding Topology provisioned using the Sharding Controller of Oracle Database Kubernetes Operator, follow this document: [Debugging and troubleshooting](./provisioning/debugging.md)
0 commit comments