My image is created in a docker hub private repository and I would like to access the image from the K8S cluster by creating a Secret.
What is the correct way to create a Secret with Access Token?
Thanks
Share and learn in the Docker community.
My image is created in a docker hub private repository and I would like to access the image from the K8S cluster by creating a Secret.
What is the correct way to create a Secret with Access Token?
Thanks
The access token is just an other password. You can create your secret as you would do with a normal password.