Container Registry
Container registry is a service of Nine Managed GKE that allows you to securely store your container images on Google infrastructure.
Details
Customers using Nine Managed GKE will need to store their container images somewhere. Nine provides the integrated service Artifact Registry for this, giving you the peace of mind that your images and deployment pipelines are end to end secured.
Availability
Container registry is available as standard with Nine Managed GKE. We can enable some optional features:
Please just contact us to configure these optional features.
Usage
You can find the address and credentials to access your container registry on runway.
To deploy an image simply use its name and tag in your deployment configurations europe-west6-docker.pkg.dev/{GCP_PROJECT_ID}/gke/{image_name}:{your_image_tag}
, your cluster will be configured to have access to this by default.