You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl config use-context cluster3-admin@cluster3
# Verify echo-pearl service exists
kubectl get svc -n pearl
# Verify sleep-pearl pod has Istio sidecar
kubectl get pod -n pearl -l app=sleep-pearl -o jsonpath='{.items[0].spec.containers[*].name}'# Should show: sleep istio-proxy