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

https://github.com/cloudacademy/configuring-aks


https://github.com/cloudacademy/configuring-aks

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Configuring Azure Kubernetes Service (AKS)
This file contains text you can copy and paste for the examples in Cloud Academy's _Configuring Azure Kubernetes Service (AKS)_ course.

### Introduction
[Azure Free Trial](https://azure.microsoft.com/free)

### Working with a Cluster
```
az aks get-credentials --resource-group aks1 --name cluster1
kubectl get nodes
git clone https://github.com/cloudacademy/configuring-aks.git
cd configuring-aks
kubectl apply -f azure-vote.yaml
kubectl get service azure-vote-front
```

### Summary
[Azure Kubernetes Service documentation](https://docs.microsoft.com/azure/aks/)
support@cloudacademy.com