From the course: Azure Kubernetes Service (AKS): Deploying Microservices
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
CD pipelines for other backend services
From the course: Azure Kubernetes Service (AKS): Deploying Microservices
CD pipelines for other backend services
- [Instructor] Now that we understand how to create release pipeline using task group template, let's quickly create release pipelines for the rest of the microservices. To do that, the releases page click the new button and select new release pipeline. Select start with an empty job and let's name the stage dev-env. Close this. Select an artifact. Under the source dropdown let's select posthub. Click the add button and let's enable continuous deployment trigger. Click the lightning icon and enable continuous deployment trigger. Let's close this pane. Now let's enable artifact filter for a dev stage. So click the pre-deployment conditions icon and toggle the artifact filter to enable it, then click the add button. Select the posthub alias. And for the build branch, let's select dev. Close this. Let's save this pipeline. Rename this to aks-cd-posthub. Then click the save button on the right and click okay.…
Contents
-
-
-
-
-
-
(Locked)
Azure DevOps overview3m 10s
-
(Locked)
Setting up a repo for your codebase2m 53s
-
(Locked)
Designing Kubernetes manifest for Ingress Resource7m 35s
-
(Locked)
Configuring a CI pipeline18m 5s
-
(Locked)
Configuring a CI pipeline for backend microservices9m 52s
-
(Locked)
Configuring a continuous delivery pipeline15m 4s
-
(Locked)
Configuring CD Pipeline for Comments Microservice8m 39s
-
(Locked)
CD pipelines for other backend services12m 34s
-
(Locked)
Exploring the Post-Hub web application7m 16s
-
(Locked)
-