Practice Free EX328 Exam Online Questions
Question #31
How do you define TLS traffic in a ServiceEntry for external HTTPS services?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
Question #31
How do you define TLS traffic in a ServiceEntry for external HTTPS services?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
Question #31
How do you define TLS traffic in a ServiceEntry for external HTTPS services?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
Question #31
How do you define TLS traffic in a ServiceEntry for external HTTPS services?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
A
Explanation:
ports:
– number: 443 name: https
protocol: HTTPS
Question #35
How do you inject a delay only for POST requests to a service?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
http:
– match:
– method: exact: POST
fault: delay:
fixedDelay: 3s percentage: value: 100
A
Explanation:
http:
– match:
– method: exact: POST
fault: delay:
fixedDelay: 3s percentage: value: 100
Question #36
How do you apply load balancing only to a specific service version (subset)?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
subsets:
– name: v2
labels:
version: v2 trafficPolicy: loadBalancer:
simple: LEAST_CONN
A
Explanation:
subsets:
– name: v2
labels:
version: v2 trafficPolicy: loadBalancer:
simple: LEAST_CONN
Question #37
How to debug ejection events using istioctl?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
istioctl proxy-config clusters <pod-name> -n <ns>
A
Explanation:
istioctl proxy-config clusters <pod-name> -n <ns>
Question #38
How do you test A/B traffic routing using a custom HTTP header like end-user: alice?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
A
Explanation:
Question #38
How do you test A/B traffic routing using a custom HTTP header like end-user: alice?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
A
Explanation:
Question #38
How do you test A/B traffic routing using a custom HTTP header like end-user: alice?
- A . See the Explanation.
Correct Answer: A
A
Explanation:
A
Explanation:
