Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added app and cluster scaling section part 1 #7

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update workshops/getting-started-with-aks/workshop.md
  • Loading branch information
pauldotyu authored Oct 9, 2024
commit 1f25d0178050b7c7d328d9afd5b4f91daea685ac
1 change: 1 addition & 0 deletions workshops/getting-started-with-aks/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,7 @@ If you click on the **Logs** section in the left-hand menu, you can view the log
![Azure portal AKS logs queries](./assets/azure-portal-aks-container-logs.png)

pauldotyu marked this conversation as resolved.
Show resolved Hide resolved
You can also view live streaming logs for a specific container by clicking on the **Workloads** section in the left-hand menu. In the **Deployments** tab, scroll down and locate the **order-service** deployment. Click on the **order-service** deployment to view the details. In the left-hand menu, click on **Live logs**, then select the Pod you want to view logs for.
pauldotyu marked this conversation as resolved.
Show resolved Hide resolved

![Azure portal AKS live logs](./assets/azure-portal-aks-live-logs.png)

This is the equivalent of running `kubectl logs -f <pod-name>` in the terminal.
Expand Down