K8S Secret
K8S Secret
kubectl create secret docker-registry secretname --docker-server=https://index.docker.io/v1/ --docker-username=user --docker-password="pwd" --docker-email=x@x.it
kubectl create secret docker-registry secretname --docker-server=https://index.docker.io/v1/ --docker-username=user --docker-password="pwd" --docker-email=x@x.it