In the case of Image Security using a Private Registry: `imagePullSecrets` is de . . .

Phani M:
In the case of Image Security using a Private Registry:
imagePullSecrets is defined in the Pod Spec, outside of containers section.
If there are 2 containers having Images pulled from 2 different private registries, how to define 2 different secrets?
First of all, is this allowed? Couldn’t find any thing related in K8S documentation

Tej_Singh_Rana:
Hello, @Phani M
You can create 2 separate pod and define individually.