https://github.com/onlydole/aks-in-action
🎤 Creating an AKS cluster and Network in Azure
https://github.com/onlydole/aks-in-action
Last synced: about 1 year ago
JSON representation
🎤 Creating an AKS cluster and Network in Azure
- Host: GitHub
- URL: https://github.com/onlydole/aks-in-action
- Owner: onlydole
- License: apache-2.0
- Created: 2021-11-03T00:17:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T12:00:03.000Z (over 3 years ago)
- Last Synced: 2025-03-24T06:49:11.368Z (about 1 year ago)
- Language: HCL
- Homepage:
- Size: 37.1 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AKS in Action
> Deploying the Azure Kubernetes Service (AKS) with Terraform
## Table of Contents
- [AKS in Action](#aks-in-action)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Additional Reading](#additional-reading)
- [Author Information](#author-information)
- [License](#license)
## Requirements
To use the code in this repository, you will need the following applications:
- [HashiCorp Terraform](https://www.terraform.io/downloads.html) `1.0.0` (or later)
- [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/) `2.29.0` (or later)
### Additional Reading
- Creating Terraform resources: [learn.hashicorp.com/tutorials/terraform/azure-dependency](https://learn.hashicorp.com/tutorials/terraform/azure-dependency?in=terraform/azure-get-started)
- Terraform Remote State: [learn.hashicorp.com/tutorials/terraform/azure-remote](https://learn.hashicorp.com/tutorials/terraform/azure-remote?in=terraform/azure-get-started)
- Provisioning AKS Clusters: [learn.hashicorp.com/tutorials/terraform/aks](https://learn.hashicorp.com/tutorials/terraform/aks?in=terraform/kubernetes)
- Managing Kubernetes resources: [learn.hashicorp.com/tutorials/terraform/kubernetes-provider](https://learn.hashicorp.com/tutorials/terraform/kubernetes-provider?in=terraform/kubernetes)
## Author Information
This repository is maintained by [Taylor Dolezal](https://github.com/onlydole)
## License
Licensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
See the License for the specific language governing permissions and limitations under the License.