Skip to content

Commit 56d3233

Browse files
committed
Updated DB Containers/Kubernetes
1 parent 92b261c commit 56d3233

File tree

2 files changed

+45
-20
lines changed
  • data-platform/data-development/devops-database/continuous-deployment

2 files changed

+45
-20
lines changed

data-platform/data-development/devops-database/continuous-deployment/ora-containers/README.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,34 @@
11
# Oracle Database on Containers
2-
Reviewed: "11.01.2024"
2+
Reviewed: "08.04.2024"
33

4+
Oracle Database can be run in containers. Oracle offers convenient, containerized images (Podman and Docker) for a single instance, sharded, and Oracle Real Application Clusters (Oracle RAC) databases running on single or multiple hosts, reducing deployment and management work.
45

6+
## Autonomous Database Free Container Image
57

6-
# Table of Contents
7-
8-
1. TBD
8+
ADB free container image comes pre-built with the following components exactly like our cloud offering:
99

10-
11-
# Team Publications
12-
- TBD
10+
- Apex
11+
- Oracle Rest Data Services (ORDS)
12+
- Database Actions including SQL Developer
13+
- MongoDB API
1314

14-
# Useful Links
15-
- TBD
15+
Autonomous Database Free Container Image is now available on [Oracle Container Registry](https://container-registry.oracle.com/ords/f?p=113:4:110784766203219:::RP,4:P4_REPOSITORY,AI_REPOSITORY,P4_REPOSITORY_NAME,AI_REPOSITORY_NAME:2223,2223,Oracle%20Autonomous%20Database%20Free,Oracle%20Autonomous%20Database%20Free&cs=3iytyP0Ctunr3v0-nv7dCZfzaGtZqSixvp3qYkAgNzNQ1JCtVBaBA_eK_z3EK1p272JeUVOsEGVfeSXev4b1QEg), you can perform local development with an ADB free container image and have the ability to merge your work later in a cloud instance.
1616

17-
## Scripts
18-
- TBD
1917

20-
# Tutorials / How To's
21-
- TBD
18+
# Table of Contents
19+
20+
1. [Useful Links](#useful-links)
21+
22+
# Useful Links
23+
- [Oracle Databases for Containers Home Page](https://www.oracle.com/uk/database/kubernetes-for-container-database/#containers)
24+
- [Oracle Container Registry - DB Container images](https://container-registry.oracle.com/ords/f?p=113:1:34719206165212:::1:P1_BUSINESS_AREA:3&cs=3rBnBDYRNiptu1u8KdtUPwHirFedLIDGdBgu8CfXGsv0CrwBdI2-1OM6HOaUtgqyvEwMORUvVOmbJtIExSNWhWw)
25+
- [Official source of container configurations, images, and examples for Oracle products and projects](https://github.com/oracle/docker-images/tree/main/OracleDatabase)
26+
- [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)
27+
28+
## ADB Free Container Image
29+
- [ADB Free Container Image Documentation](https://docs.oracle.com/en-us/iaas/autonomous-database-serverless/doc/autonomous-docker-container.html)
30+
- [Introducing ADB Free Container Image (PM Blog)](https://blogs.oracle.com/datawarehousing/post/autonomous-database-free-container-image)
31+
- [Deploy Oracle Autonomous Database Free Container Image on Mac with Apple Silicon](https://medium.com/oracledevs/deploy-oracle-autonomous-database-free-container-image-on-mac-with-apple-silicon-7857004c84)
2232

2333

2434
# License

data-platform/data-development/devops-database/continuous-deployment/ora-kubernetes/README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,39 @@
11
# Oracle Database Operator for Kubernetes
2-
Reviewed: "11.01.2024"
2+
Reviewed: "08.04.2024"
33

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...
411

512

613
# Table of Contents
714

8-
1. TBD
15+
1. [Team Publications](#team-publications)
16+
2. [Useful Links](#useful-links)
17+
3. [Tutorials / How To's](#Tutorials)
918

1019

1120
# 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)
1325

1426
# 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)
1632

17-
## Scripts
18-
- TBD
1933

2034
# 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)
2237

2338

2439
# License

0 commit comments

Comments
 (0)