DevOps Pipeline Automation - Infrastructure and Application deployment

0 votes

1. Provision of two resources in Azure Subscription using ARM templates.

  • Azure Container Registry.
  • Azure Kubernetes Services.

2. Deploy the containerized application code to the Kubernetes clusters.

I am having implementation problems with these cases.

I want to integrate these two pipelines. but, I am having trouble doing it. How can I automate both of the above steps?

Note: The infrastructure and application code resides in the same GIT/ Azure Repository.

Apr 17, 2022 in Other DevOps Questions by Kichu
• 19,040 points
626 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes
You should have a task that creates the ACR/AKS, one task that gets the credentials to be used in another task that would deploy to the ore created AKS and ACR. The best practice is not to integrate two pipelines as it is important to decouple the infrastructure provisioning from the application provisioning for many good reasons. There is also another workaround to dynamically capture the ACR and AKS name with ACR login credentials.

I hope this helps you.
answered Apr 19, 2022 by narikkadan
• 63,600 points

edited Mar 5

Related Questions In Other DevOps Questions

0 votes
1 answer

What is mean by hosting an application and deployment?

Hello, Hosting an application:  Web hosting is a ...READ MORE

answered Feb 24, 2020 in Other DevOps Questions by Niroj
• 82,840 points
6,265 views
0 votes
1 answer

How to configure and execute Azure Devops classic editor pipeline after commit in Github?

If you're looking for CI/CD triggers, all ...READ MORE

answered Feb 10, 2022 in Other DevOps Questions by Bhavitha
• 1,000 points
1,211 views
0 votes
1 answer

What DevOps practice does Azure Application Insights support?

Azure Application Insights supports various DevOps practices ...READ MORE

answered Jul 3, 2023 in DevOps & Agile by anonymous
• 1,420 points
1,222 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP