nerdexam
Oracle

1Z0-1084-20 · Question #33

You have been asked to create a stateful application deployed in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) that requires all of your worker nodes to mount and write…

The correct answer is A. Use OCI File Services as persistent volume. C. Use OCI Block Volume backed persistent volume. A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. PVs are volume plugins like Volumes, but have a lifecycle independent of any individual Pod that uses the PV. A PersistentVolumeClaim (PVC) is a request for storage by a…

Developing Containerized Applications (OKE)

Question

You have been asked to create a stateful application deployed in Oracle Cloud Infrastructure (OCI) Container Engine for Kubernetes (OKE) that requires all of your worker nodes to mount and write data to persistent volumes. Which two OCI storage services should you use?

Options

  • AUse OCI File Services as persistent volume.
  • BUse GlusterFS as persistent volume.
  • CUse OCI Block Volume backed persistent volume.
  • DUse open source storage solutions on top of OCI.
  • EUse OCI Object Storage as persistent volume.

How the community answered

(57 responses)
  • A
    79% (45)
  • B
    4% (2)
  • D
    12% (7)
  • E
    5% (3)

Explanation

A PersistentVolume (PV) is a piece of storage in the cluster that has been provisioned by an administrator. PVs are volume plugins like Volumes, but have a lifecycle independent of any individual Pod that uses the PV. A PersistentVolumeClaim (PVC) is a request for storage by a user. It is similar to a Pod. Pods consume node resources and PVCs consume PV resources. If you intend to create Kubernetes persistent volumes, sufficient block volume quota must be available in each availability domain to meet the persistent volume claim. Persistent volume claims must request a minimum of 50 gigabytes You can define and apply a persistent volume claim to your cluster, which in turn creates a persistent volume that's bound to the claim. A claim is a block storage volume in the underlying IaaS provider that's durable and offers persistent storage, enabling your data to remain intact, regardless of whether the containers that the storage is connected to are terminated. With Oracle Cloud Infrastructure as the underlying IaaS provider, you can provision persistent volume claims by attaching volumes from the Block Storage service.

Topics

#persistent volumes#OCI File Storage#OCI Block Volume#stateful applications

Community Discussion

No community discussion yet for this question.

Full 1Z0-1084-20 Practice