hands-on lab

Utilizing Ephemeral Volume Types in Kubernetes

Intermediate
Up to 30m
1,538
5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

Kubernetes provides both ephemeral volumes that store their data only for the lifetime of the Pod, and persistent volumes that persist their data beyond the lifetime of the Pod they are mounted to. This lab explores ephemeral volumes. There are a variety of use cases for ephemeral volumes including:

  • Sharing data between containers in a Pod (multi-container Pods)
  • Providing read-only input configuration data to a Pod
  • Temporary data caches

You will understand how Kubernetes provides ephemeral storage and understand how to utilize ephemeral storage in this lab.

This lab is valuable to anyone working with Kubernetes, but the content has been prepared considering topics described in the Certified Kubernetes Application Developer (CKAD) Exam Curriculum. Completion of the lab will help you get hands-on experience, which is essential for passing the CKAD exam.

Learning Objectives

  • Utilize ephemeral volume types in Kubernetes applications
  • Specify ephemeral storage requirements and limits in Pod specs

Intended Audience

  • Kubernetes admins and operators
  • Application developers and DevOps engineers deploying applications in containers and using or considering Kubernetes
  • This lab is recommended for Certified Kubernetes Application Developer (CKAD) examinees

Prerequisites

  • Knowledge of Kubernetes Pod Design (Pods, Deployments, Services)
  • Experience with kubectl

You can complete the Kubernetes Pod Design for Application Developers lab series to satisfy the prerequisites.

Updates

July 13th, 2024 - Updated cluster to Kubernetes 1.30
October 13th, 2023 - Updated Kubernetes version
June 13th, 2023 - Updated Kubernetes version
September 6th, 2022 - Updated to run Kubernetes 1.24

Environment before

Environment after

About the author

Avatar
Logan Rakai, opens in a new tab
Technical Director, Labs
Students
223,162
Labs
223
Courses
9
Learning paths
58

Logan has been involved in software development and research since 2007 and has been in the cloud since 2012. He is an AWS Certified DevOps Engineer - Professional, AWS Certified Solutions Architect - Professional, Microsoft Certified Azure Solutions Architect Expert, MCSE: Cloud Platform and Infrastructure, Google Cloud Certified Associate Cloud Engineer, Certified Kubernetes Security Specialist (CKS), Certified Kubernetes Administrator (CKA), Certified Kubernetes Application Developer (CKAD), and Certified OpenStack Administrator (COA). He earned his Ph.D. studying design automation and enjoys all things tech.

LinkedIn, Twitter, GitHub

Covered topics

Lab steps

Connecting to the Kubernetes Cluster
Utilizing Ephemeral Volume Types in Kubernetes