Access Image with Access Token from Kubernetes

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

1 Like

The access token is just an other password. You can create your secret as you would do with a normal password.