Skip to content

Commit

Permalink
Update cloud.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Sep 30, 2024
1 parent fe997fa commit 0b40e9a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cloud.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# stuttgart-things/docs/cloud

## AZURE

### GET AKS KUBECONFIG

```bash
az login --use-device-code
RG=homerun
CLUSTER_NAME=homerun
az aks get-credentials --resource-group ${RG} --name ${CLUSTER_NAME}
```


## AWS

### CLI-SNIPPETS
Expand Down

0 comments on commit 0b40e9a

Please sign in to comment.