On Compute Cloud@Customer, to use this persistent storage, create a Kubernetes deployment and assign a persistent volume claim as shown in
the following sections.
Use the get pod subcommand to show the names of the replicas in the
pod:
$ kubectl get pod
nginx-deployment-55ff88b668-2k8rt 1/1 Running 0 4m54s
nginx-deployment-55ff88b668-79c2t 1/1 Running 0 4m54s
nginx-deployment-55ff88b668-qpdfd 1/1 Running 0 4m54s
Log in to the pod and use the Linux df command to show that the application
replicas are using the persistentVolumeClaim storage. The
Filesystem column in the df output shows the mount
target IP address and the file system export path.