Set Up Registry to Load Container Images
Learn how to prepare a container registry for loading BYOK images and supporting registry authentication.
This page provides instructions for loading container images into the registry and explains how to configure authentication if your environment requires it.
Load the Container Images
Load BYOK container images into your registry and configure the deployment to pull images from that registry.
skopeo1.21.0 or higher- Image tar archives in the source directory. Example path:
appd-images - Network access to the target registry.
Supported Registry Types
Any container registry that implements the OCI Distribution Specification is supported, provided it uses either anonymous access or username/password-based authentication.
Go to the directory where you have extracted the deployment files.
Create Pull Secrets in Namespaces
Create image pull secrets in the namespaces that require authenticated access to your container registry.
To streamline namespace access, set up passwordless authentication on your Kubernetes cluster.
If your registry requires authentication and passwordless authentication is not configured on your cluster, you must create pull secrets in all namespaces.Go to the directory where you have extracted the deployment files.