Get Citrix Ingress Controller Image URL on Azure Marketplace
This guide explains the steps to create the URL for CIC image on Azure Markerplace.
- Valid Azure Marketplace account and Subscription
-
Login to your Azure Marketplace Account.
-
Create a Resource Group under your subscription if the kubernetes cluster has not been created yet. Please note that the resouce group of the cluster and the CIC registry must be same. So, if the kubernetes cluster where the CIC is to deployed already exists, then, same resource group should be used for CIC registry. If not, then create a new resouce group and then create cluster with this new resource group.
-
Create CIC Image registry with the Resource Group created in step 2
- Click on "Create new" for new Azure CIC Registry
- Enter a Registry name
- Select the Resource group name from Step 2 in Resource group dropdown
- Set location
- Keep the tag latest and selece auto update.
- Verify your account details and click on "Subscribe"
-
Get the Repository Image URL
-
Go to Resouce Groups page and select the resource group created in Step 2.
-
From the right side column, select the registry created in Step 4.
-
Find the "citrix/citrix-k8s-ingess-controller" under repositories and select it.
-
Now, select "latest" in the new right column.
-
Here, image URL is shared in "Docker pull command" text. Copy the same and replace as image in CIC yaml.
-