hardkubectl
Create a Kubernetes secret for authenticating with a private container registry
command
kubectl create secret docker-registry REGISTRY_SECRET --docker-server SERVER --docker-username USER --docker-password PASSalso accepted
kubectl create secret docker-registry