Kubernetes Administrator: Using PersistentVolume & PersistentVolumeClaim


Overview/Description
Expected Duration
Lesson Objectives
Course Number
Expertise Level



Overview/Description
Kubernetes manages Volumes and Containers by defining low level representation of a StorageVolume using the PersistentVolume object and binding Pod and PersistentVolume using PersistentVolumeClaim. In this course you’ll recall the applicable Reclaim policies and features for PersistentVolume, the concept of Node Affinity, the various phases of a Volume, the maximum number of volumes that can be attached to a Node and the approach of configuring custom limits. Next, you’ll create a storage device using AWS EBS and a PersistentVolume that uses the EBS, create a PersistentVolumeClaim to use the PersistentVolume of AWS EBS storage device, create a PersistentVolume with an EBS via AWS API and mount it to AWS EC2 instance. You’ll also create a Pod that uses Dynamic PersistentVolumeClaim, delete PersistentVolume and PersistentVolumeClaim, change the Reclaim policy from Retain to Delete for PersistentVolume and create a PersistentVolume using an existing Compute Engine persistent disk. Finally, you’ll create a Pod with two containers to exchange data, create a deployment that uses a PersistentVolumeClaim to mount it as a Volume and create a Pod to mount the NFS Volume in a Docker container to the master node. This course is part of a series that aligns with the Certified Kubernetes Administrator exam's objectives and can be used in its preparation.

Expected Duration (hours)
1.0

Lesson Objectives

Kubernetes Administrator: Using PersistentVolume & PersistentVolumeClaim

  • discover the key concepts covered in this course
  • list the Reclaim policies and features that can be applied on PersistentVolume
  • create a storage device using AWS EBS, write a manifest file, and create a PersistentVolume that uses the EBS
  • create a manifest file that can be used to create a PersistentVolumeClaim that uses the PersistentVolume of an AWS EBS storage device
  • dynamically create a PersistentVolume with an EBS via AWS API and mount to AWS EC2 instance
  • create a manifest file and use it to create a Pod that uses Dynamic PersistentVolumeClaim
  • demonstrate the steps involved in deleting PersistentVolume and PersistentVolumeClaim
  • demonstrate the steps involved in changing the Reclaim policy from Retain to Delete for PersistentVolume
  • create a PersistentVolume using an existing Compute Engine persistent disk populated with data and use it in a Pod
  • describe the concept of Node Affinity along with the various phases of a Volume
  • recognize the maximum number of volumes that can be attached to Nodes for various cloud providers along with the approach to configuring custom limits
  • create a Pod with two containers that use an emptyDir Volume to exchange data
  • create a deployment that uses a PersistentVolumeClaim to mount it as a Volume
  • create a Pod that mounts the NFS Volume provisioned in a Docker container on the master node
  • summarize the key concepts covered in this course
  • Course Number:
    it_dokca_14_enus

    Expertise Level
    Intermediate