Question 96

Which of the following is not a stop on the cloud native trailmap?
  • Question 97

    You are building a cloud-native application that uses a combination of Kubernetes, Istio, and Prometheus. You want to ensure that your application's logs, metrics, and traces are correlated for easy troubleshooting. What approach would you take to achieve this correlation?
  • Question 98

    You are deploying a microservices application in Kubernetes. Each microservice has its own deployment and service. How can you enforce network policy rules to restrict communication between these microservices, allowing only authorized communication?
  • Question 99

    Your application relies on a backend database service. Using Istio, you want to configure a circuit breaker pattern to prevent cascading failures if the database becomes unresponsive. How would you implement this?
  • Question 100

    Explain the difference between a container image and a container runtime?