Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adamrushuk/azure-aks

Code examples for Azure Kubernetes Service (AKS)
https://github.com/adamrushuk/azure-aks

aks-kubernetes-cluster azure azure-cli azure-pipelines

Last synced: about 1 month ago
JSON representation

Code examples for Azure Kubernetes Service (AKS)

Awesome Lists containing this project

README

        

# Azure Kubernetes Service (AKS) Examples

Code examples for **Azure Kubernetes Service (AKS)**.
Each sub-folder contains the required scripts and YAML config files to deploy and configure Kubernetes.

## /aks-nginx-demo

`setup-aks-nginx-demo.ps1` uses **Azure CLI** commands to create an Azure Kubernetes Cluster, and apply an nginx demo
deployment.

The following steps are automated:

- Creates a Resource Group
- Creates an AKS cluster
- Applies the nginx deployment defined in `nginxdemo.yml`
- Creates a ClusterRoleBinding to access the Kubernetes dashboard
- Opens the Kubernetes dashboard in your default browser

### Screenshot

Once the nginx deployment has been applied, the following page will be shown on port `http://:8080`

![nginx Screenshot](assets/images/nginxdemo.png)

This info shows loadbalancing at work when deployed on multiple nodes.