Image Security

All the container images of the application are stored in a image repository in case of docker it is stored on hub.docker.com or private image repository such as Google Container Registry (GCR), GitHub Container Registry (GHCR) etc.

All container images follow this naming convention and the following would be their fully qualified image name

Image Security

Link to original

the image repository can be public or private, to pull the private registry images you need to authenticate yourself, this can be done by creating a Secret object of type docker-registry and passing this in the ImagePullSecrets section in the Pod spec section below the containers section