Skip to content

Commit

Permalink
kubernetes dashboard to be deprecated (microsoft#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
unaihuete93 authored Dec 2, 2020
1 parent 86e8cef commit cbaabe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions labs/vstsextend/kubernetes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,15 @@ In this exercise, let us trigger a build manually and upon completion, an automa

![finalresult](images/finalresult.png)

### Access the Kubernetes web dashboard in Azure Kubernetes Service (AKS)
### Kubernetes resource view in the Azure portal (preview)

Kubernetes includes a web dashboard that can be used for basic management operations. This dashboard lets you view basic health status and metrics for your applications, create and deploy services, and edit existing applications. Follow [these instructions](https://docs.microsoft.com/en-us/azure/aks/kubernetes-dashboard) to access the Kubernetes web dashboard in Azure Kubernetes Service (AKS).
The Azure portal includes a Kubernetes resource viewer (preview) for easy access to the Kubernetes resources in your Azure Kubernetes Service (AKS) cluster. Viewing Kubernetes resources from the Azure portal reduces context switching between the Azure portal and the kubectl command-line tool, streamlining the experience for viewing and editing your Kubernetes resources. The resource viewer currently includes multiple resource types, such as deployments, pods, and replica sets.

![finalresult](images/aksdashboard.png)
The Kubernetes resource view from the Azure portal replaces the AKS dashboard add-on, which is set for deprecation.

![resource review](images/aks-monitor.png)

More information found at: https://docs.microsoft.com/en-us/azure/aks/kubernetes-portal

## Summary

Expand Down

0 comments on commit cbaabe9

Please sign in to comment.