Snowpeak Blog

Sharing and discussing cutting-edge technologies of AI and cloud computing, and other interesting topics.

Article

AKS Cluster Blue-Green Deployment for Version Upgrade (Part 2)

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 ...

AKS Cluster Blue-Green Deployment for Version Upgrade (Part 1)

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...

Automating Cloud Resource Management with Azure DevOps and ARM

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...

Azure DevOps Pipeline Combining Multiple Repositories (Part 5)

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, ...

Azure DevOps Pipeline Combining Multiple Repositories (Part 4)

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 ...

Azure DevOps Pipeline Combining Multiple Repositories (Part 3)

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 Pipeline Combining Multiple Repositories (Part 1)

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...

Azure DevOps Pipeline Combining Multiple Repositories (Part 2)

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 Managing Azure China Regions

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...

AKS Scaling to Virtual Nodes

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 and SSH Remote Login

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...

Deploying Resilient Applications on Microsoft Azure AKS

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...