Preparing the data Storage

About this task

The lnk-server, lnk-rest, and lnk-executor deployments share the same data storage.

Each of these deployments mounts the shared volume at the /data path, so that they all access the same content.

Complete the following steps to create the EFS access point, Persistent Volume (PV), and Persistent Volume Claim (PVC).

Procedure

  1. Create the EFS access point for the data volume.
  2. Create the Persistent Volume (PV).
  3. Create the Persistent Volume Claim (PVC) and bind it to the PV.
  4. Verify that the PVC was created and successfully bound to the PV.
    Example output: