Bird
0
0

Which command is used to add Linkerd's proxy to your Kubernetes application pods?

easy📝 Syntax Q12 of 15
Kubernetes - Service Mesh
Which command is used to add Linkerd's proxy to your Kubernetes application pods?
Alinkerd inject
Blinkerd install
Ckubectl apply
Dkubectl expose
Step-by-Step Solution
Solution:
  1. Step 1: Identify the command for proxy injection

    The linkerd inject command adds the Linkerd proxy sidecar to your app pods.
  2. Step 2: Differentiate from other commands

    linkerd install sets up Linkerd control plane, kubectl apply applies configs, and kubectl expose creates services.
  3. Final Answer:

    linkerd inject -> Option A
  4. Quick Check:

    Proxy injection = linkerd inject [OK]
Quick Trick: Inject adds proxy; install sets up control plane [OK]
Common Mistakes:
  • Using linkerd install to inject proxies
  • Confusing kubectl expose with proxy injection
  • Skipping inject step after install

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes