STUDY/Data Engineering

[kodekloud] 03 Managing Application Logs 풀이

wonpick 2023. 1. 24. 16:23
Q1. We have deployed a POD hosting an application. Inspect it. Wait for it to start.

 

Q2. A user - USER5 - has expressed concerns accessing the application. Identify the cause of the issue.

Q3. We have deployed a new POD - webapp-2 - hosting an application. Inspect it. Wait for it to start.

 

Q4. A user is reporting issues while trying to purchase an item. Identify the user and the cause of the issue.
kubectl logs webapp-2 -c simple-webapp

 kubectl logs [-f] [-p] (POD | TYPE/NAME) [-c CONTAINER] [options]