Certified Kubernetes Application Developer - CKAD

State Persistence

Introduction to Docker Storage

In this lesson, we explore how storage works in Docker and how these foundational concepts apply to Kubernetes storage management. Understanding Docker storage is essential for grasping the more advanced storage mechanisms in Kubernetes.

When working with Docker, two core storage concepts are essential to understand:

  • Storage Drivers
  • Volume Driver Plugins

The image is a slide titled "Docker Storage," featuring two categories: "Storage Drivers" and "Volume Drivers."

In the upcoming section, we focus on storage drivers—a topic thoroughly covered in the Docker Training Course for the Absolute Beginner. If you are already familiar with this material, feel free to skip ahead or use this section as a refresher.

Note

After discussing storage drivers, we will explore volume drivers to complete your understanding of Docker storage.

Watch Video

Watch video content

Previous
Solution Ingress Networking 2