Kubernetes - Secrets
What will be the output of the command
kubectl get secret mysecret -o yaml after creating a secret with kubectl create secret generic mysecret --from-literal=password=pass123?