imagePullSecrets for pulling private container images with service account auth (service account must have required permissions to pull images from registry).
Although the below example uses Google Artifact Registry, this can be applied to any private container registry.
Service Account
AWS, GCP, Azure, etc… utilize service accounts for controlling user access. Within the service account, there will be an option to create an access key. Create thekey.json file and download to a server or local machine. Example file from GCP:
Create Secret
Utilizekubectl to create the secret. This uses the key.json file created in the previous step from the service account. This example creates a secret in the lilt namespace using the service account email:
NOTE: Google Artifact Registry is REPOSITORY specific, not just region. Secrets are also namespace specific, must create a new secret for each additional namespace.
Helm Chart, Manifest
Utilize theimagePullSecret in a helm chart values.yaml or manifest file:

