Question 36
You need to create a Kubernetes service that exposes a TCP-based application on port 8080. You want the service to be accessible from external clients. Which type of service should you create?
Question 37
'kubectl delete -n my-ns po,svc --all' will delete pods and services including uninitialized ones in the namespace 'my-ns'
Question 38
Consider the following Kubernetes YAML definition for a Deployment:

Which of the following statements about this Deployment are true?

Which of the following statements about this Deployment are true?
Question 39
You have a microservice that relies on a separate authentication service. You want to implement fine-grained authorization using Istio based on request attributes like user roles or specific headers. What Istio feature would you use?
Question 40
What are cluster-wide objects


