Skip to content

Deploy a Solution

Pushing to Harbor

Now that our image is nice and ready, we can push it to the cluster container registry, Harbor.

First, login using (for now) the admin access.

docker login <HARBOR_URL> -u <USER_NAME>

And push your image.

docker push <HARBOR_URL>/<IMAGE_NAME>:<VERSION_TAG>

You can assert that your image is correctly uploaded here:

aks-dev-pmu.azure.platform.cosmotech.com

Back

To continue, go back to: