Monitor Custer Components2 [cka]kodekloud-Managing Application Logs 1. We have deployed a POD hosting an application. Inspect it. Wait for it to start. # k get pods 2.A user - USER5 - has expressed concerns accessing the application. Identify the cause of the issue. Inspect the logs of the POD # k logs webapp-1 3. We have deployed a new POD - webapp-2 - hosting an application. Inspect it. Wait for it to start. 4.A user is reporting issues while trying to purchas.. 2022. 6. 13. [cka]kodekloud-Monitor Custer Components 1.We have deployed a few PODs running workloads. Inspect them. Wait for the pods to be ready before proceeding to the next question. # k get pods 2.Let us deploy metrics-server to monitor the PODs and Nodes. Pull the git repository for the deployment files. Run: git clone https://github.com/kodekloudhub/kubernetes-metrics-server.git 3.Deploy the metrics-server by creating all the components down.. 2022. 6. 13. 이전 1 다음