0
0
Microservicessystem_design~10 mins

Linkerd overview in Microservices - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to identify what Linkerd primarily provides in microservices.

Microservices
Linkerd is a [1] that helps manage communication between microservices.
Drag options to blanks, or click blank then click option'
Adatabase
Bfrontend framework
Cservice mesh
Dcloud provider
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Linkerd with a database or cloud provider.
Thinking Linkerd is a frontend framework.
2fill in blank
medium

Complete the code to specify the protocol Linkerd primarily works with.

Microservices
Linkerd mainly handles [1] traffic between services.
Drag options to blanks, or click blank then click option'
ASSH
BFTP
CSMTP
DHTTP/HTTPS
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing FTP or SMTP which are unrelated to service communication.
Confusing SSH with Linkerd's protocol.
3fill in blank
hard

Fix the error in the statement about Linkerd's deployment model.

Microservices
Linkerd is deployed as a [1] alongside each microservice instance to intercept traffic.
Drag options to blanks, or click blank then click option'
Asidecar proxy
Bdatabase
Cfrontend server
Dload balancer
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing Linkerd with a load balancer or database.
Thinking it is a frontend server.
4fill in blank
hard

Fill both blanks to complete the description of Linkerd's features.

Microservices
Linkerd provides [1] to distribute requests and [2] to secure communication between services.
Drag options to blanks, or click blank then click option'
Aload balancing
Bencryption
Ccaching
Dlogging
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing caching or logging instead of load balancing or encryption.
Mixing up security and traffic management features.
5fill in blank
hard

Fill all three blanks to complete the Linkerd architecture snippet.

Microservices
Each microservice has a [1] proxy that [2] incoming and outgoing traffic, enabling [3] and observability.
Drag options to blanks, or click blank then click option'
Asidecar
Bintercepts
Csecurity
Ddatabase
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing database instead of security.
Confusing the proxy role or traffic handling.