Challenge 11 - Operations and Monitoring

< Previous Challenge - Home

Introduction

Running a cluster without knowing what is going on inside of it is a show-stopper for any serious production deployment. It is imperative that we are familiar with operationalizing our Kubernetes clusters and having a full view into day to day running and error state alerts.

Description

In this challenge you will learn how to view application logs and trouble-shoot errors. View performance metrics and identity bottlenecks.

Success Criteria

  1. Show logs for the containers running in your cluster.
  2. Demonstrate that you can login to a running container and issue bash commands.
  3. Show Azure Monitor working.
  4. Show Kibana dashboards working.

Learning Resources