- Home
- How to integrate Azure Container registry With Azure Kubernetes Services in three easy steps?
video
TagHow to integrate Azure Container registry With Azure Kubernetes Services in three easy steps?
In any large-scale implementation of AKS (Azure Kubernetes Services), we need to use an image repository to store container images securely. So whenever you want to deploy the images on the Kubernetes cluster you will deploy the images stored in the image repository. In this article, we will learn how to integrate the Azure-based image repository called Azure Container Registry(ACR) with Azure Kubernetes Services(AKS) in the most simple manner.
Building and pushing Docker images to Azure Container Registry with Azure DevOps Pipelines.
When it comes to DevOps Docker is an integral part of it. Nowadays no development can be done without the help of docker. In this article, we will discuss how can we use Azure DevOps Pipeline to build and push images to the Azure container registry.
Deploying SQL server Always on Availability Group on Azure Kubernetes Services(AKS).
In this blog, we will learn how to deploy the SQL server Always on Availability group on Azure Kubernetes Services.
How to configure Azure Load balancer with Azure CLI?
In this blog, we will learn how to set up and configure the Azure load balancer in the quickest possible way and test some Azure features. We will develop an Azure CLI script for the same. I have also created a video to showcase the Azure Load balancer functionality.