I am trying to use kubernetes and Jenkins for my deployment of micro services developed using spring boot. When I am exploring , many Youtube videos and other documentation tutorials are using dockerhub.com as keeping published image as repository. Here I am feeling little bit doubts. I am adding here,
Can anyone clarify my doubt please?
You do need to use some registry- kubernetes needs a registry URL to be able to pull and instantiate a particular image as a container in a pod. To avoid having the images themselves be publicly accessible you have 2 options: