Quantcast
Channel: normalian blog
Viewing all articles
Browse latest Browse all 237

How to setup CI/CD pipeline with Service Fabric, VSTS and Windows Container

$
0
0

We have tried lots of features to collaborate wtih Service Fabric, VSTS and Docker containers. I have realized it's needed to describe overview of the architecture, so you can learn the architecture following this article.

Overview of Service Fabric, VSTS and Windows Container architecture

At first, refer to the architecture diagram below.
f:id:waritohutsu:20180411082506p:plain

You have to create below resources to setup this architecture.

  • Service Fabric cluster
  • VSTS Proejct, Build Process and Release Process
  • Azure Container Registry
  • Virtual Machines for VSTS Private Agent

In this article, you can find references to Service Fabric cluster, VSTS and Virtula Machines. But please create Azure Container Registry for yourself and it should be quite easy.

a - Setup Private Agent for VSTS Build Definitions

Unfortunately, Windows Docker base image sizes are about 1.5G. It takes much time to download and build Docker images if you don't use Pirvate Agent. By caching the Docker images, its building time can be largely reduced.

3. and 4. Deploy deployment artifacts into Service Fabric cluster and download your Docker images from Azure Container Registry

Viewing all articles
Browse latest Browse all 237

Trending Articles