Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,13 @@ those schemas. You must set up the database before you create your domain.
There are no additional requirements added by running FMW Infrastructure in Kubernetes; the
same existing requirements apply.

You may choose to run your database inside Kubernetes or outside of Kubernetes.
For testing and development, you may choose to run your database inside Kubernetes or outside of Kubernetes.

{{% notice warning %}}
The Oracle Database Docker images are only supported for non-production use.
For more details please see My Oracle Support note:
Oracle Support for Database Running on Docker (Doc ID 2216342.1)
{{% /notice %}}

##### Running the database inside Kubernetes

Expand Down
6 changes: 6 additions & 0 deletions docs-source/content/userguide/overview/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ If you wish to run the Oracle database inside your Kubernetes cluster, in order
your state store, leasing tables, and such, in that database, then you can use this
sample to install the database.

{{% notice warning %}}
The Oracle Database Docker images are only supported for non-production use.
For more details please see My Oracle Support note:
Oracle Support for Database Running on Docker (Doc ID 2216342.1)
{{% /notice %}}

You must configure your database to store its DB files
on persistent storage. Refer to your cloud vendor's documentation for details of
available storage providers and how to create a persistent volume and attach it to a pod.
Expand Down