Featured resource
2026 Tech Forecast
2026 Tech Forecast

1,500+ tech insiders, business leaders, and Pluralsight Authors share their predictions on what’s shifting fastest and how to stay ahead.

Download the forecast
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
Google Cloud Platform icon
Labs

Docker Storage and Configuration in Kubernetes

Persistent storage in Docker and Kubernetes can make or break the usefulness of an application—and can result in mass loss of data if not done right. In this lab, you will verify that an existing container experiences data loss when removed and redeployed, resolve this issue via Docker volumes, then prepare the container for deployment to Kubernetes by creating related Config Map and Secrets objects. Finally, you will deploy the application to Kubernetes and test that it works.

Google Cloud Platform icon
Lab platform
Lab Info
Level
Intermediate
Last updated
Sep 25, 2026
Duration
1h 0m

Contact sales

By clicking submit, you agree to our Privacy Policy and Terms of Use, and consent to receive marketing emails from Pluralsight.
Table of Contents
  1. Challenge

    Verify data persistent issues for the backup tool container

    The backup-tool container is already running with a file stored in the /data location; run the tool on the container via the backup-tool run command. Verify the data has been archived on the container via the backup-tool list command. Finally, remove and redeploy the container, then attempt to list the backups again.

  2. Challenge

    Configure a Docker volume for persistent archive data

    Create a volume for use with the backup-tools container. Redeploy the container using that volume mount, then run the backup-tool run command on the container. Review the backups again, then remove and redeploy the container, ensuring the volume is mounted. Verify the backups are still there.

  3. Challenge

    Create Kubernetes Config Map and Secret objects

    Create a Config Map, backup-env-config, storing the RETENTION_DAYS, BACKUP_PREFIX, and POLL_SECONDS values for use with the pod deployment. Create a second Config Map, backup-file-config for the backup.conf file data. Likewise, create a Secret, backup-passphrase, to store a passphrase for use with data encryption.

  4. Challenge

    Deploy to Kubernetes and verify the deployment

    Deploy the backup-tool to the Kubernetes pod using the supplied manifest. Copy some test data to the watched location with kubectl cp, then back up the data and confirm the backup archive exists.

About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight