- Lab
- A Cloud Guru
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.
Path 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
.
What's a lab?
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.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.