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.
Setting up a repo for your codebase
From the course: Azure Kubernetes Service (AKS): Deploying Microservices
Setting up a repo for your codebase
- Let's quickly set up our Azure DevOps project and commit our source code to Azure Repos. If you're not registered on Azure DevOps, you can quickly head over to your browser and type dev.azure.com, then click the start free button. In the next page, provide your personal Outlook account or create one if you do not have an Outlook profile. Then follow the steps to create a DevOps organization. If you have an account, simply click the sign in to Azure DevOps option. Then provide your credentials to proceed. Once you're logged in, at the top right corner of the portal click the new project button. Let's name this project postop with a small letter. You can provide a simple description if you want, and select the public or private visibility option. I'll leave mine on private. Expand the advanced option, and you see here we have Git version control enabled, and the work item would be basic. Click the create button. Once…
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)
-