https://github.com/cloudacademy/configuring-aks
https://github.com/cloudacademy/configuring-aks
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudacademy/configuring-aks
- Owner: cloudacademy
- Created: 2021-02-17T21:59:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T16:43:13.000Z (over 5 years ago)
- Last Synced: 2025-07-04T07:05:34.618Z (12 months ago)
- Size: 2.93 KB
- Stars: 4
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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