|
1 | 1 | # Oracle Database Operator for Kubernetes
|
2 |
| -Reviewed: "11.01.2024" |
| 2 | +Reviewed: "08.04.2024" |
3 | 3 |
|
| 4 | +Oracle Supports Oracle Database running in Kuberentes, Furthermore, Oracle offers a Kubernetes operator, Oracle Database Operator for Kubernetes, which not only allows for running containerized databases in a Kubernetes cluster but also enables the operation of non-containerized databases outside of Kubernetes: |
| 5 | + |
| 6 | +- Autonomous databases in OCI (Oracle Cloud Infrastructure) |
| 7 | +- Non-autonomous databases in OCI (Database Cloud Service) |
| 8 | +- Pluggable databases (PDBs) on any database (on-premise or in the cloud, Exa or traditional deployments) |
| 9 | + |
| 10 | +In this way, developers can operate our database in the same manner as any other component of their applications, and utilize our best solutions (Exadata, Autonomous, etc.) to run these databases, and DBAs maintain control of such important topics as security, high availability, dissaster recovery... |
4 | 11 |
|
5 | 12 |
|
6 | 13 | # Table of Contents
|
7 | 14 |
|
8 |
| -1. TBD |
| 15 | +1. [Team Publications](#team-publications) |
| 16 | +2. [Useful Links](#useful-links) |
| 17 | +3. [Tutorials / How To's](#Tutorials) |
9 | 18 |
|
10 | 19 |
|
11 | 20 | # Team Publications
|
12 |
| -- TBD |
| 21 | +- [Oracle Database and Kubernetes: Overview](https://medium.com/devops-dev/oracle-database-and-kubernetes-overview-6584710228e7) |
| 22 | +- [Oracle Database and Kubernetes: Running databases within K8S Cluster](https://medium.com/@vmendo/oracle-database-and-kubernetes-running-databases-within-k8s-cluster-20a5beadfaaf) |
| 23 | +- [Oracle Database and Kubernetes: Creating an Oracle Autonomous Database from Kubernetes](https://medium.com/@vmendo/oracle-database-and-kubernetes-creating-an-oracle-autonomous-database-from-kubernetes-1637204dffc4) |
| 24 | +- [Oracle Database and Kubernetes: Managing an Autonomous Database from Kubernetes](https://medium.com/@vmendo/oracle-database-and-kubernetes-managing-an-autonomous-database-from-kubernetes-1c317a468bef) |
13 | 25 |
|
14 | 26 | # Useful Links
|
15 |
| -- TBD |
| 27 | +- [Oracle Database Operator for Kubernetes site](https://www.oracle.com/database/kubernetes-for-container-database/) |
| 28 | +- [Oracle Database Operator for Kubernetes Github](https://github.com/oracle/oracle-database-operator) |
| 29 | +- [Oracle Database Operator, Oracle OCI Service Operator for Kubernetes (OSOK) and Kubernetes Operator for Oracle Cloud Management Pack](https://blogs.oracle.com/coretec/post/3x-kubernetes-operator-for-oracle-database) |
| 30 | +- [Oracle Database Operator for Kubernetes: Why Should You Care (Oracle PM Video)](https://www.youtube.com/watch?v=40omFGtFe0A) |
| 31 | +- [Running and Licensing Oracle Programs in Containers and Kubernetes](https://www.oracle.com/a/tech/docs/running-and-licensing-programs-in-containers-and-kubernetes.pdf) |
16 | 32 |
|
17 |
| -## Scripts |
18 |
| -- TBD |
19 | 33 |
|
20 | 34 | # Tutorials / How To's
|
21 |
| -- TBD |
| 35 | +- [Oracle LiveLabs: Oracle Database Operator for Kubernetes + DevOps](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3393) |
| 36 | +- [Oracle LiveLabs: Run Oracle Database in Kubernetes with the DB Operator](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3562) |
22 | 37 |
|
23 | 38 |
|
24 | 39 | # License
|
|
0 commit comments