Question 61

You are troubleshooting a performance issue with an application running in a Kubernetes cluster. You have access to Prometheus and Jaeger, but the Jaeger Ul shows that a specific request took an unusually long time to process. Which metric in Prometheus can help you identify the specific component or service within the application that caused the delay?
  • Question 62

    You are using Prometheus to monitor a Kubernetes cluster and want to create an alert that triggers when the number of failed deployments in a specific namespace exceeds a certain threshold. Which Prometheus query can help achieve this?
  • Question 63

    You are running a microservices application in Kubernetes. Each microservice has its own Deployment and Service. You want to ensure that communication between these microservices is secure. Which Kubernetes feature would be most appropriate for this purpose?
  • Question 64

    Continuous delivery is ______.
  • Question 65

    What is scheduling in Kubernetes