kubernetes

Kubernetes setup Dockerhub secret

When a Kubernete’s pod or deployment pull the container image, the easiest way is to host the image in Dockerhub. However, sometimes you need to host the image in a private registry, therefore, you need to create a secret in …