CKA Certification Course - Certified Kubernetes Administrator

Storage

Introduction to Docker Storage

In this article, we dive into the essentials of Docker storage and its role in managing containerized applications, particularly within Kubernetes environments. Understanding Docker storage is critical before advancing to Kubernetes storage concepts. Here, we focus on two core components within Docker storage:

  • Storage Drivers: These manage the read/write operations to containers.
  • Volume Driver Plugins: These help in managing persistent data across container lifecycles.

Before moving on to Kubernetes storage, it is beneficial to review storage drivers. We cover this topic in depth in our Docker Training Course for the Absolute Beginner. If you are already familiar with these concepts, you can skip ahead. Otherwise, we recommend revisiting the course content for a robust refresher.

Additional Learning

If you're new to Docker storage, consider starting with storage drivers before progressing to volume drivers to build a solid foundation.

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

By establishing a strong understanding of Docker storage, you'll be better equipped to tackle more complex storage solutions in Kubernetes. Continue to the next section to explore how these concepts integrate within Kubernetes storage management.

Watch Video

Watch video content

Previous
Storage Section Introduction