Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get started with Istio - Resiliency - multi line script for readability #170

Open
find-arka opened this issue Mar 26, 2023 · 0 comments
Open

Comments

@find-arka
Copy link

instruqt > get-started-istio/06-resiliency/assignment.md

for i in {1..6}
do
    echo; echo "**********"
    echo "Attempt #${i}"
    echo "**********"
    kubectl exec deploy/sleep -n istioinaction -- curl -s -H "user: Tom" http://purchase-history:8080/
done

Output format:
Screenshot 2023-03-26 at 2 07 32 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant