Persistent storage

This section provides general information about setting up persistent storage, which can be used for WebLogic domain homes and log files.

    PersistentVolumes and PersistentVolumeClaims

    Use a Kubernetes PersistentVolume (PV) and PersistentVolumeClaim (PVC) to store WebLogic domain homes and log files.

    Use OCI File Storage (FSS) for persistent volumes

    If you are running your Kubernetes cluster on Oracle Container Engine for Kubernetes (OKE), and you use Oracle Cloud Infrastructure File Storage (FSS) for persistent volumes to store the WebLogic domain home, then the file system handling, as demonstrated in the operator persistent volume sample, will require an update to properly initialize the file ownership on the persistent volume when the domain is initially created.

    Provide access to a PersistentVolumeClaim

    Provide an instance with access to a PersistentVolumeClaim.

    Provide access to a ConfigMap

    Provide an instance with access to a ConfigMap.