Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 741 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 741 Bytes

Microsoft Azure Container Service Engine - Custom VNET

Overview

These examples show you how to build a customized Docker enabled cluster on Microsoft Azure where you can provide your own VNET.

Note: Kubernetes must have the custom VNET deployed in the same resource group as Kubernetes.

To try:

  1. first deploy a custom vnet. An example of an arm template that does this is under directory vnetarmtemplate.
  2. next configure the example templates and deploy according to the examples:
  3. dcos.json - deploying and using DC/OS
  4. kubernetes.json - deploying and using Kubernetes
  5. swarm.json - deploying and using Swarm