> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Docker Storage

> This article explains Docker storage mechanisms, focusing on storage drivers and volume driver plugins, essential for understanding container orchestration in Kubernetes.

In this lesson, we delve into how storage operates within container orchestration platforms like Kubernetes by starting with the foundational concepts in Docker storage.

A thorough understanding of Docker's storage mechanisms is crucial because it simplifies the transition to concepts used in Kubernetes. When discussing Docker storage, two fundamental elements are explained: storage drivers and volume driver plugins.

<Frame>
  ![The image is a slide titled "Docker Storage," dividing content into "Storage Drivers" and "Volume Drivers."](https://kodekloud.com/kk-media/image/upload/v1752880628/notes-assets/images/Kubernetes-and-Cloud-Native-Associate-KCNA-Introduction-to-Docker-Storage/frame_30.jpg)
</Frame>

<Callout icon="lightbulb" color="#1CB2FE">
  In our upcoming sections, we will first focus on storage drivers. This topic is covered in detail in the [Docker Training Course for the Absolute Beginner](https://learn.kodekloud.com/user/courses/docker-training-course-for-the-absolute-beginner) course. If you have already reviewed that content, feel free to skip ahead; otherwise, consider this section a quick and helpful refresher.
</Callout>

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/kubernetes-and-cloud-native-associate-kcna/module/fbd7b99a-b2c1-4eda-9ef9-f5e0d7a20fce/lesson/34ae0914-1b65-43a8-870d-2702cff2c92e" />
</CardGroup>
