Course Name :- Hybrid Cloud Conference – Service Mesh Lab
Question 1:- The OpenShift Service Mesh component leverages what open source project?
- Linkerd
- Istio
- Swarm
- None of the above
Question 2:- In the lab there were multiple operators installed, which operator was not installed?
- Red Hat OpenShift ServiceMesh Operator
- ElasticSearch Operator
- Jaeger Operator
- KubeMQ Operator
Question 3 :- What is a benefit of using a service mesh?
- Observability into communications
- Secure connections
- Automating retries and backoff for failed requests.
- All of the above
Question 4:- To access your service mesh we used which “oc” command:
- oc get mesh
- oc get smmr
- oc get services
- None of the above
Question 5: – In this lab, each microservice communicates with each other by using:
- Envoy proxies, deployed as sidecars
- HTTPs calls
- gRPC calls
- Pipelines