πKubernetes Secrets Are Not Encrypted Labs
π― Objective
π§° Prerequisites
πΉ Lab 1: Create a Simple Kubernetes Secret
kubectl create secret generic demo-secret --from-literal=username=admin --from-literal=password='SuperSecret123'πΉ Lab 2: View the Secret Using kubectl
kubectlkubectl get secret demo-secret -o yamlπΉ Lab 3: Decode the Secret Locally
πΉ Lab 4: Check How Secrets Are Stored in etcd
etcdSimulate reading etcd storage
πΉ Lab 5: How to Enable Secret Encryption (for Real Protection)
πΉ Lab 6: Clean Up
β
Wrap-Up
Last updated