Process Flow - Base64 encoding in Secrets
Start with plain text secret
Encode secret in Base64
Create Kubernetes Secret YAML
Apply Secret to cluster
Secret stored with Base64 encoded data
Pods can decode and use secret
This flow shows how plain text secrets are encoded in Base64 before being stored in Kubernetes Secrets, which pods then decode to use.