Bird
0
0

Which command is used to inject Linkerd proxy into Kubernetes pod manifests?

easy📝 Conceptual Q3 of 15
Microservices - Service Mesh
Which command is used to inject Linkerd proxy into Kubernetes pod manifests?
Alinkerd proxy
Blinkerd inject
Clinkerd deploy
Dlinkerd start
Step-by-Step Solution
Solution:
  1. Step 1: Recall Linkerd commands

    The command to add Linkerd proxy to pod manifests is 'linkerd inject'.
  2. Step 2: Verify other commands

    'linkerd proxy' is not a command, 'deploy' and 'start' do not inject proxies.
  3. Final Answer:

    linkerd inject -> Option B
  4. Quick Check:

    Proxy injection command = linkerd inject [OK]
Quick Trick: Use 'linkerd inject' to add proxies to pods [OK]
Common Mistakes:
MISTAKES
  • Using 'linkerd proxy' which doesn't exist
  • Confusing 'deploy' with injection
  • Assuming 'start' injects proxies

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Microservices Quizzes