Kubernetes administrators need to be able to fix issues with applications running in a cluster. This lab will allow you to test your skills when it comes to fixing broken Kubernetes applications. You will be presented with a cluster running a broken application and asked to identify and correct the problem.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Identify What is Wrong with the Application
Examine the
web-consumer
deployment and its Pods. The deployment resides in theweb
namespace. Determine what may be going wrong.- Fix the Problem
Make changes to objects in the cluster to fix the problem and allow the
web-consumer
deployment’s Pods to communicate with the service successfully.