Cara Lulus Kredensial Hub Docker untuk K8s Pods

ambarishs-MacBook-Pro:gke ambarish$ kubectl create secret docker-registry private-registry-key --docker-username="devopsrecipes" --docker-password="xxxxxx" --docker-email="[email protected]" --docker-server="https://index.docker.io/v1/"secret "private-registry-key" created
devops unicorn