From d8bef3b1f07277b377d2c395e52ffdb2bc60b2ab Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 12 Apr 2017 22:58:31 +0200 Subject: [PATCH] docs: add CoreOS Tectonic to Azure getting started (#3307) --- docs/getting-started-guides/azure.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started-guides/azure.md b/docs/getting-started-guides/azure.md index f8ebed033f..19e54f6e2c 100644 --- a/docs/getting-started-guides/azure.md +++ b/docs/getting-started-guides/azure.md @@ -28,3 +28,12 @@ The resulting output is an Azure Resource Manager Template that can then be chec to deploy Kubernetes clusters into Azure. You can get started quickly by following the **[ACS-Engine Kubernetes Walkthrough](https://github.com/Azure/acs-engine/blob/master/docs/kubernetes.md)**. + +## CoreOS Tectonic for Azure + +The CoreOS Tectonic Installer for Azure is **open source** and available on GitHub for the community to use and contribute to: **[Tectonic Installer](https://github.com/coreos/tectonic-installer)**. + +Tectonic Installer is a good choice when you need to make cluster customizations as it is built on [Hashicorp's Terraform](https://www.terraform.io/docs/providers/azurerm/) Azure Resource Manager (ARM) provider. This enables users to customize or integrate using familiar Terraform tooling. + +You can get started using the [Tectonic Installer for Azure Guide](https://coreos.com/tectonic/docs/latest/install/azure/azure-terraform.html). +