Questions
- What Istio object(s) is used to route traffic between multiple versions of an application?
- Ingress rule
- VirtualService
- DestinationRule
- You can’t route traffic between multiple versions, only a single instance
- What tool(s) are required to provide observability in the Service mesh?
- Prometheus
- Jaeger
- Kiali
- Kubernetes Dashboard
- True or false: Istio features require developers to change their code to leverage features like mutual TLS and authorization.
- True
- False
- Istio made the control plane easier to deploy and configure by merging multiple components into a single executable called:
- Istio
- IstioC
- istiod
- Pilot