- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
- Security

Manage Sensitive Config Data with Kubernetes Secrets
Kubernetes Secrets are a great way to store sensitive configuration data without keeping it in plain text. This lab will provide some practice in working with Secrets and passing sensitive data to containers at runtime.

Lab Info
Table of Contents
-
Challenge
Retrieve the Old Database Password from the Existing Secret
The existing Secret
db-pass
is in theusers
namespace. Retrieve the password and save it in a file located at/home/cloud_user/dbpass.txt
. -
Challenge
Change the Secret To Use the New Password
Change the password stored in the
db-pass
Secret to the new password. The new password isTrustNo1
.You will need to re-create the Pod for the changes to take effect. The Pod is in the
users
namespace and is calledusers-api
. You can find a manifest for this Pod in/home/cloud_user/users-api.yml
.
About the author
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.