An open API service indexing awesome lists of open source software.

https://github.com/jamiefdhurst/azure-terraform-examples

Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with MySQL + Kubernetes)
https://github.com/jamiefdhurst/azure-terraform-examples

Last synced: 4 months ago
JSON representation

Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with MySQL + Kubernetes)

Awesome Lists containing this project

README

        

# azure-terraform-examples
Examples of Azure Terraform applications including a stateless (simple web app) and a stateful (database driven with
Kubernetes).

## 1. Stateless

Contains a basic stateless example using a VM within Azure and an automated deployment within Terraform.

## 2. Stateful

A more detailed example that includes a MySQL database, Kubernetes cluster, associated application and Kubernetes
manifests.