-
Notifications
You must be signed in to change notification settings - Fork 10.3k
How to deploy all Microservices Docker images to Azure Container Registry using Azure Devops Pipeline #2117
Comments
The link below may help you. |
I am able to deploy all Microservices Docker images into Azure Container Registry (ACR) using Azure Devops Pipeline and deploying all the services into Azure Kubernetes Services (AKS) Now, Envoy is unable to call the other services. I am deploying the Envoy into AKS but unable to call the services through Envoy. Do we need a specific type for this service? Dockerfile to build and start Envoy FROM envoyproxy/envoy:v1.11.1 Envoy.yaml file code `admin:
|
I want to deploy all Microservices Docker images to Azure Container Registry (ACR) or Azure Kubernetes Service (AKS) using Azure Devops Pipeline.
All the services should be able to talk to each other on production environment. Also Db's should be accessible from services in Production environment.
Is there any proper documentation to achieve this task?
The text was updated successfully, but these errors were encountered: