We executed kubectl command.
kubectl sent a request to kube-apiserver to create the resources defined in pv/jenkins-pv.yml.
Among others, the jenkins Pod was created in one of the worker nodes.
Since jenkins container in the Pod has a PersistentVolumeClaim, it mounted it as a logical volume.
The PersistentVolumeClaim was already bound to one of the PersistentVolumes.
The PersistentVolume is associated with one of the EBS volumes.
The EBS volume was mounted as a physical volume to the jenkins Pod.
In the next lesson, we will verify the persistence of state and explore different types of failures that can occur.