Ana içeriğe geç

Container Images and Registry

Apinizer components are distributed as container images in Kubernetes environments. In environments without direct internet access or those using corporate registries (Nexus, Harbor, etc.), registry configuration must be applied on cluster nodes and the image fields in deployment files must be updated accordingly.

Which Scenario Applies to You?

Apinizer Container Images

The following image repositories are used in Kubernetes deployment and Helm configuration:

ComponentDefault image repository
API Managerapinizercloud/apimanager
Workerapinizercloud/worker
Cacheapinizercloud/cache
Integrationapinizercloud/integration
API Portalapinizercloud/apiportal

Replace <APINIZER_VERSION> with the version you are installing or upgrading to (e.g. 2026.04.4).

Image Field in Deployment Files

When using a corporate registry, update the image field according to your organization's registry host and path structure:

image: <REGISTRY_HOST>/<REGISTRY_PATH>/apinizercloud/cache:<APINIZER_VERSION>

Nexus docker-proxy example:

image: repo.xxx.gov.tr/docker-proxy/apinizercloud/cache:2025.07.6

Private registry example:

image: myregistry.local:5000/apinizercloud/manager:<APINIZER_VERSION>
bilgi

Registry configuration must be consistent across all Kubernetes worker nodes. After changing configuration, test image pull on each node.