Deploy Microservices into Cloud Azure Kubernetes Service (AKS) with using Azure Container Registry (ACR) | by Mehmet Özkaya | Jan, 2021 | Medium medium.com
In this article, we are going to Deploy Shopping Microservices into Cloud Azure Kubernetes Service (AKS) with using Azure Container Registry (ACR). See the overall picture. As you can see that, we have finished to development and deployments of our microservices on local environment also test it. Both Docker and Kubernetes deployments were in our local environment.So now its time to move Kubernetes to the cloud one which is Azure Kubernetes Service (AKS). But before that we will talk about what is Azure Container Registry (ACR) and Azure Kubernetes Service (AKS) and why we are using them. Let’s get some information about ACR and AKS.
Report Story