Sharing and discussing cutting-edge technologies of AI and cloud computing, and other interesting topics.
In the first part of this series, we introduced the basic concepts of AKS blue-green deployment and explained how to deploy related resources and integrate Application Gateway with AKS. For those who ...
Azure Kubernetes Service (AKS) is a managed Kubernetes cluster on Microsoft Azure cloud that can be used to quickly deploy Kubernetes clusters. Combined with other Azure services and features, it simp...
While using pipelines in DevOps to deploy applications is the most common scenario for automated deployment, there is also automated deployment of infrastructure resources. Especially after adopting c...
This is the final part of the series on combining multiple repositories with Azure DevOps pipeline. In our previous posts, we have included two source repositories of front-end and back-end projects, ...
This is the 4th part of the series on combining multiple repositories with Azure DevOps pipeline. In our last post, we have included the two source repositories of front-end and back-end projects. In ...
This is the 3rd part of the series on combining multiple repositories with Azure DevOps pipeline. In this post, we will introduce the second source repository (front-end project) into our existing pip...
Azure DevOps, as an end-to-end tool chain for DevOps on the Microsoft Cloud, provides commonly used modules for developing main features, especially the CI and CD that are automated by the Repos sourc...
The source and target are ready, let's configure the CI pipeline first. We will create a pipeline to build the back-end project and save the build artifacts.
Azure DevOps currently only provides SaaS services in Microsoft Azure's overseas regions, and has not yet been released in Azure China regions. Actually, Azure DevOps can manage various cloud and appl...
Azure Kubernetes Service (AKS) is a managed Kubernetes cluster on Microsoft Azure cloud that can be used to quickly deploy Kubernetes clusters. Basic AKS clusters use horizontal Pod autoscaler, using ...
Multi-account configuration for Git repositories is essentially an extension of multi-account configuration for SSH remote login. Let's first look at the basic SSH remote login multi-account configura...
Azure Kubernetes Service (AKS) is a managed Kubernetes cluster on Microsoft Azure cloud that can be used to quickly deploy Kubernetes clusters. Combined with other Azure services and features, it simp...