https://github.com/matheusfm/terraform-aks
Terraform to create a simple AKS cluster with NGINX ingress controller
https://github.com/matheusfm/terraform-aks
aks ingress-controller k8s kubernetes nginx terraform
Last synced: 5 months ago
JSON representation
Terraform to create a simple AKS cluster with NGINX ingress controller
- Host: GitHub
- URL: https://github.com/matheusfm/terraform-aks
- Owner: matheusfm
- Created: 2020-07-29T20:19:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T13:22:16.000Z (about 4 years ago)
- Last Synced: 2024-04-22T00:21:48.222Z (about 2 years ago)
- Topics: aks, ingress-controller, k8s, kubernetes, nginx, terraform
- Language: HCL
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-aks
Terraform to create a simple Azure Kubernetes Service (AKS) with NGINX Ingress Controller
## TL;DR
```console
$ az login
$ terraform init
$ terraform apply
$ $(terraform output get_credentials)
```
### References:
* A complete tutorial for multi-person environment: https://docs.microsoft.com/en-us/azure/developer/terraform/create-k8s-cluster-with-tf-and-aks#set-up-azure-storage-to-store-terraform-state
* Terraform azurerm provider examples: https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples/kubernetes
* Deploying the NGINX Ingress Controller in an AKS cluster: https://docs.microsoft.com/en-us/azure/aks/ingress-basic
* https://learn.hashicorp.com/terraform/kubernetes/provision-aks-cluster