Process Flow - Creating Secrets
Write secret data
Encode data in base64
Create Secret YAML manifest
Apply manifest with kubectl
Secret stored in cluster
Use secret in pods or configs
This flow shows how secret data is prepared, encoded, saved in a YAML file, applied to the cluster, and then used securely.