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
# Verify the Sidecar was applied to pods with app=space label
kubectl get pods -n coral -l app=space
# Check that space pods exist and have sidecars
kubectl get pods -n coral -l app=space -o jsonpath='{.items[0].metadata.name}'# Verify the Sidecar configuration is correct
kubectl get sidecar default -n coral -o yaml
# Verify workload selector targets app=space
kubectl get sidecar default -n coral -o jsonpath='{.spec.workloadSelector.labels}'# Verify egress hosts include lime, turquoise, and istio-system
kubectl get sidecar default -n coral -o jsonpath='{.spec.egress[*].hosts[*]}'