项目作者: sbkuehn

项目描述 :
Example ARM templates to deploy K8s clusters on Azure with various PaaS networking resources.
高级语言: PowerShell
项目地址: git://github.com/sbkuehn/refArch-k8sAzure.git
创建时间: 2019-05-17T07:41:24Z
项目社区:https://github.com/sbkuehn/refArch-k8sAzure

开源协议:MIT License

下载


Created

2019.07.05

Shannon Kuehn



© 2019 Microsoft Corporation.

All rights reserved. Sample scripts/code provided herein are not supported under any Microsoft standard support program
or service. The sample scripts/code are provided AS IS without warranty of any kind. Microsoft disclaims all implied
warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose.
The entire risk arising out of the use or performance of the sample scripts and documentation remains with you. In no event
shall Microsoft, its authors, or anyone else involved in the creation, production, or delivery of the scripts be liable for
any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of
business information, or other pecuniary loss) arising out of the use of or inability to use the sample scripts or
documentation, even if Microsoft has been advised of the possibility of such damages.

Infrastructure as Code

Reference Architecture

Azure Kubernetes Service (AKS) - Azure CNI Plugin


Files/Folders for this Repository:

1) README.md - markdown file that contains all information for repo (files, folders, steps).

2) setup folder - general setup information (Azure CLI, PowerShell, generating ssh keys, setting up Service Principal)

3) keyVault folder - code to set up a Key Vault for public SSH keys, Service Principal secret, and SSL cert password.

4) k8s folder - base template and yaml files for secure, managed K8s cluster on Azure.

5) appGw folder - takes the k8s configuration files and adds an Application Gateway.

6) apim-appGw folder - takes the k8s configuration files and adds an API Management Gateway + Application Gateway.