Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.58 KB

File metadata and controls

60 lines (35 loc) · 1.58 KB

Azure Kubernetes Service Workbook

Overview

This repository contains an Azure Workbook which can be used to monitor Azure Kubernetes clusters. This workbook is a work in-progress and is provided as a sample for people to build from.

Workbook Visual Examples

Traffic Light

traffic-light

Failed Events

events

Logs

Note: Supports ContainerLogs and ContainerLogsV2

logs

Container Optimizer

optimizer

Workbook Parameters

params

AKS Config View

config

How To

To use this Workbook you need to:

  1. Copy the content from the file workbook.json.

  2. Open the Azure Workbook page and click New. new-workbook

  3. Click on the code button. code-button

  4. Paste the content copied in step 1 into the page and click Apply. import

  5. Save the Workbook (if you have permissions) and click Done Editing.

To Do

  • Optimise queries
  • Fix the workload view
  • Fix up the cluster autoscaler view and add timeseries

Contributing

Please feel free to raise a pull request to contribute to this repository, raise an issue or feature request.

Documentation