Kubernetes - Secrets
Given this command:
What will be the Base64 encoded value of the
kubectl create secret generic mysecret --from-literal=username=admin --from-literal=password=pass123What will be the Base64 encoded value of the
password key in the Secret?