- Linkerd has automatic protocol and TCP connection detection.
A) True
B) False
- Linkerd uses its own Ingress controller.
A) True
B) False
- The Linkerd proxy is written in
GO
, while the control plane components are written in Rust.
A) True
B) False
- The control and data plane can be in a single namespace if so desired.
A) True
B) False
- When a Linkerd proxy is injected using the linkerd inject command to a running pod, pods are restarted automatically.
A) True
B) False
- You can add a debug sidecar to a microservice without having to restart the pod.
A) True
B) False
- The retry budget helps us avoid a retry storm, and we don't need to do any configuration in Linkerd to achieve this.
A) True
B) False
- For automatic sidecar injection, Istio needs a labeled namespace with istio-injection=enabled, while Linkerd needs a namespace annotated with linkerd.io/inject...