Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

challenge5.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

Challenge 5: Containers Monitoring

The aim of the first challenge is to understand container Monitoring and how it works.

Main Objective;

In this challenge we will learn more about Container Monitoring and how it works

Tasks to finish the Challenge:

  • Deploy the eShoponWeb application to a local container and make sure it is running
  • Deploy the eShoponWeb application to an AKS cluster and make sure it is running

Definition of Done:

  • Generate an exception and show it in the container logs
  • Are you also able to see the exception in Application Insights?
  • Can you see the container insights live logs?

Helpful links:

The Solution

Are you sure? finished trying? ;-) Challenge 5: The solution