Bird
0
0

What is the output of istioctl proxy-status when all sidecars are connected and healthy?

medium📝 Command Output Q5 of 15
Kubernetes - Service Mesh
What is the output of istioctl proxy-status when all sidecars are connected and healthy?
AAll proxies are synced and connected
BNo proxies found
CError: Istio control plane unreachable
DProxies are disconnected
Step-by-Step Solution
Solution:
  1. Step 1: Understand proxy-status command

    This command shows the connection status of Envoy proxies to control plane.
  2. Step 2: Interpret healthy output

    When healthy, it reports all proxies synced and connected.
  3. Final Answer:

    All proxies are synced and connected -> Option A
  4. Quick Check:

    Healthy proxies = synced and connected [OK]
Quick Trick: Healthy proxies show synced and connected status [OK]
Common Mistakes:
  • Expecting no proxies
  • Confusing error messages
  • Assuming disconnected means healthy

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes